Update to 0.18.3
This commit is contained in:
@@ -517,4 +517,12 @@ val mythcomp89 = RecipeBuilder.newBuilder("mythcomp89","mythic_processor_compact
|
||||
mythcomp89.addEnergyPerTickInput(60000);
|
||||
mythcomp89.addItemInput(<contenttweaker:evanescent_sednanite_powder>*8);
|
||||
mythcomp89.addItemOutput(<materialpart:sednanite:ingot>*8);
|
||||
mythcomp89.build();
|
||||
mythcomp89.build();
|
||||
|
||||
|
||||
val mythcomp90 = RecipeBuilder.newBuilder("mythcomp90","mythic_processor_compactor",2);
|
||||
mythcomp90.addEnergyPerTickInput(60000);
|
||||
mythcomp90.addItemInput(<contenttweaker:deep_metamorphic_rock>*8);
|
||||
mythcomp90.addItemInput(<aoa3:runium_chunk>*64);
|
||||
mythcomp90.addItemOutput(<contenttweaker:deep_metamorphic_rock>*16);
|
||||
mythcomp90.build();
|
||||
Reference in New Issue
Block a user