0.15.0 update

This commit is contained in:
sainagh
2024-02-04 10:54:55 -08:00
parent 9001db012f
commit d54b476552
1199 changed files with 59299 additions and 13763 deletions
+13 -2
View File
@@ -1,4 +1,3 @@
import mods.modularmachinery.RecipeBuilder;
val mythfurn1 = RecipeBuilder.newBuilder("mythfurn1","mythic_processor_furnace",1);
@@ -30,4 +29,16 @@ val mythfurn4 = RecipeBuilder.newBuilder("mythfurn4","mythic_processor_furnace",
mythfurn4.addEnergyPerTickInput(60000);
mythfurn4.addItemInput(<divinerpg:shadow_bar>*16);
mythfurn4.addItemOutput(<contenttweaker:shadow_steel>*16);
mythfurn4.build();
mythfurn4.build();
val mythfurn5 = RecipeBuilder.newBuilder("mythfurn5","mythic_processor_furnace",1);
mythfurn5.addEnergyPerTickInput(60000);
mythfurn5.addItemInput(<ore:dustPlutonium>);
mythfurn5.addItemOutput(<ore:ingotPlutonium>);
mythfurn5.build();
val mythfurn6 = RecipeBuilder.newBuilder("mythfurn6","mythic_processor_furnace",1);
mythfurn6.addEnergyPerTickInput(60000);
mythfurn6.addItemInput(<contenttweaker:draconian_metal_clump>);
mythfurn6.addItemOutput(<contenttweaker:draconian_metal_ingot>);
mythfurn6.build();