Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. recipes.addShapeless(<silentsgems:guide_book>,
  2. [<minecraft:book>, <minecraft:flint>]);
  3.  
  4. recipes.addShaped(<thermalfoundation:material:256>,
  5. [[null, <ore:ingotCopper>, null],
  6. [<ore:ingotCopper>, null, <ore:ingotCopper>],
  7. [null, <ore:ingotCopper>, null]]);
  8.  
  9. recipes.addShaped(<thermalfoundation:material:257>,
  10. [[null, <ore:ingotTin>, null],
  11. [<ore:ingotTin>, null, <ore:ingotTin>],
  12. [null, <ore:ingotTin>, null]]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement