Revert "Merge pull request #70 from KuroPeach/patch-1" (#78)

This reverts commit a63264b3a7c71ecac594698d3b0bfa64976a6e40.

Co-authored-by: tracer4b <61507029+tracer4b@users.noreply.github.com>
This commit is contained in:
Caedis 2022-08-24 03:08:01 -05:00 committed by GitHub
parent 4fa4014673
commit df807b8489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -384,12 +384,4 @@ cutter.recipeBuilder()
<thermalexpansion:capacitor:5>.addTooltip(format.red("Cannot be discharged in GT Battery Buffers")); <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: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: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();