Finally a GIT!

This commit is contained in:
PietroSainaghi
2022-10-06 18:38:10 -07:00
commit 35aff91e33
7316 changed files with 575247 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
recipes.remove(<enderutilities:enderpart:0>);
mods.thermalexpansion.InductionSmelter.addRecipe(<enderutilities:enderpart:0>*2,
<enderio:item_alloy_ingot:2>, <minecraft:iron_ingot>*2,
5000);
recipes.remove(<enderutilities:enderpart:1>);
mods.thermalexpansion.InductionSmelter.addRecipe(<enderutilities:enderpart:1>*2,
<thermalfoundation:material:167>, <enderutilities:enderpart:0>*2,
5000);
recipes.remove(<enderutilities:enderpart:2>);
mods.thermalexpansion.InductionSmelter.addRecipe(<enderutilities:enderpart:2>*2,
<thermalfoundation:material:166>, <enderutilities:enderpart:1>*2,
5000);