Advertisement
StanHebben

Fixed loordgek recipes

Jul 6th, 2014
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. var iron = <minecraft:iron_bars>;
  2.  
  3. recipes.addShaped(<minecraft:iron_leggings>,
  4. [[iron, <IC2:itemDustIron>, iron],
  5. [iron, null, iron],
  6. [iron, null, iron]]);
  7.  
  8. print("trajing's PacifistRecipes v0.1 Loading!");
  9. recipes.addShaped(<minecraft:feather>,
  10. [[null, <minecraft:leather>, <minecraft:leather>],
  11. [<minecraft:leather>, <minecraft:stick>, <minecraft:leather>],
  12. [<minecraft:stick>, <minecraft:leather>, null]]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement