This commit is contained in:
sainagh
2026-03-25 15:28:45 -05:00
parent c6137e9101
commit 6e24b21e79
718 changed files with 20094 additions and 8044 deletions
+16
View File
@@ -657,3 +657,19 @@ mythindgrind86.addFluidInput(<fluid:whisper_of_starvald_demelain>*10);
mythindgrind86.addItemInput(<contenttweaker:freed_sky_stone>*16);
mythindgrind86.addItemOutput(<contenttweaker:freed_sky_stone_dust>*131072);
mythindgrind86.build();
val mythindgrind87 = RecipeBuilder.newBuilder("mythindgrind87","mythic_processor_grinder",2);
mythindgrind87.addEnergyPerTickInput(2000000);
mythindgrind87.addFluidInput(<fluid:moltendreadium>*50000);
mythindgrind87.addItemInput(<contenttweaker:tartarite_ore>*16);
mythindgrind87.addItemOutput(<materialpart:tartarite:dust>*128);
mythindgrind87.build();
val mythindgrind88 = RecipeBuilder.newBuilder("mythindgrind88","mythic_processor_grinder",2);
mythindgrind88.addEnergyPerTickInput(2000000);
mythindgrind88.addFluidInput(<fluid:dreaded_steel>*1000);
mythindgrind88.addItemInput(<contenttweaker:tartarite_ore>*16);
mythindgrind88.addItemOutput(<materialpart:tartarite:dust>*256);
mythindgrind88.build();