This commit is contained in:
ZHAY10086
2026-07-02 16:56:56 +08:00
parent 6e8de90c52
commit 41c76e04e1
1287 changed files with 20910 additions and 6637 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>);