billybricker1

Untitled

May 5th, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. #Test Recipes
  2. #Remove Piston
  3. recipes.removeShaped(<minecraft:piston>, [[<minecraft:planks>, <minecraft:planks>, <minecraft:planks>],[<minecraft:cobblestone>, <minecraft:iron_ingot>, <minecraft:cobblestone>], [<minecraft:cobblestone>, <minecraft:redstone>, <minecraft:cobblestone>]]);
  4.  
  5. #Change piston recipe to gold
  6. recipes.addShaped(<minecraft:piston>, [[<minecraft:planks>, <minecraft:planks>, <minecraft:planks>],[<minecraft:cobblestone>, <minecraft:gold_ingot>, <minecraft:cobblestone>], [<minecraft:cobblestone>, <minecraft:redstone>, <minecraft:cobblestone>]]);
  7.  
  8. #Coal to quartz
  9. recipes.addShapeless(<minecraft:quartz>, [<minecraft:coal>]);
Add Comment
Please, Sign In to add comment