Version 0.11.9.1

This commit is contained in:
PietroSainaghi
2022-10-31 09:44:45 -07:00
parent 35aff91e33
commit cb3f80f938
332 changed files with 11097 additions and 2612 deletions
+8 -1
View File
@@ -341,4 +341,11 @@ mythallo46.addEnergyPerTickInput(80000);
mythallo46.addItemInput(<ore:ingotIron>,2);
mythallo46.addItemInput(<ore:ingotNickel>);
mythallo46.addItemOutput(<thermalfoundation:material:162>*3);
mythallo46.build();
mythallo46.build();
val mythallo47 = RecipeBuilder.newBuilder("mythallo47","mythic_processor_alloy_furnace",1);
mythallo47.addEnergyPerTickInput(80000);
mythallo47.addItemInput(<draconicevolution:draconic_spawner>);
mythallo47.addItemInput(<ore:ingotAdaminite>,4);
mythallo47.addItemOutput(<contenttweaker:restless_steel_ingot>*2);
mythallo47.build();