Camellias_

Untitled

Sep 16th, 2017
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. recipes.addShaped(<minecraft:nether_star>,
  2. [[<minecraft:nether_quartz>, <minecraft:ender_pearl>, <mincraft:nether_quartz>],
  3. [<minecraft:ender_pearl>, <minecraft:ender_pearl>, <minecraft:ender_pearl>],
  4. [<minecraft:nether_quartz>, <minecraft:ender_pearl>, <mincraft:nether_quartz>]]);
  5.  
  6. recipes.addShaped(<enderio:itemmaterial:8>,
  7. [[<minecraft:ender_pearl>, <minecraft:nether_star>, <minecraft:ender_pearl>],
  8. [<minecraft:nether_star>, <minecraft:ender_pearl>, <minecraft:nether_star>],
  9. [<minecraft:ender_pearl>, <minecraft:nether_star>, <minecraft:ender_pearl>]]);
  10.  
  11. recipes.addShapeless(<minecraft:nether_quartz>, [<appliedenergistics:itemmultimaterial>, <appliedenergistics:itemmultimaterial>]);
  12.  
  13. recipes.addShaped(<minecraft:ender_pearl>,
  14. [[<minecraft:magma_cream>, <minecraft:obsidian>, <minecraft:magma_cream>],
  15. [<minecraft:obsidian>, <minecraft:diamond>, <minecraft:obsidian>],
  16. [<minecraft:magma_cream>, <minecraft:obsidian>, <minecraft:magma_cream>]]);
  17.  
  18. recipes.addShaped(<nuclearcraft:parts:5>,
  19. [[<nuclearcraft:parts:4>, <thermalfoundation:material:3>, <nuclearcraft:parts:4>],
  20. [<thermalfoundation:material:3>, <nuclearcraft:parts:4>, <thermalfoundation:material:3>],
  21. [<nuclearcraft:parts:4>, <thermalfoundation:material:3>, <nuclearcraft:parts:4>]]);
  22.  
  23. recipes.addShaped(<minefactoryreloaded:pinkslime>,
  24. [[<minecraft:dye:9>, <minecraft:dye:9>, <minecraft:dye:9>],
  25. [<minecraft:dye:9>, <minecraft:slimeball>, <minecraft:dye:9>],
  26. [<minecraft:dye:9>, <minecraft:dye:9>, <minecraft:dye:9>]]);
  27.  
  28. recipes.addShaped(<enderio:blockendermanskull>,
  29. [[<minecraft:ender_pearl>, <minecraft:ender_pearl>, <minecraft:ender_pearl>],
  30. [<minecraft:ender_pearl>, <minecraft:skull>, <minecraft:ender_pearl>],
  31. [<minecraft:ender_pearl>, <minecraft:ender_pearl>, <minecraft:ender_pearl>]]);
  32.  
  33. recipes.addShaped(<defensetech:explosives:22>,
  34. [[<minecraft:skull:1>, <defensetech:explosives:15>, <minecraft:skull:1>],
  35. [<defensetech:explosives:15>, <defensetech:explosives:13>, <defensetech:explosives:15>],
  36. [<minecraft:skull:1>, <defensetech:explosives:15>, <minecraft:skull:1>]]);
  37.  
  38. recipes.addShaped(<minecraft:skull:1>,
  39. [[<thermalfoundation:material:3>, <thermalfoundation:material:3>, <thermalfoundation:material:3>],
  40. [<thermalfoundation:material:3>, <minecraft:skull>, <thermalfoundation:material:3>],
  41. [<thermalfoundation:material:3>, <thermalfoundation:material:3>, <thermalfoundation:material:3>]]);
  42.  
  43. recipes.addShaped(<thermalfoundation:bucket:5>,
  44. [[<thermalfoundation:bucket:4>, <thermalfoundation:bucket:4>, <thermalfoundation:bucket:3>],
  45. [<thermalfoundation:bucket>, <minecraft:bucket>, <thermalfoundation:bucket:3>,
  46. [<thermalfoundation:bucket>, <thermalfoundation:bucket:2>, <thermalfoundation:bucket:2>]]);
Advertisement
Add Comment
Please, Sign In to add comment