PRless-0.18.2

This commit is contained in:
sainagh
2025-08-01 14:02:02 -05:00
parent dd5b82f2c1
commit a6964940b3
2782 changed files with 28582 additions and 16395 deletions
+7 -1
View File
@@ -511,4 +511,10 @@ val mythcomp88 = RecipeBuilder.newBuilder("mythcomp88","mythic_processor_compact
mythcomp88.addEnergyPerTickInput(60000);
mythcomp88.addItemInput(<minecraft:gold_nugget>);
mythcomp88.addItemOutput(<contenttweaker:gold_leaf>);
mythcomp88.build();
mythcomp88.build();
val mythcomp89 = RecipeBuilder.newBuilder("mythcomp89","mythic_processor_compactor",2);
mythcomp89.addEnergyPerTickInput(60000);
mythcomp89.addItemInput(<contenttweaker:evanescent_sednanite_powder>*8);
mythcomp89.addItemOutput(<materialpart:sednanite:ingot>*8);
mythcomp89.build();