Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. import mods.thermalexpansion.Pulverizer;
  2. import mods.thermalexpansion.Crucible;
  3. import mods.thermalexpansion.RedstoneFurnace;
  4. import mods.thermalexpansion.InductionSmelter;
  5. import mods.tconstruct.Melting;
  6. import mods.tconstruct.Alloy;
  7. import crafttweaker.item.IIngredient;
  8.  
  9. // Sand + [NOT WORKING]
  10. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:armor.helmet_aluminum>);
  11. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:armor.plate_aluminum>);
  12. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:armor.legs_aluminum>);
  13. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:armor.boots_aluminum>);
  14. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:horse_armor_aluminum>);
  15. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:tool.sickle_aluminum>);
  16. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:tool.bow_aluminum>);
  17. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:tool.shield_aluminum>);
  18. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:tool.pickaxe_aluminum>);
  19. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:tool.shovel_aluminum>);
  20. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:tool.sword_aluminum>);
  21. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:tool.axe_aluminum>);
  22. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:tool.fishing_rod_aluminum>);
  23. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:tool.hammer_aluminum>);
  24. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:tool.excavator_aluminum>);
  25. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:tool.hoe_aluminum>);
  26. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:tool.shears_aluminum>);
  27.  
  28.  
  29. //Sand + [WORKING]
  30. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:ore:4>);
  31. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:ore:6>);
  32. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:ore:7>);
  33. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:ore:8>);
  34. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:material:68>);
  35. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:material:71>);
  36. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:material:72>);
  37. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:material:260>);
  38. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:material:263>);
  39. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:material:264>);
  40. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:material:324>);
  41. mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:sand>, <thermalfoundation:material:327>);
  42. //Rich Slag +
  43. mods.thermalexpansion.InductionSmelter.removeRecipe(<thermalfoundation:material:865>, <thermalfoundation:ore:4>);
  44. mods.thermalexpansion.InductionSmelter.removeRecipe(<thermalfoundation:material:865>, <thermalfoundation:ore:7>);
  45. mods.thermalexpansion.InductionSmelter.removeRecipe(<thermalfoundation:material:865>, <thermalfoundation:ore:8>);
  46.  
  47. mods.thermalexpansion.InductionSmelter.removeRecipe(<thermalfoundation:material:68>, <thermalfoundation:glass:3>);
  48. mods.thermalexpansion.InductionSmelter.removeRecipe(<thermalfoundation:material:71>, <thermalfoundation:glass:3>);
  49. mods.thermalexpansion.InductionSmelter.removeRecipe(<thermalfoundation:material:865>, <thermalfoundation:ore:6>);
  50. mods.thermalexpansion.InductionSmelter.removeRecipe(<thermalfoundation:material:866>, <thermalfoundation:ore:6>);
  51. mods.thermalexpansion.InductionSmelter.removeRecipe(<thermalfoundation:material:866>, <thermalfoundation:ore:7>);
  52. mods.thermalexpansion.Pulverizer.removeRecipe(<thermalfoundation:ore:6>);
  53. mods.thermalexpansion.Pulverizer.removeRecipe(<thermalfoundation:ore:7>);
  54. mods.thermalexpansion.Crucible.removeRecipe(<thermalfoundation:ore:6>);
  55.  
  56. mods.tconstruct.Melting.removeRecipe(<liquid:platinum>, <thermalfoundation:ore:6>);
  57. mods.tconstruct.Alloy.removeRecipe(<liquid:alubrass>, [<liquid:copper>, <liquid:aluminum>]);
  58.  
  59. //Vanilla furnace recipes also remove TE recipes
  60. furnace.remove(<thermalfoundation:material:134>, <thermalfoundation:ore:6>);
  61.  
  62. recipes.removeShapeless(<thermalfoundation:material:134>, [<thermalfoundation:ore:6>, <thermalfoundation:material:1024>]);
  63. recipes.removeShapeless(<thermalfoundation:material:134>, [<thermalfoundation:ore:6>, <thermalfoundation:material:1027> , <thermalfoundation:material:1024>]);
  64. recipes.removeShapeless(<thermalfoundation:material:70>, [<thermalfoundation:ore:6>, <thermalfoundation:material:1027>]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement