This commit is contained in:
sainagh
2025-04-26 10:44:04 -07:00
parent 792ec88708
commit feadcf829f
2070 changed files with 730078 additions and 2010 deletions
+7
View File
@@ -223,3 +223,10 @@ mythindgrind28.addItemInput(<contenttweaker:naquadah_ore>);
mythindgrind28.addItemOutput(<contenttweaker:naquadah_chunk>);
mythindgrind28.build();
val mythindgrind29 = RecipeBuilder.newBuilder("mythindgrind29","mythic_processor_grinder",2);
mythindgrind29.addEnergyPerTickInput(2000000);
mythindgrind29.addFluidInput(<fluid:sideral_life_essence>*1000);
mythindgrind29.addItemInput(<contenttweaker:ingot_of_infinite_wishes>);
mythindgrind29.addItemOutput(<contenttweaker:dust_of_infinite_wishes>*64);
mythindgrind29.build();