pre-0.18.0 update

This commit is contained in:
ZHAY10086
2025-04-30 16:35:13 +08:00
parent 8c7ad4e2b2
commit b6d0ee1d9c
1135 changed files with 190722 additions and 3545 deletions
+8
View File
@@ -222,3 +222,11 @@ mythindgrind28.addFluidInput(<fluid:essence>*1000);
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();