Advertisement
Guest User

TConstruct.zs

a guest
Mar 29th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. print("TConstruct");
  2.  
  3. // Tool Forge Recipe
  4. recipes.remove(<tconstruct:toolforge>);
  5. recipes.addShaped(<tconstruct:toolforge>.withTag({textureBlock: {id:"minecraft:iron_block", Count: 1 as byte, Damage: 0 as short}}), [[<ore:blockSeared>, <ore:blockSeared>, <ore:blockSeared>], [<ore:plateDenseSteel>, <tconstruct:tooltables:3>, <ore:plateDenseSteel>], [<ore:plateDenseSteel>, null, <ore:plateDenseSteel>]]);
  6.  
  7. // Change Silky Jewel
  8. recipes.remove(<tconstruct:materials:16>);
  9. recipes.addShaped(<tconstruct:materials:16>, [[null, <tconstruct:materials:15>, null] ,[<tconstruct:materials:15>, <ore:blockEmerald>, <tconstruct:materials:15>], [null, <tconstruct:materials:15>, null]]);
  10.  
  11. // Slime Boots
  12. recipes.remove(<tconstruct:slime_boots>);
  13. recipes.remove(<tconstruct:slime_boots:1>);
  14. recipes.remove(<tconstruct:slime_boots:2>);
  15. recipes.remove(<tconstruct:slime_boots:3>);
  16. recipes.remove(<tconstruct:slime_boots:4>);
  17. recipes.addShaped(<tconstruct:slime_boots>, [[<ore:slimeball>, null, <ore:slimeball>], [<ore:blockSlimeCongealed>, <mekanismtools:SteelBoots>, <ore:blockSlimeCongealed>]]);
  18.  
  19. // Remove EIO Alloys
  20. mods.tconstruct.Smeltery.removeAlloy(<liquid:vibrantalloy>);
  21. mods.tconstruct.Smeltery.removeAlloy(<liquid:energeticalloy>);
  22. mods.tconstruct.Smeltery.removeAlloy(<liquid:conductiveiron>);
  23. mods.tconstruct.Smeltery.removeAlloy(<liquid:pulsatingiron>);
  24.  
  25. // Change Obsidian Alloy
  26. mods.tconstruct.Smeltery.removeAlloy(<liquid:obsidian>);
  27. mods.tconstruct.Smeltery.addAlloy(<liquid:obsidian> * 36, [<liquid:water> * 250, <liquid:lava> * 250]);
  28.  
  29. // Add Melting of TechReborn Bauxite
  30. mods.tconstruct.Smeltery.addMelting(<liquid:aluminum> * 144, <techreborn:techreborn.ore:4>, 315);
  31.  
  32. // 2 Ingots per Plate Fix (TConstruct)
  33. mods.tconstruct.Casting.removeTableRecipe(<ic2:plate>);
  34. mods.tconstruct.Casting.removeTableRecipe(<ic2:plate:1>);
  35. mods.tconstruct.Casting.removeTableRecipe(<ic2:plate:2>);
  36. mods.tconstruct.Casting.removeTableRecipe(<ic2:plate:3>);
  37. mods.tconstruct.Casting.removeTableRecipe(<ic2:plate:5>);
  38. mods.tconstruct.Casting.removeTableRecipe(<ic2:plate:7>);
  39. mods.tconstruct.Casting.removeTableRecipe(<ic2:plate:8>);
  40. //mods.tconstruct.Casting.removeTableRecipe(<immersiveengineering:metal:30>);
  41. //mods.tconstruct.Casting.removeTableRecipe(<immersiveengineering:metal:31>);
  42. //mods.tconstruct.Casting.removeTableRecipe(<immersiveengineering:metal:32>);
  43. mods.tconstruct.Casting.removeTableRecipe(<immersiveengineering:metal:36>);
  44. //mods.tconstruct.Casting.removeTableRecipe(<immersiveengineering:metal:37>);
  45. //mods.tconstruct.Casting.removeTableRecipe(<immersiveengineering:metal:38>);
  46. //mods.tconstruct.Casting.removeTableRecipe(<immersiveengineering:metal:39>);
  47. //mods.tconstruct.Casting.removeTableRecipe(<techreborn:plates:25>);
  48. //mods.tconstruct.Casting.removeTableRecipe(<techreborn:plates:27>);
  49. mods.tconstruct.Casting.removeTableRecipe(<basemetals:brass_plate>);
  50. mods.tconstruct.Casting.removeTableRecipe(<basemetals:electrum_plate>);
  51. mods.tconstruct.Casting.removeTableRecipe(<basemetals:nickel_plate>);
  52. mods.tconstruct.Casting.removeTableRecipe(<basemetals:zinc_plate>);
  53. mods.tconstruct.Casting.removeTableRecipe(<basemetals:silver_plate>);
  54. mods.tconstruct.Casting.removeTableRecipe(<modernmetals:aluminumbrass_plate>);
  55. mods.tconstruct.Casting.removeTableRecipe(<modernmetals:cadmium_plate>);
  56. mods.tconstruct.Casting.removeTableRecipe(<modernmetals:chromium_plate>);
  57. mods.tconstruct.Casting.removeTableRecipe(<modernmetals:galvanizedsteel_plate>);
  58. mods.tconstruct.Casting.removeTableRecipe(<modernmetals:magnesium_plate>);
  59. mods.tconstruct.Casting.removeTableRecipe(<modernmetals:manganese_plate>);
  60. mods.tconstruct.Casting.removeTableRecipe(<modernmetals:nichrome_plate>);
  61. mods.tconstruct.Casting.removeTableRecipe(<modernmetals:osmium_plate>);
  62. mods.tconstruct.Casting.removeTableRecipe(<modernmetals:plutonium_plate>);
  63. mods.tconstruct.Casting.removeTableRecipe(<modernmetals:rutile_plate>);
  64. mods.tconstruct.Casting.removeTableRecipe(<modernmetals:stainlesssteel_plate>);
  65. mods.tconstruct.Casting.removeTableRecipe(<modernmetals:tantalum_plate>);
  66. mods.tconstruct.Casting.removeTableRecipe(<modernmetals:tungsten_plate>);
  67. mods.tconstruct.Casting.removeTableRecipe(<modernmetals:uranium_plate>);
  68. mods.tconstruct.Casting.removeTableRecipe(<modernmetals:zirconium_plate>);
  69.  
  70. // Remove Gear Casts
  71. mods.tconstruct.Casting.removeTableRecipe(<ore:gearBronze>);
  72. mods.tconstruct.Casting.removeTableRecipe(<ore:gearCopper>);
  73. mods.tconstruct.Casting.removeTableRecipe(<ore:gearTin>);
  74. mods.tconstruct.Casting.removeTableRecipe(<ore:gearIron>);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement