Advertisement
Maxwelljonez

Error message, but functional

Jan 19th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. // Seared Bricks
  2. mods.tconstruct.Casting.removeBasinRecipe(<TConstruct:Smeltery:2>);
  3. mods.tconstruct.Casting.removeTableRecipe(<TConstruct:materials:2>);
  4. mods.tconstruct.Casting.removeBasinRecipe(<TConstruct:Smeltery:4>);
  5. mods.tconstruct.Casting.addBasinRecipe(<TConstruct:Smeltery:2>, <liquid:stone.seared> * 1152, <minecraft:brick_block>, true, 60);
  6. mods.tconstruct.Casting.addTableRecipe(<TConstruct:materials:2>, <liquid:stone.seared> * 144, <minecraft:brick>, true, 60);
  7. mods.tconstruct.Casting.addBasinRecipe(<TConstruct:Smeltery:2>, <liquid:stone.seared> * 1152, null, false, 60);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement