Advertisement
meelock

updated minetweaks

Oct 21st, 2016
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.50 KB | None | 0 0
  1. # ==================================================
  2. # Definitions
  3. # ==================================================
  4.  
  5. // BWM Items
  6. var moulding = <betterwithmods:wood_moulding:*>;
  7. var siding = <betterwithmods:wood_siding:*>;
  8. var leather_strap = <betterwithmods:material:8>;
  9. var hellfire_dust = <betterwithmods:material:16>;
  10. var soulforged_steel = <betterwithmods:material:14>;
  11. var tanned_leather = <betterwithmods:material:6>;
  12. var hemp_cloth = <betterwithmods:material:4>;
  13. var hemp_fiber = <betterwithmods:material:3>;
  14.  
  15. # =================================================
  16. # vanilla changes
  17. # =================================================
  18.  
  19. # =================================================
  20. # bwm + bop
  21. # =================================================
  22.  
  23.  
  24. //readd later
  25. recipes.remove(<biomesoplenty:dull_flower_band>);
  26. recipes.remove(<biomesoplenty:plain_flower_band>);
  27. recipes.remove(<biomesoplenty:exotic_flower_band>);
  28. recipes.remove(<biomesoplenty:biome_finder>);
  29. recipes.remove(<biomesoplenty:enderporter>);
  30.  
  31.  
  32. # ================================================
  33. # vanilla + primalcore + bwm changes
  34. # ================================================
  35. //remove iron from iron ore, and make iron ore smelt into pig iron
  36. furnace.remove(<minecraft:iron_ingot>, <minecraft:iron_ore>);
  37. furnace.addRecipe(<primal:pigiron_ingot>, <minecraft:iron_ore>, 0.5);
  38.  
  39. //rename all the things
  40. <primal:pigiron_dust>.displayName = "Slag Iron Dust";
  41. <primal:pigiron_ingot>.displayName = "Slag Iron Ingot";
  42. <primal:pigiron_nugget>.displayName = "Slag Iron Nugget";
  43. <primal:pigiron_block>.displayName = "Slag Iron Block";
  44. <primal:carbonate_ferro_slack>.displayName = "Slag";
  45. <primal:iron_sheet>.displayName = "Slag Iron Sheet";
  46. <primal:vanadium_ingot>.displayName = "Refined Slag Iron Ingot";
  47. <primal:vanadium_dust>.displayName = "Refined Slag Iron Dust";
  48. <primal:vanadium_nugget>.displayName = "Refined Slag Iron Nugget";
  49. <primal:vanadium_block>.displayName = "Refined Slag Iron Block";
  50. <primal:nether_palm_plank>.displayName = "Hardend Dark Oak";
  51. <primal:netherstone>.displayName = "Waxed Dark Oak";
  52. <spartanshields:shieldBasicStone>.displayName = "Slag Iron Braced Shield";
  53. <primal:silk_cordage_coiled>.displayName = "Silk Fire Tinder";
  54.  
  55.  
  56.  
  57. //add descriptions to all the things
  58. <primal:nether_palm_plank>.addTooltip("Dark oak, a hard wood covered in wax to make it more durable.");
  59.  
  60. //make corypha pachyptila, tanned dark oak wood
  61. recipes.remove(<primal:nether_palm_plank>);
  62.  
  63.  
  64. //add smelting recipes
  65. mods.betterwithmods.Crucible.add(<minecraft:iron_ingot>, <primal:carbonate_ferro_slack>, [<primal:pigiron_dust> * 3]);
  66. mods.betterwithmods.Mill.add(<primal:pigiron_dust>, null, [<primal:pigiron_ingot>]);
  67. mods.betterwithmods.StokedCrucible.add(<minecraft:iron_ingot>, <primal:rock>, [<primal:carbonate_ferro_slack> * 5]);
  68. furnace.addRecipe(<primal:vanadium_ingot> * 4, <primal:pigiron_dust> * 3, 0.5);
  69. mods.betterwithmods.Kiln.add(<primal:vanadium_block>, [<minecraft:iron_block>]);
  70. mods.betterwithmods.StokedCrucible.add(<minecraft:stone>, null, [<primal:rock> * 9]);
  71. mods.betterwithmods.Cauldron.add(<primal:nether_palm_plank>, null, [<primal:netherstone>]);
  72. mods.betterwithmods.Cauldron.add(<betterwithmods:material:13>, null, [<primal:lard> * 2]);
  73. mods.betterwithmods.Cauldron.add(<betterwithmods:material:13>, null, [<primal:suet> * 2]);
  74. mods.betterwithmods.Cauldron.add(<betterwithmods:material:12>, null, [<primal:horse_meat_cooked>]);
  75.  
  76.  
  77.  
  78.  
  79. //fix stuff
  80. recipes.remove(<betterwithmods:single_machine:3>);
  81. recipes.addShaped(<betterwithmods:single_machine:3>, [[<primal:iron_sheet>, <minecraft:bone>, <primal:iron_sheet>], [<primal:iron_sheet>, <minecraft:water_bucket>, <primal:iron_sheet>], [<primal:iron_sheet>, <primal:iron_sheet>, <primal:iron_sheet>]]);
  82. recipes.remove(<primal:iron_sheet>);
  83. recipes.addShapeless(<primal:iron_sheet>, [<primal:pigiron_ingot>, <primal:stone_gallagher>]);
  84. recipes.addShapeless(<primal:iron_sheet>, [<primal:pigiron_ingot>, <primal:quartz_gallagher>]);
  85. recipes.remove(<primal:iron_strands>);
  86. recipes.addShapeless(<primal:iron_strands>, [<minecraft:iron_ingot>, <primal:iron_clippers>]);
  87. recipes.addShaped(<primal:pigiron_block>, [[<primal:pigiron_ingot>, <primal:pigiron_ingot>, <primal:pigiron_ingot>], [<primal:pigiron_ingot>, <primal:pigiron_ingot>, <primal:pigiron_ingot>], [<primal:pigiron_ingot>, <primal:pigiron_ingot>, <primal:pigiron_ingot>]]);
  88. recipes.addShapeless(<primal:pigiron_ingot> * 9, [<primal:pigiron_block>]);
  89. recipes.remove(<primal:carbonate_ferro_stone>);
  90. recipes.addShapeless(<minecraft:cobblestone>, [<primal:rock>, <primal:rock>, <primal:rock>, <primal:rock>, <primal:rock>, <primal:rock>, <primal:rock>, <primal:rock>, <primal:rock>]);
  91. recipes.remove(<primal:iron_plate>);
  92. recipes.addShapeless(<primal:iron_plate>, [<primal:quartz_gallagher>, <minecraft:iron_ingot>]);
  93. recipes.addShapeless(<primal:pigiron_nugget> * 9, [<primal:pigiron_ingot>]);
  94. recipes.addShapeless(<primal:pigiron_ingot>, [<primal:pigiron_nugget>, <primal:pigiron_nugget>, <primal:pigiron_nugget>, <primal:pigiron_nugget>, <primal:pigiron_nugget>, <primal:pigiron_nugget>, <primal:pigiron_nugget>, <primal:pigiron_nugget>, <primal:pigiron_nugget>]);
  95. recipes.addShaped(<primal:vanadium_block>, [[<primal:vanadium_ingot>, <primal:vanadium_ingot>, <primal:vanadium_ingot>], [<primal:vanadium_ingot>, <primal:vanadium_ingot>, <primal:vanadium_ingot>], [<primal:vanadium_ingot>, <primal:vanadium_ingot>, <primal:vanadium_ingot>]]);
  96.  
  97.  
  98. //make quartz tools slag iron tools
  99. recipes.remove(<primal:quartz_gallagher>);
  100. recipes.remove(<primal:quartz_workblade>);
  101. recipes.remove(<primal:quartz_shears>);
  102. recipes.remove(<primal:quartz_hatchet>);
  103. recipes.remove(<primal:quartz_axe>);
  104. recipes.remove(<primal:quartz_pickaxe>);
  105. recipes.remove(<primal:quartz_shovel>);
  106. recipes.remove(<primal:quartz_hoe>);
  107. <primal:quartz_gallagher>.displayName = "Slag Iron Gallagher";
  108. <primal:quartz_axe>.displayName = "Slag Iron Axe";
  109. <primal:quartz_hatchet>.displayName = "Slag Iron Hatchet";
  110. <primal:quartz_hoe>.displayName = "Slag Iron Hoe";
  111. <primal:quartz_pickaxe>.displayName = "Slag Iron Pickaxe";
  112. <primal:quartz_shears>.displayName = "Slag Iron Shears";
  113. <primal:quartz_shovel>.displayName = "Slag Iron Shovel";
  114. <primal:quartz_workblade>.displayName = "Slag Iron Workblade";
  115. recipes.addShaped(<primal:quartz_gallagher>, [[<primal:pigiron_ingot>, <ore:cordageGeneral>, <primal:pigiron_ingot>], [<primal:pigiron_ingot>, <ore:stickWood>, <primal:pigiron_ingot>], [null, <ore:stickWood>, null]]);
  116. recipes.addShaped(<primal:quartz_workblade>, [[null, <primal:pigiron_nugget>, <primal:pigiron_ingot>], [<primal:pigiron_nugget>, <ore:cordageGeneral>, <primal:pigiron_nugget>], [<ore:stickWood>, <primal:pigiron_nugget>, null]]);
  117. recipes.addShaped(<primal:quartz_pickaxe>, [[<primal:pigiron_nugget>, <ore:cordageGeneral>, <primal:pigiron_nugget>], [<primal:pigiron_nugget>, <ore:stickWood>, <primal:pigiron_nugget>], [null, <ore:stickWood>, null]]);
  118. recipes.addShaped(<primal:quartz_axe>, [[<primal:pigiron_nugget>, <ore:cordageGeneral>, <primal:pigiron_nugget>], [<primal:pigiron_nugget>, <ore:stickWood>, null], [null, <ore:stickWood>, null]]);
  119. recipes.addShaped(<primal:quartz_shovel>, [[null, <primal:pigiron_ingot>, null], [null, <ore:cordageGeneral>, null], [null, <ore:stickWood>, null]]);
  120. recipes.addShaped(<primal:quartz_hoe>, [[<primal:pigiron_nugget>, <primal:pigiron_nugget>, <ore:cordageGeneral>], [null, <ore:stickWood>, null], [<ore:stickWood>, null, null]]);
  121. recipes.addShaped(<primal:quartz_hatchet>, [[<primal:pigiron_nugget>, <ore:cordageGeneral>], [null, <ore:stickWood>]]);
  122. recipes.addShaped(<primal:quartz_shears>, [[null, <primal:pigiron_nugget>], [<primal:pigiron_nugget>, <ore:cordageGeneral>]]);
  123.  
  124.  
  125. //bwm tweaks
  126. recipes.addShapeless(leather_strap * 2, [<betterwithmods:material:33>, <primal:quartz_workblade>]);
  127. recipes.addShapeless(<betterwithmods:material:33>, [<betterwithmods:material:6>, <primal:quartz_workblade>]);
  128. recipes.addShaped(<betterwithmods:material:11>, [[<primal:plant_cloth>, <primal:plant_cloth>, <primal:plant_cloth>], [<primal:plant_cloth>, <primal:plant_cloth>, <primal:plant_cloth>], [<ore:slabWood>, <ore:slabWood>, <ore:slabWood>]]);
  129. recipes.remove(<primal:netherstone>);
  130. recipes.addShapeless(<primal:netherstone> * 5, [<minecraft:planks:5>, <betterwithmods:material:13>, <minecraft:planks:5>, <minecraft:planks:5>, <minecraft:planks:5>, <minecraft:planks:5>]);
  131.  
  132.  
  133. //primalcore tweaks
  134.  
  135.  
  136.  
  137. //primalcore fixes
  138. recipes.remove(<primal:nether_palm_stairs>);
  139. recipes.remove(<primal:nether_palm_stick>);
  140. recipes.remove(<primal:nether_palm_slab>);
  141. recipes.remove(<primal:pressplate_nether_palm>);
  142. recipes.remove(<primal:nether_gallagher>);
  143. recipes.remove(<primal:worktable_netherstone>);
  144. recipes.remove(<primal:salo>);
  145. recipes.remove(<primal:pressplate_dirt>);
  146. recipes.remove(<primal:pressplate_grass>);
  147. recipes.remove(<primal:pressplate_glass>);
  148. recipes.remove(<primal:silk_cordage_coiled>);
  149. recipes.addShapeless(<primal:silk_cordage_coiled>, [<primal:lard>, <primal:silk_cordage>, <primal:silk_cordage>, <primal:silk_cordage>]);
  150. recipes.addShapeless(<primal:torch_wood> * 4, [<primal:silk_cordage_coiled>, <ore:stickWood>]);
  151. recipes.addShapeless(<primal:torch_wood> * 3, [<ore:stickWood>, <primal:plant_tinder>, <primal:plant_tinder>, <primal:plant_tinder>, <primal:plant_tinder>, <primal:plant_tinder>]);
  152.  
  153.  
  154. # ================================================
  155. # misc changes and nitpics
  156. # ================================================
  157.  
  158. recipes.addShaped(<toughasnails:wool_chestplate>, [[<primal:plant_cloth>, null, <primal:plant_cloth>], [<primal:plant_cloth>, <primal:plant_cloth>, <primal:plant_cloth>], [<primal:plant_cloth>, <primal:plant_cloth>, <primal:plant_cloth>]]);
  159. recipes.addShaped(<toughasnails:wool_leggings>, [[<primal:plant_cloth>, <primal:plant_cloth>, <primal:plant_cloth>], [<primal:plant_cloth>, null, <primal:plant_cloth>], [<primal:plant_cloth>, null, <primal:plant_cloth>]]);
  160. recipes.remove(<toughasnails:charcoal_filter>);
  161. recipes.addShapedMirrored(<toughasnails:charcoal_filter> * 3, [[null, <minecraft:paper>, null], [null, <minecraft:coal:1>, null], [null, <minecraft:paper>, null]]);
  162. recipes.remove(<minecraft:shield>);
  163.  
  164. //recipes.addShaped(<minecraft:lead>
  165. //recipes.addShaped(<minecraft:bookshelf>
  166. //recipes.addShaped(<minecraft:tnt>
  167. //recipes.addShaped(<minecraft:cake>
  168. //recipes.addShaped(<minecraft:rail>
  169. //recipes.addShaped(<minecraft:golden_rail>
  170. //recipes.addShaped(<minecraft:activator_rail>
  171. //recipes.addShaped(<minecraft:detector_rail>
  172. //recipes.addShaped(<minecraft:fishing_rod>
  173. //recipes.addShaped(<minecraft:painting>
  174. //recipes.addShaped(<minecraft:golden_apple>
  175. //recipes.addShaped(<minecraft:piston>
  176. //recipes.addShaped(<minecraft:enchanting_table>
  177. //recipes.addShaped(<minecraft:hopper>
  178. //recipes.addShaped(<charsetpipes:shifter>
  179. recipes.remove(<spartanshields:shieldBasicWood>);
  180. recipes.addShaped(<spartanshields:shieldBasicWood>, [[null, <primal:nether_palm_plank>, <primal:nether_palm_plank>], [<primal:nether_palm_plank>, <ore:stickWood>, <primal:nether_palm_plank>], [<primal:nether_palm_plank>, <primal:nether_palm_plank>, null]]);
  181. recipes.remove(<spartanshields:shieldBasicStone>);
  182. recipes.addShaped(<spartanshields:shieldBasicStone>, [[null, <primal:pigiron_ingot>, null], [<primal:pigiron_ingot>, <spartanshields:shieldBasicWood>, <primal:pigiron_ingot>], [null, <primal:pigiron_ingot>, null]]);
  183. //recipes.addShaped(<spartanshields:shieldBasicIron>
  184. //recipes.addShaped(<spartanshields:shieldBasicGold>
  185. recipes.remove(<spartanshields:shieldBasicDiamond>);
  186. recipes.addShaped(<spartanshields:shieldBasicDiamond>, [[null, <ore:gemDiamond>, null], [<ore:gemDiamond>, <spartanshields:shieldBasicGold>, <ore:gemDiamond>], [null, <ore:gemDiamond>, null]]);
  187. recipes.addShaped(<toughasnails:wool_helmet>, [[<primal:plant_cloth>, <primal:plant_cloth>, <primal:plant_cloth>], [<primal:plant_cloth>, null, <primal:plant_cloth>]]);
  188. recipes.addShaped(<toughasnails:wool_boots>, [[<primal:plant_cloth>, null, <primal:plant_cloth>], [<primal:plant_cloth>, null, <primal:plant_cloth>]]);
  189. recipes.remove(<snad:snad:*>);
  190.  
  191.  
  192.  
  193.  
  194. //plant cloth for wind mills. tried, failed
  195. //pig iron-iron. done
  196. //saw using pig iron
  197. //progression with out iron
  198. //couldron with polished stone
  199. //ferro carbonite slack as byproduct of iron processing, used to be processed into more iron. done
  200. //knife from bwm made with pig iron. done, sortof
  201. //pig iron made from smelting iron ore. done
  202. //quartz tools now pig iron tools. done
  203. //remove dirt, grass and glass pressure plates.
  204. //remove iron strand recipe. done
  205. //make unfired proclin require a cauldron
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement