Go to file
David G 00819c574b Update documentation. 2021-08-18 21:25:30 -07:00
images Initial commit. 2020-09-18 13:29:17 -07:00
textures Initial commit. 2020-09-18 13:29:17 -07:00
README.md Update documentation. 2021-08-18 21:25:30 -07:00
depth_finder.lua Initial commit. 2020-09-18 13:29:17 -07:00
flash_lamps.lua Initial commit. 2020-09-18 13:29:17 -07:00
init.lua Add mod settings. 2021-08-14 11:22:47 -07:00
ladder_overrides.lua Initial commit. 2020-09-18 13:29:17 -07:00
mod.conf Initial commit. 2020-09-18 13:29:17 -07:00
screenshot.png Initial commit. 2020-09-18 13:29:17 -07:00
settingtypes.txt Add mod settings. 2021-08-14 11:22:47 -07:00

README.md

Cave Tools [cavetools]

Some useful tools for exploring caves.

By David G (kestral246@gmail.com)

Cave Tools

A compilation of some of my other mods focused on making cave exploration easier.

A set of flash lamps that momentarily light up the direction the player is pointed.

  • Flash Lamp
  • Flash Wand
  • Super Flash Lamp

A set of depth finders that probe depth in the direction the player is pointed.

  • Flint Depth Finder
  • Diamond Depth Finder

An override to the default ladders to allow them to be easily extended down by just right clicking a ladder with another ladder.

  • This can create freestanding ladders. If the lack of ladder thickness bothers you, you can use Linuxdirks redef mod, which provides 3-d ladders.
  • The ropes mod by FaceDeer has a similar option for ladders, but extends them upward. Cave Tools' ladder override will conflict with this, but can be disabled (see configuration below).

Configuration

Each separate feature can be selectively enabled or disabled in the minetest.conf file.

  • cavetool_flashlamps = true/false
  • cavetool_depthfinders = true/false
  • cavetool_ladders = true/false

Dependencies

  • Ladder overrides only enabled if default exists.
  • Craft recipes optionally depend on default and tnt.
  • Wand also optionally depends on mana.

Craft Recipes

Flash Lamp Flash Lamp

Flash Wand Super Flash Lamp

Flint Depth Finder Diamond Depth Finder

Licenses

Source code

The MIT License (MIT)

Media (textures)

Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)

  • Flint texture copied from default_flint.png by Gambit.
  • Diamond texture copied from default_diamond.png by BlockMen.
  • Stick texture copied from default_stick.png by BlockMen.