add GT axe lumber tooltip

This commit is contained in:
m2r1k5 2022-03-29 19:53:48 +08:00
parent 54660281c0
commit f4c6904d6d

View File

@ -387,4 +387,7 @@ cutter.recipeBuilder()
.outputs(<moreplates:fluix_plate> * 8) .outputs(<moreplates:fluix_plate> * 8)
.duration(784) .duration(784)
.EUt(30) .EUt(30)
.buildAndRegister(); .buildAndRegister();
// GT Axe Tooltip
<gregtech:meta_tool:3>.addTooltip(format.yellow("All GT Axes have Lumberaxe Functionality"));