general updates (not including modlist)

This commit is contained in:
sainagh
2024-05-03 10:04:06 -07:00
parent e05b4de98e
commit 7152251bdf
934 changed files with 103547 additions and 9484 deletions
+8 -1
View File
@@ -22,4 +22,11 @@ val mythpury4 = RecipeBuilder.newBuilder("mythpury4","mythic_processor_purifier"
mythpury4.addEnergyPerTickInput(40000);
mythpury4.addItemInput(<appliedenergistics2:material:1>);
mythpury4.addItemOutput(<appliedenergistics2:material:7>);
mythpury4.build();
mythpury4.build();
val mythpury5 = RecipeBuilder.newBuilder("mythpury5","mythic_processor_purifier",1);
mythpury5.addEnergyPerTickInput(40000);
mythpury5.addItemInput(<ore:ingotSilicon>);
mythpury5.addItemInput(<ore:nuggetSilicon>);
mythpury5.addItemOutput(<libvulpes:productboule:3>);
mythpury5.build();