Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 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]]);
  21.  
  22. // log after doing /ct syntax
  23.  
  24.  
  25.  
  26. [SERVER_STARTED][SERVER][ERROR] Test.zs:3 > could not find type IItemStack
  27. [SERVER_STARTED][SERVER][ERROR] Test.zs:5: Could not resolve <ore . redSandStone>
  28. [SERVER_STARTED][SERVER][ERROR] Test.zs:6: Could not resolve <ore . sandstone>
  29. [SERVER_STARTED][SERVER][INFO] Completed script loading in: 39ms
  30. [SERVER_STARTED][SERVER][INFO] Loading scripts for loader with names [preinit]
  31. [SERVER_STARTED][SERVER][INFO] Completed script loading in: 0ms
  32. [SERVER_STARTED][SERVER][INFO] Loading scripts for loader with names [crafttweaker | recipeevent]
  33. [SERVER_STARTED][SERVER][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: Test.zs}
  34. [SERVER_STARTED][SERVER][ERROR] Test.zs:3 > could not find type IItemStack
  35. [SERVER_STARTED][SERVER][ERROR] Test.zs:5: Could not resolve <ore . redSandStone>
  36. [SERVER_STARTED][SERVER][ERROR] Test.zs:6: Could not resolve <ore . sandstone>
  37. [SERVER_STARTED][SERVER][INFO] Completed script loading in: 25ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement