Created
March 14, 2019 17:50
-
-
Save Vyraal1/ecfbe81de94453dd9cf93e7ee9c27618 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Reservoir - Hardened - Preserves NBT | |
| recipes.remove(<thermalexpansion:reservoir:1>); | |
| recipes.addShaped("reservoirHardenedUpgrade", <thermalexpansion:reservoir:1>, [ | |
| [<ore:plateRefinedIron>, <sonarcore:stableglass>, <ore:plateRefinedIron>], | |
| [<sonarcore:stableglass>, <thermalexpansion:reservoir>.marked("reservoir").noReturn(), <sonarcore:stableglass>], | |
| [<ore:plateRefinedIron>, <sonarcore:stableglass>, <ore:plateRefinedIron>]], | |
| function(out, ins, cInfo) { | |
| return out.withTag(ins.reservoir.tag); | |
| }, null); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment