0.16.5-hotfix1

This commit is contained in:
sainagh
2024-10-22 15:32:10 -07:00
parent 6a6a0ba4f0
commit 9a9983c59a
5001 changed files with 257651 additions and 10123 deletions
+7 -1
View File
@@ -505,4 +505,10 @@ val mythcomp87 = RecipeBuilder.newBuilder("mythcomp87","mythic_processor_compact
mythcomp87.addEnergyPerTickInput(60000);
mythcomp87.addItemInput(<woot:shard:6>);
mythcomp87.addItemOutput(<woot:stygianironingot>*4);
mythcomp87.build();
mythcomp87.build();
val mythcomp88 = RecipeBuilder.newBuilder("mythcomp88","mythic_processor_compactor",2);
mythcomp88.addEnergyPerTickInput(60000);
mythcomp88.addItemInput(<ore:nuggeGold>);
mythcomp88.addItemOutput(<contenttweaker:gold_leaf>);
mythcomp88.build();