This commit is contained in:
ZHAY10086
2026-02-25 17:44:26 +08:00
parent 1875d132be
commit e909edb0eb
557 changed files with 61284 additions and 2892 deletions
+2
View File
@@ -16,6 +16,7 @@ mythfurn2.addItemInput(<materialpart:vibranium:ingot>);
mythfurn2.addItemInput(<contenttweaker:arc_residue>*3);
mythfurn2.addItemInput(<iceandfire:dragonsteel_ice_ingot>);
mythfurn2.addItemInput(<iceandfire:dragonsteel_fire_ingot>);
mythfurn2.addItemInput(<minecraft:iron_ingot>*6);
mythfurn2.addItemOutput(<materialpart:hot_vibranium_alloy:ingot>*12);
mythfurn2.build();
@@ -48,3 +49,4 @@ mythfurn7.addEnergyPerTickInput(60000);
mythfurn7.addItemInput(<ore:logWood>);
mythfurn7.addItemOutput(<minecraft:coal:1>);
mythfurn7.build();