pre-0.18.0 update

This commit is contained in:
ZHAY10086
2025-04-30 16:35:13 +08:00
parent 8c7ad4e2b2
commit b6d0ee1d9c
1135 changed files with 190722 additions and 3545 deletions
+12 -1
View File
@@ -126,4 +126,15 @@ val mythroll17 = RecipeBuilder.newBuilder("mythroll17","mythic_processor_rolling
mythroll17.addEnergyPerTickInput(60000);
mythroll17.addItemInput(<ore:plateTitaniumIridium>*4);
mythroll17.addItemOutput(<ore:sheetTitaniumIridium>*4);
mythroll17.build();
mythroll17.build();
val mythroll18 = RecipeBuilder.newBuilder("mythroll18","mythic_processor_rolling_machine",2);
mythroll18.addEnergyPerTickInput(60000);
mythroll18.addItemInput(<contenttweaker:divine_ironwood_ingot>);
mythroll18.addItemInput(<contenttweaker:myrminiobite_ingot>);
mythroll18.addItemInput(<contenttweaker:barathosynium_ingot>);
mythroll18.addItemInput(<contenttweaker:deeply_etched_adamantium>);
mythroll18.addItemInput(<contenttweaker:everburning_recursion_fragment>);
mythroll18.addItemInput(<contenttweaker:infinity_plate>*4);
mythroll18.addItemOutput(<contenttweaker:everburning_plating>);
mythroll18.build();