beta-0.14.6
This commit is contained in:
@@ -24,4 +24,10 @@ val mythfurn3 = RecipeBuilder.newBuilder("mythfurn3","mythic_processor_furnace",
|
||||
mythfurn3.addEnergyPerTickInput(60000);
|
||||
mythfurn3.addItemInput(<contenttweaker:sacrifice_metal_clump>);
|
||||
mythfurn3.addItemOutput(<materialpart:sacrifice_metal:ingot>);
|
||||
mythfurn3.build();
|
||||
mythfurn3.build();
|
||||
|
||||
val mythfurn4 = RecipeBuilder.newBuilder("mythfurn4","mythic_processor_furnace",1);
|
||||
mythfurn4.addEnergyPerTickInput(60000);
|
||||
mythfurn4.addItemInput(<divinerpg:shadow_bar>*16);
|
||||
mythfurn4.addItemOutput(<contenttweaker:shadow_steel>*16);
|
||||
mythfurn4.build();
|
||||
Reference in New Issue
Block a user