0.17 official

This commit is contained in:
sainagh
2025-01-25 10:22:23 -08:00
parent 16844ae817
commit aad7f70f2f
249 changed files with 2903 additions and 332525 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();