Update Earlygame.zs

This commit is contained in:
KuroPeach 2022-08-07 13:10:39 +08:00 committed by GitHub
parent d676c74c1d
commit b70da71eaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -386,4 +386,12 @@ cutter.recipeBuilder()
<thermalexpansion:capacitor:5>.addTooltip(format.red("Cannot be discharged in GT Battery Buffers"));
<gregtech:meta_item_1:466>.addTooltip(format.yellow("Grid squares correspond to 1 chunk, up is north\nClick a resource name in sidebar to highlight only it\nUse JEI to check potential vein depth"));
<gregtech:meta_item_1:467>.addTooltip(format.yellow("Grid squares correspond to 1 chunk, up is north\nClick a resource name in sidebar to highlight only it\nUse JEI to check potential vein depth"));
<gregtech:meta_item_1:468>.addTooltip(format.yellow("Grid squares correspond to 1 chunk, up is north\nClick a resource name in sidebar to highlight only it\nUse JEI to check potential vein depth"));
<gregtech:meta_item_1:468>.addTooltip(format.yellow("Grid squares correspond to 1 chunk, up is north\nClick a resource name in sidebar to highlight only it\nUse JEI to check potential vein depth"));
// Treated Wood Stick
lathe.recipeBuilder()
.inputs(<ore:plankTreatedWood>)
.outputs(<metaitem:stickTreatedWood> * 2)
.duration(20)
.EUt(30)
.buildAndRegister();