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.
2024-06-02 00:58:12 -04:00
2022-01-25 18:53:58 -05:00
2024-06-02 00:58:12 -04:00
2022-01-25 19:17:59 -05:00
2022-01-25 18:53:58 -05:00
2022-01-25 23:26:48 -05:00
2022-01-25 19:08:20 -05:00
2022-01-25 23:26:48 -05:00

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
No description provided
Readme 101 KiB
Languages
Lua 100%