This commit is contained in:
ZHAY10086
2026-03-15 17:17:48 +08:00
parent 707aa69c7b
commit 2b8ea95744
630 changed files with 14799 additions and 6169 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();