Merge pull request #70 from KuroPeach/patch-1

Add a recipes for stickTreatedWood.
This commit is contained in:
tracer4b 2022-08-09 10:48:47 +08:00 committed by GitHub
commit a63264b3a7
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();