0.17 update

This commit is contained in:
ZHAY10086
2025-01-25 12:18:35 +08:00
parent 3d87b65533
commit 102bf924ca
268 changed files with 3373 additions and 332398 deletions
+7 -1
View File
@@ -654,4 +654,10 @@ val mythmelt645 = RecipeBuilder.newBuilder("mythmelt645","mythic_processor_melte
mythmelt645.addEnergyPerTickInput(60000);
mythmelt645.addItemInput(<contenttweaker:world_corrupting_sentient_meatball>);
mythmelt645.addFluidOutput(<fluid:flesh_world_ichor> * 32000);
mythmelt645.build();
mythmelt645.build();
val mythmelt646 = RecipeBuilder.newBuilder("mythmelt646","mythic_processor_melter",2);
mythmelt646.addEnergyPerTickInput(60000);
mythmelt646.addItemInput(<contenttweaker:rosidian_ingot>);
mythmelt646.addFluidOutput(<fluid:rosidian> * 144);
mythmelt646.build();