Advertisement
Guest User

recipe.zs

a guest
Jan 15th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. //This file was created via CT-GUI! Editing it is not advised!
  2. //Don't touch me!
  3. //#Remove
  4. recipes.removeShaped(<cloudboots:golden_feather>, [[<minecraft:gold_ingot>, <minecraft:gold_ingot>, <minecraft:gold_ingot>],[<minecraft:gold_ingot>, <minecraft:feather>, <minecraft:gold_ingot>], [<minecraft:gold_ingot>, <minecraft:gold_ingot>, <minecraft:gold_ingot>]]);
  5. recipes.removeShaped(<cloudboots:cloud_boots>, [[null, null, null],[<cloudboots:golden_feather>, null, <cloudboots:golden_feather>], [<cloudboots:golden_feather>, null, <cloudboots:golden_feather>]]);
  6. //Don't touch me!
  7. //#Add
  8. recipes.addShapedMirrored(<cloudboots:golden_feather>, [[<minecraft:gold_block>, <minecraft:gold_block>, <minecraft:gold_block>],[<minecraft:gold_block>, <minecraft:feather>, <minecraft:gold_block>], [<minecraft:gold_block>, <minecraft:gold_block>, <minecraft:gold_block>]]);
  9. recipes.addShapedMirrored(<cloudboots:cloud_boots>, [[null, null, null],[<cloudboots:golden_feather>, null, <cloudboots:golden_feather>], [<cloudboots:golden_feather>, <minecraft:diamond_boots>, <cloudboots:golden_feather>]]);
  10. //File End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement