Update Earlygame.zs
This commit is contained in:
parent
d676c74c1d
commit
b70da71eaf
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user