By default, crafting is disabled, but can be enabled if you want (see the settingtypes.txt file).
Remember, the basic glove requires you to be looking at a node to climb upwards, while the advanced does not.
To enable crafting again:
1. climb_glove.craft_basic = true and/or climb_glove.craft_advanced = true to your minetest.conf file.
2. Restart if you're already playing, and now you should be ready to craft.
Crafting:
_ = Blank (Left Empty)
i = Iron/Steel Ingot
g = Gold Ingot
d = Diamond
G = climb_glove:basic_glove
Basic:
_ i i
g d i
g g _
Advanced:
d i i
g G i
g g d
Normally crafting is disabled, so the only method to obtain it is by the give command.
Obtaining the gloves by give:
1. Ensure you have the give priv (else /grantme give or the like)
2. /giveme climb_glove:basic_glove for the basic or /giveme climb_glove:adv_glove for the advanced.
Nice, but how can I get it in survival mode?
converted review into a thread
By default, crafting is disabled, but can be enabled if you want (see the settingtypes.txt file).
To enable crafting again: 1.
climb_glove.craft_basic = true
and/orclimb_glove.craft_advanced = true
to yourminetest.conf
file. 2. Restart if you're already playing, and now you should be ready to craft.Crafting:
Normally crafting is disabled, so the only method to obtain it is by the
give
command.Obtaining the gloves by
give
: 1. Ensure you have thegive
priv (else/grantme give
or the like) 2./giveme climb_glove:basic_glove
for the basic or/giveme climb_glove:adv_glove
for the advanced.