partial lore

This commit is contained in:
sainagh
2026-06-30 13:55:17 -05:00
parent 89cbf41e1d
commit 9bbd4be82c
3355 changed files with 44716 additions and 20213 deletions
+10
View File
@@ -1,5 +1,15 @@
import mods.modularmachinery.RecipeBuilder;
recipes.addShaped(<contenttweaker:sednanite_sheetmetal>,
[[<ore:rodSednanite>, <immersiveengineering:sheetmetal:6>, <ore:rodSednanite>],
[<immersiveengineering:sheetmetal:6>, null, <immersiveengineering:sheetmetal:6>],
[<ore:rodSednanite>, <immersiveengineering:sheetmetal:6>, <ore:rodSednanite>]]);
val lathe1 = RecipeBuilder.newBuilder("lathe1","aluminum_lathe",20);
lathe1.addEnergyPerTickInput(2000);
lathe1.addItemInput(<ore:ingotIron>);