0.17 official

This commit is contained in:
sainagh
2025-01-25 10:22:23 -08:00
parent 16844ae817
commit aad7f70f2f
249 changed files with 2903 additions and 332525 deletions
+8
View File
@@ -215,3 +215,11 @@ mythindgrind27.addItemOutput(<techreborn:dust:55>*8);
mythindgrind27.addItemOutput(<contenttweaker:tungsten_molybdenum_dust>*4);
mythindgrind27.addItemOutput(<thermalfoundation:material:96>*8);
mythindgrind27.build();
val mythindgrind28 = RecipeBuilder.newBuilder("mythindgrind28","mythic_processor_grinder",2);
mythindgrind28.addEnergyPerTickInput(2000000);
mythindgrind28.addFluidInput(<fluid:essence>*1000);
mythindgrind28.addItemInput(<contenttweaker:naquadah_ore>);
mythindgrind28.addItemOutput(<contenttweaker:naquadah_chunk>);
mythindgrind28.build();