0.17 official
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user