Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. recipes.remove(<cathedral:cathedral_pillar_various:*>);
  2.  
  3. val IArrayRedSand = [<minecraft:red_sandstone:*>, <chisel:sandstonered:*>, <chisel:sandstonered1:*>, <chisel:sandstonered2:*>] as IItemStack[];
  4.  
  5. <ore.redSandStone>.add(IArrayRedSand);
  6. <ore.sandstone>.remove(IArrayRedSand);
  7.  
  8. recipes.addShaped(<cathedral:cathedral_pillar_various:0> * 4, [[null, <ore:stone>, null], [null, <ore:stone>, null], [null, <ore:stone>, null]]);
  9. recipes.addShaped(<cathedral:cathedral_pillar_various:1> * 4, [[null, <minecraft:sandstone>, null], [null, <minecraft:sandstone>, null], [null, <minecraft:sandstone>, null]]);
  10. recipes.addShaped(<cathedral:cathedral_pillar_various:2> * 4, [[null, <minecraft:red_sandstone>, null], [null, <minecraft:red_sandstone>, null], [null, <minecraft:red_sandstone>, null]]);
  11. recipes.addShaped(<cathedral:cathedral_pillar_various:3> * 4, [[null, <ore:obsidian>, null], [null, <ore:obsidian>, null], [null, <ore:obsidian>, null]]);
  12. recipes.addShaped(<cathedral:cathedral_pillar_various:4> * 4, [[null, <minecraft:nether_brick>, null], [null, <minecraft:nether_brick>, null], [null, <minecraft:nether_brick>, null]]);
  13. recipes.addShaped(<cathedral:cathedral_pillar_various:5> * 4, [[null, <ore:blockQuartz>, null], [null, <ore:blockQuartz>, null], [null, <ore:blockQuartz>, null]]);
  14. recipes.addShaped(<cathedral:cathedral_pillar_various:6> * 4, [[null, <ore:endstone>, null], [null, <ore:endstone>, null], [null, <ore:endstone>, null]]);
  15. recipes.addShaped(<cathedral:cathedral_pillar_various:7> * 4, [[null, <minecraft:packed_ice>, null], [null, <minecraft:packed_ice>, null], [null, <minecraft:packed_ice>, null]]);
  16. recipes.addShaped(<cathedral:cathedral_pillar_various:8> * 4, [[null, <minecraft:snow>, null], [null, <minecraft:snow>, null], [null, <minecraft:snow>, null]]);
  17. recipes.addShaped(<cathedral:cathedral_pillar_various:9> * 4, [[null, <ore:stoneMarble>, null], [null, <ore:stoneMarble>, null], [null, <ore:stoneMarble>, null]]);
  18. recipes.addShaped(<cathedral:cathedral_pillar_various:10> * 4, [[null, <ore:stoneLimeStone>, null], [null, <ore:stoneLimeStone>, null], [null, <ore:stoneLimeStone>, null]]);
  19. recipes.addShaped(<cathedral:cathedral_pillar_various:11> * 4, [[null, <ore:stoneBasalt>, null], [null, <ore:stoneBasalt>, null], [null, <ore:stoneBasalt>, null]]);
  20. recipes.addShaped(<cathedral:cathedral_pillar_various:12> * 4, [[null, <cathedral:dwemer_block_carved>, null], [null, <cathedral:dwemer_block_carved>, null], [null, <cathedral:dwemer_block_carved>, null]]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement