Skip to content

Instantly share code, notes, and snippets.

@Vyraal1
Created March 14, 2019 17:50
Show Gist options
  • Select an option

  • Save Vyraal1/ecfbe81de94453dd9cf93e7ee9c27618 to your computer and use it in GitHub Desktop.

Select an option

Save Vyraal1/ecfbe81de94453dd9cf93e7ee9c27618 to your computer and use it in GitHub Desktop.
#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