Advertisement
drakray

2-modMinecraft.zs

Mar 11th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.02 KB | None | 0 0
  1.  
  2. print("---PRINT OUT--- Vanilla Minecraft Tweaks");
  3.  
  4. ##ModsRequirement
  5. #-minecraft
  6. #-ore
  7.  
  8. #------------------------------------------------------------------------------------------------------------------------------------------------------------#
  9.  
  10. oreDict.dyeBlue.remove(<minecraft:dye:4>);
  11. oreDict.dye.remove(<minecraft:dye:4>);
  12. recipes.addShapeless(<extrautils2:ingredients:14>,[<ore:gemLapis>,<ore:toolMortarandpestle>.reuse()]);
  13.  
  14. <minecraft:snowball>.maxStackSize=64;
  15.  
  16. recipes.removeShaped(<minecraft:stone_shovel>,[
  17. [<minecraft:cobblestone>],
  18. [<*>],
  19. [<*>]]);
  20. recipes.removeShaped(<minecraft:stone_hoe>,[
  21. [<minecraft:cobblestone>,<minecraft:cobblestone>],
  22. [null,<*>],
  23. [null,<*>]]);
  24. recipes.removeShaped(<minecraft:stone_axe>,[
  25. [<minecraft:cobblestone>,<minecraft:cobblestone>],
  26. [<minecraft:cobblestone>,<*>],
  27. [null,<*>]]);
  28. recipes.removeShaped(<minecraft:stone_pickaxe>,[
  29. [<minecraft:cobblestone>,<minecraft:cobblestone>,<minecraft:cobblestone>],
  30. [null,<*>,null],
  31. [null,<*>,null]]);
  32. recipes.removeShaped(<minecraft:stone_sword>,[
  33. [<minecraft:cobblestone>],
  34. [<minecraft:cobblestone>],
  35. [<*>]]);
  36.  
  37. recipes.remove(<minecraft:lit_pumpkin>);
  38.  
  39. recipes.remove(<minecraft:iron_ingot>);
  40. recipes.addShapeless(<minecraft:iron_ingot>,[<ore:nuggetIron>,<ore:nuggetIron>,<ore:nuggetIron>,<ore:nuggetIron>,<ore:nuggetIron>,<ore:nuggetIron>,<ore:nuggetIron>,<ore:nuggetIron>,<ore:nuggetIron>]);
  41. recipes.addShapeless(<minecraft:iron_ingot>*9,[<ore:blockIron>]);
  42.  
  43. recipes.addShapeless(<minecraft:cobblestone>,[<ore:nuggetStone>,<ore:nuggetStone>,<ore:nuggetStone>,<ore:nuggetStone>,<ore:nuggetStone>,<ore:nuggetStone>,<ore:nuggetStone>,<ore:nuggetStone>,<ore:nuggetStone>]);
  44. recipes.remove(<grimpack:sling_pellet>);
  45. #recipes.addShapeless(<exnihiloomnia:stone>*9,[<minecraft:cobblestone>]);
  46. recipes.addShapeless(<minecraft:cobblestone>*3,[<minecraft:stone_stairs>,<minecraft:stone_stairs>,<minecraft:stone_stairs>,<minecraft:stone_stairs>]);
  47. recipes.addShapeless(<minecraft:cobblestone>,[<minecraft:stone_slab:3>,<minecraft:stone_slab:3>]);
  48.  
  49. recipes.addShaped(<minecraft:lit_pumpkin>,[
  50. [<minecraft:pumpkin>],
  51. [<minecraft:torch>]]);
  52.  
  53.  
  54. furnace.setFuel(<minecraft:ladder>,400);
  55. furnace.setFuel(<minecraft:torch>,500);
  56. furnace.setFuel(<ore:doorWood>,600);
  57. furnace.setFuel(<ore:candle>,200);
  58. furnace.addRecipe(<minecraft:skull:0>,<minecraft:skull:2>,1);
  59. furnace.addRecipe(<minecraft:skull:1>,<minecraft:skull:0>,1);
  60. furnace.addRecipe(<minecraft:end_stone>*2,<ore:glowstone>);
  61. furnace.addRecipe(<minecraft:glowstone_dust>,<minecraft:redstone>,0.5);
  62.  
  63.  
  64.  
  65. recipes.addShaped(<minecraft:grass>,[
  66. [<ore:listAllseed>,<ore:listAllseed>,<ore:listAllseed>],
  67. [null,<ore:dirt>,null]]);
  68.  
  69. recipes.addShaped(<minecraft:dirt:2>,[
  70. [<ore:treeLeaves>,<ore:treeLeaves>,<ore:treeLeaves>],
  71. [null,<ore:dirt>,null]]);
  72.  
  73. recipes.addShaped(<minecraft:stone_shovel>,[
  74. [<ore:itemFlint>],
  75. [<ore:stickWood>],
  76. [<ore:stickWood>]]);
  77. recipes.addShapedMirrored(<minecraft:stone_hoe>,[
  78. [<ore:itemFlint>,<ore:itemFlint>],
  79. [null,<ore:stickWood>],
  80. [null,<ore:stickWood>]]);
  81. recipes.addShapedMirrored(<minecraft:stone_axe>,[
  82. [<ore:itemFlint>,<ore:itemFlint>],
  83. [<ore:itemFlint>,<ore:stickWood>],
  84. [null,<ore:stickWood>]]);
  85. recipes.addShaped(<minecraft:stone_pickaxe>,[
  86. [<ore:itemFlint>,<ore:itemFlint>,<ore:itemFlint>],
  87. [null,<ore:stickWood>,null],
  88. [null,<ore:stickWood>,null]]);
  89. recipes.addShaped(<minecraft:stone_sword>,[
  90. [<ore:itemFlint>],
  91. [<ore:itemFlint>],
  92. [<ore:stickWood>]]);
  93.  
  94. recipes.addShaped(<minecraft:skull:3>,[
  95. [null,<minecraft:speckled_melon>,null],
  96. [<minecraft:book>,<minecraft:skull:2>,<minecraft:book>],
  97. [null,<minecraft:golden_carrot>,null]]);
  98. recipes.addShaped(<minecraft:skull:2>,[
  99. [<ore:materialPoisonous>,<ore:materialFlesh>,<ore:materialPoisonous>],
  100. [<ore:materialFlesh>,<minecraft:pumpkin>,<ore:materialFlesh>],
  101. [<ore:materialPoisonous>,<ore:materialFlesh>,<ore:materialPoisonous>]]);
  102. recipes.addShaped(<minecraft:skull:4>,[
  103. [null,<ore:gunpowder>,null],
  104. [<ore:gunpowder>,<minecraft:skull:2>,<ore:gunpowder>],
  105. [null,<ore:gunpowder>,null]]);
  106. recipes.addShaped(<minecraft:skull:5>,[
  107. [null,<ore:enderpearl>,null],
  108. [<ore:enderpearl>,<minecraft:skull:1>,<ore:enderpearl>],
  109. [null,<ore:enderpearl>,null]]);
  110.  
  111. recipes.addShaped(<minecraft:golden_apple:1>,[
  112. [<ore:blockGold>,<ore:blockGold>,<ore:blockGold>],
  113. [<ore:blockGold>,<ore:cropApple>,<ore:blockGold>],
  114. [<ore:blockGold>,<ore:blockGold>,<ore:blockGold>]]);
  115. recipes.addShaped(<minecraft:dragon_breath>,[
  116. [<minecraft:fire_charge>,<minecraft:fire_charge>,<minecraft:fire_charge>],
  117. [<minecraft:fire_charge>,null,<minecraft:fire_charge>],
  118. [<minecraft:fire_charge>,<minecraft:fire_charge>,<minecraft:fire_charge>]]);
  119.  
  120. recipes.addShaped(<minecraft:nether_star>,[
  121. [<minecraft:dragon_breath>, <minecraft:dragon_breath>, <minecraft:dragon_breath>],
  122. [<minecraft:dragon_breath>, <minecraft:dragon_breath>, <minecraft:dragon_breath>],
  123. [<minecraft:dragon_breath>, <minecraft:dragon_breath>, <minecraft:dragon_breath>]]);
  124.  
  125. recipes.remove(<minecraft:saddle>);
  126. recipes.addShaped(<minecraft:saddle>,[
  127. [<minecraft:leather>, <minecraft:leather>, <minecraft:leather>],
  128. [null, <ore:ingotIron>, null]]);
  129. recipes.addShapeless(<minecraft:leather>*3,[<minecraft:saddle>]);
  130.  
  131. recipes.remove(<minecraft:iron_horse_armor>);
  132. recipes.addShaped(<minecraft:iron_horse_armor>,[
  133. [null, null, <ore:ingotIron>],
  134. [<ore:ingotIron>, <minecraft:saddle>, <ore:ingotIron>],
  135. [<ore:ingotIron>, null, <ore:ingotIron>]]);
  136.  
  137. recipes.remove(<minecraft:golden_horse_armor>);
  138. recipes.addShaped(<minecraft:golden_horse_armor>,[
  139. [null, null, <ore:ingotGold>],
  140. [<ore:ingotGold>, <minecraft:saddle>, <ore:ingotGold>],
  141. [<ore:ingotGold>, null, <ore:ingotGold>]]);
  142.  
  143. recipes.remove(<minecraft:diamond_horse_armor>);
  144. recipes.addShaped(<minecraft:diamond_horse_armor>,[
  145. [null, null, <ore:gemDiamond>],
  146. [<ore:gemDiamond>, <minecraft:saddle>, <ore:gemDiamond>],
  147. [<ore:gemDiamond>, null, <ore:gemDiamond>]]);
  148.  
  149. recipes.addShaped(<minecraft:iron_bars>*4,[
  150. [<ore:rodIron>, <ore:rodIron>, <ore:rodIron>]]);
  151.  
  152. recipes.addShapeless(<minecraft:chest>,[<minecraft:trapped_chest>]);
  153. recipes.addShapeless(<minecraft:planks:0>*8,[<minecraft:chest>]);
  154. recipes.addShapeless(<minecraft:stone:5>,[<minecraft:stone:6>]);
  155. recipes.addShapeless(<minecraft:stone:3>,[<minecraft:stone:4>]);
  156. recipes.addShapeless(<minecraft:stone:1>,[<minecraft:stone:2>]);
  157.  
  158. recipes.addShaped(<minecraft:packed_ice>,[
  159. [<minecraft:ice>,<minecraft:ice>],
  160. [<minecraft:ice>,<minecraft:ice>]]);
  161. recipes.addShapeless(<minecraft:ice>*4,[<minecraft:packed_ice>]);
  162. recipes.addShaped(<minecraft:purpur_block>,[
  163. [null, <ore:dyePurple>, null],
  164. [<ore:dyePurple>, <minecraft:end_bricks>, <ore:dyePurple>],
  165. [null, <ore:dyePurple>, null]]);
  166.  
  167. recipes.addShapeless(<minecraft:brick>*2,[<minecraft:stone_slab:4>]);
  168. recipes.addShapeless(<minecraft:brick>*3,[<minecraft:brick_stairs>]);
  169. recipes.addShapeless(<minecraft:brick>*4,[<minecraft:brick_block>]);
  170. recipes.addShapeless(<minecraft:brick>*6,[<minecraft:brick_stairs>,<minecraft:brick_stairs>]);
  171. recipes.addShapeless(<minecraft:clay>,[<minecraft:hardened_clay>]);
  172. recipes.addShapeless(<minecraft:cobblestone>*8,[<minecraft:furnace>]);
  173. recipes.addShapeless(<minecraft:cobblestone>,[<minecraft:cobblestone_wall:0>]);
  174. recipes.addShapeless(<minecraft:dragon_breath>*9,[<minecraft:nether_star>]);
  175. recipes.addShapeless(<minecraft:dye:0>*2,[<ore:dyeBlack>,<ore:dyeBlack>]);
  176. recipes.addShapeless(<minecraft:dye:1>*2,[<ore:dyeRed>,<ore:dyeRed>]);
  177. recipes.addShapeless(<minecraft:dye:2>*2,[<ore:dyeGreen>,<ore:dyeGreen>]);
  178. recipes.addShapeless(<minecraft:dye:3>*2,[<ore:dyeBrown>,<ore:dyeBrown>]);
  179. recipes.addShapeless(<minecraft:dye:4>*2,[<ore:dyeBlue>,<ore:dyeBlue>]);
  180. recipes.addShapeless(<minecraft:dye:5>*2,[<ore:dyePurple>,<ore:dyePurple>]);
  181. recipes.addShapeless(<minecraft:dye:6>*2,[<ore:dyeCyan>,<ore:dyeCyan>]);
  182. recipes.addShapeless(<minecraft:dye:7>*2,[<ore:dyeLightGray>,<ore:dyeLightGray>]);
  183. recipes.addShapeless(<minecraft:dye:8>*2,[<ore:dyeGray>,<ore:dyeGray>]);
  184. recipes.addShapeless(<minecraft:dye:9>*2,[<ore:dyePink>,<ore:dyePink>]);
  185. recipes.addShapeless(<minecraft:dye:10>*2,[<ore:dyeLime>,<ore:dyeLime>]);
  186. recipes.addShapeless(<minecraft:dye:11>*2,[<ore:dyeYellow>,<ore:dyeYellow>]);
  187. recipes.addShapeless(<minecraft:dye:12>*2,[<ore:dyeLightBlue>,<ore:dyeLightBlue>]);
  188. recipes.addShapeless(<minecraft:dye:13>*2,[<ore:dyeMagenta>,<ore:dyeMagenta>]);
  189. recipes.addShapeless(<minecraft:dye:14>*2,[<ore:dyeOrange>,<ore:dyeOrange>]);
  190. recipes.addShapeless(<minecraft:dye:15>*2,[<ore:dyeWhite>,<ore:dyeWhite>]);
  191. recipes.addShapeless(<minecraft:fire_charge>*8,[<minecraft:dragon_breath>]);
  192. recipes.addShapeless(<minecraft:flint>,[<minecraft:gravel>,<minecraft:gravel>]);
  193. recipes.addShapeless(<minecraft:glowstone_dust>*4,[<minecraft:glowstone>]);
  194. recipes.addShapeless(<minecraft:gravel>,[<ore:dirt>,<minecraft:flint>]);
  195. recipes.addShapeless(<minecraft:gravel>*2,[<ore:dirt>,<minecraft:cobblestone>]);
  196. recipes.addShapeless(<minecraft:hardened_clay>,[<minecraft:stained_hardened_clay:*>]);
  197. recipes.addShapeless(<minecraft:leather>*2,[<minecraft:rotten_flesh>,<minecraft:rotten_flesh>,<ore:materialCloth>]);
  198. recipes.addShapeless(<minecraft:log:0>,[<minecraft:wooden_pressure_plate>,<minecraft:wooden_pressure_plate>]);
  199. recipes.addShapeless(<minecraft:magma_cream>*4,[<minecraft:magma>]);
  200. recipes.addShapeless(<minecraft:melon>*9,[<minecraft:melon_block>]);
  201. recipes.addShapeless(<minecraft:mossy_cobblestone>,[<minecraft:cobblestone_wall:1>]);
  202. recipes.addShapeless(<minecraft:mossy_cobblestone>*9,[<minecraft:potion>,<ore:compressedCobblestone1x>]);
  203. recipes.addShapeless(<minecraft:nether_brick>,[<minecraft:nether_brick_fence>]);
  204. recipes.addShapeless(<minecraft:nether_wart>*9,[<minecraft:nether_wart_block>]);
  205. recipes.addShapeless(<minecraft:netherbrick>*3,[<minecraft:nether_brick_stairs>]);
  206. recipes.addShapeless(<minecraft:netherbrick>*4,[<minecraft:nether_brick>]);
  207. recipes.addShapeless(<minecraft:obsidian>*8,[<minecraft:bedrock>]);
  208. recipes.addShapeless(<minecraft:piston>,[<minecraft:sticky_piston>]);
  209. recipes.addShapeless(<minecraft:planks:0>*2,[<minecraft:wooden_door>]);
  210. recipes.addShapeless(<minecraft:planks:0>*2,[<minecraft:wooden_pressure_plate>]);
  211. recipes.addShapeless(<minecraft:planks:0>,[<minecraft:trapdoor>]);
  212. recipes.addShapeless(<minecraft:planks:0>,[<minecraft:wooden_button>]);
  213. recipes.addShapeless(<minecraft:planks:1>*2,[<minecraft:spruce_door>]);
  214. recipes.addShapeless(<minecraft:planks:2>*2,[<minecraft:birch_door>]);
  215. recipes.addShapeless(<minecraft:planks:3>*2,[<minecraft:jungle_door>]);
  216. recipes.addShapeless(<minecraft:planks:4>*2,[<minecraft:acacia_door>]);
  217. recipes.addShapeless(<minecraft:planks:5>*2,[<minecraft:dark_oak_door>]);
  218. recipes.addShapeless(<minecraft:planks>*2,[<ore:doorWood>]);
  219. recipes.addShapeless(<minecraft:planks>,[<ore:stickWood>,<ore:stickWood>]);
  220. recipes.addShapeless(<minecraft:planks>,[<ore:trapdoorWood>]);
  221. recipes.addShapeless(<minecraft:pumpkin>,[<minecraft:lit_pumpkin>]);
  222. recipes.addShapeless(<minecraft:quartz>*2,[<minecraft:stone_slab:7>]);
  223. recipes.addShapeless(<minecraft:quartz>*3,[<minecraft:quartz_stairs>]);
  224. recipes.addShapeless(<minecraft:quartz>*4,[<minecraft:quartz_block:0>]);
  225. recipes.addShapeless(<minecraft:quartz>*4,[<minecraft:quartz_block:1>]);
  226. recipes.addShapeless(<minecraft:quartz>*4,[<minecraft:quartz_block:2>]);
  227. recipes.addShapeless(<minecraft:quartz>*6,[<minecraft:quartz_stairs>,<minecraft:quartz_stairs>]);
  228. recipes.addShapeless(<minecraft:sand>*4,[<minecraft:sandstone>]);
  229. recipes.addShapeless(<minecraft:sand>*8,[<minecraft:sandstone>,<minecraft:sandstone>]);
  230. recipes.addShapeless(<minecraft:stick>*2,[<minecraft:ladder>]);
  231. recipes.addShapeless(<minecraft:stick>*3,[<minecraft:fence>]);
  232. recipes.addShapeless(<minecraft:stick>*3,[<ore:stairWood>,<ore:stairWood>]);
  233. recipes.addShapeless(<minecraft:stick>*7,[<minecraft:ladder>,<minecraft:ladder>,<minecraft:ladder>]);
  234. recipes.addShapeless(<minecraft:stone>*2,[<minecraft:stone_pressure_plate>]);
  235. recipes.addShapeless(<minecraft:stone>,[<minecraft:stone_button>]);
  236. recipes.addShapeless(<minecraft:wool:0>*2,[<minecraft:carpet:0>,<minecraft:carpet:0>,<minecraft:carpet:0>]);
  237. recipes.addShapeless(<minecraft:wool:1>*2,[<minecraft:carpet:1>,<minecraft:carpet:1>,<minecraft:carpet:1>]);
  238. recipes.addShapeless(<minecraft:wool:2>*2,[<minecraft:carpet:2>,<minecraft:carpet:2>,<minecraft:carpet:2>]);
  239. recipes.addShapeless(<minecraft:wool:3>*2,[<minecraft:carpet:3>,<minecraft:carpet:3>,<minecraft:carpet:3>]);
  240. recipes.addShapeless(<minecraft:wool:4>*2,[<minecraft:carpet:4>,<minecraft:carpet:4>,<minecraft:carpet:4>]);
  241. recipes.addShapeless(<minecraft:wool:5>*2,[<minecraft:carpet:5>,<minecraft:carpet:5>,<minecraft:carpet:5>]);
  242. recipes.addShapeless(<minecraft:wool:6>*2,[<minecraft:carpet:6>,<minecraft:carpet:6>,<minecraft:carpet:6>]);
  243. recipes.addShapeless(<minecraft:wool:7>*2,[<minecraft:carpet:7>,<minecraft:carpet:7>,<minecraft:carpet:7>]);
  244. recipes.addShapeless(<minecraft:wool:8>*2,[<minecraft:carpet:8>,<minecraft:carpet:8>,<minecraft:carpet:8>]);
  245. recipes.addShapeless(<minecraft:wool:9>*2,[<minecraft:carpet:9>,<minecraft:carpet:9>,<minecraft:carpet:9>]);
  246. recipes.addShapeless(<minecraft:wool:10>*2,[<minecraft:carpet:10>,<minecraft:carpet:10>,<minecraft:carpet:10>]);
  247. recipes.addShapeless(<minecraft:wool:11>*2,[<minecraft:carpet:11>,<minecraft:carpet:11>,<minecraft:carpet:11>]);
  248. recipes.addShapeless(<minecraft:wool:12>*2,[<minecraft:carpet:12>,<minecraft:carpet:12>,<minecraft:carpet:12>]);
  249. recipes.addShapeless(<minecraft:wool:13>*2,[<minecraft:carpet:13>,<minecraft:carpet:13>,<minecraft:carpet:13>]);
  250. recipes.addShapeless(<minecraft:wool:14>*2,[<minecraft:carpet:14>,<minecraft:carpet:14>,<minecraft:carpet:14>]);
  251. recipes.addShapeless(<minecraft:wool:15>*2,[<minecraft:carpet:15>,<minecraft:carpet:15>,<minecraft:carpet:15>]);
  252.  
  253. recipes.addShapeless(<minecraft:furnace>,[<minecraft:furnace_minecart>.giveBack(<minecraft:minecart>)]);
  254. recipes.addShapeless(<minecraft:hopper>,[<minecraft:hopper_minecart>.giveBack(<minecraft:minecart>)]);
  255. recipes.addShapeless(<minecraft:chest>,[<minecraft:chest_minecart>.giveBack(<minecraft:minecart>)]);
  256. recipes.addShapeless(<minecraft:tnt>,[<minecraft:tnt_minecart>.giveBack(<minecraft:minecart>)]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement