katubug

example full script

Dec 26th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. import crafttweaker.item.IItemStack;
  2.  
  3. recipes.addShapeless("test_shapeless", <pyrotech:rock:4> * 2, [<minecraft:dirt>]);
  4.  
  5. recipes.addShaped("test_shaped", <pyrotech:mulch> * 4, [[<ore:dyeBlack>, <pyrotech:rock:7>, <ore:dyeBlack>],[<pyrotech:rock:7>, <ore:dyeWhite>, <pyrotech:rock:7>], [<ore:dyeBlack>, <pyrotech:rock:7>, <ore:dyeBlack>]]);
  6.  
  7. recipes.replaceAllOccurences(<minecraft:gold_ingot>, <minecraft:apple>);
Advertisement
Add Comment
Please, Sign In to add comment