Skip to content

Instantly share code, notes, and snippets.

@xenoswift
Created June 13, 2017 01:36
Show Gist options
  • Save xenoswift/4e9e33cec970e2136f9942a28cac90fd to your computer and use it in GitHub Desktop.
Save xenoswift/4e9e33cec970e2136f9942a28cac90fd to your computer and use it in GitHub Desktop.
fix for uncastable ingot and block
mods.tconstruct.Casting.addBasinRecipe(<mo:tritanium_block>, <liquid:molten_tritanium> * 1296, null, false, 60);
mods.tconstruct.Casting.addTableRecipe(<mo:tritanium_ingot>, <liquid:molten_tritanium> * 144, <TConstruct:metalPattern:0>, false, 20);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment