Beanzilla
6a1ff993c0
Update init.lua to 1.2.2
This is a hotfix for #2 Verification the fix doesn't break other things is needed. Verification the fix does fix the issue is needed.
climb_glove
Adds magic gloves which allow you to climb up on things
What's in the box
- 2 pairs of gloves (one requires you to be pointing at nodes or entities, the other doesn't require anything)
- Supports Minetest Game and Mineclone (2, 5 & Mineclonia)
- Allow choosing if crafting is allowed (defaults to not allowed, this way you could use this mod at a server shop)
How to climb
With a basic glove just look at say some nodes (like a tree), then just rapidly click the punch key (left mouse button by default).
The only difference between the basic glove and advanced glove is that the advanced doesn't need you looking at anything.
Settings
Just add these lines to your minetest.conf
file:
climb_glove.craft_basic = true # If you want it true, else put false
climb_glove.craft_adv = true # Both need to be true to get it
Credits
- I thank the author of climbing_pick for the idea, and some ideas from their code.
- I thank the author of tardis_new for the concept of the glove textures, which I modified.
Description
Languages
Lua
100%