A highly advanced Minetest mod, which displays ore locations per player.
Go to file
david 92e6042911 Initalized Repo
V1.0 Releases.
2021-10-07 15:05:59 -04:00
api.lua Initalized Repo 2021-10-07 15:05:59 -04:00
init.lua Initalized Repo 2021-10-07 15:05:59 -04:00
LICENSE Initalized Repo 2021-10-07 15:05:59 -04:00
mod.conf Initalized Repo 2021-10-07 15:05:59 -04:00
README.md Initalized Repo 2021-10-07 15:05:59 -04:00
screenshot.png Initalized Repo 2021-10-07 15:05:59 -04:00

Ore Tracker

A useful mod for tracking what ores are around the player.

About this mod

This mod provides a graphical HUD interface which displays a series of ores.

The ores

Ore name Text Shown Color code (HEX)
Coal Coa 0xc8c8c8
Iron Iro 0xaf644b
Gold Gol 0xc8c84b
Mese* Mes 0xffff4b
Diamond Dia 0x4bfafa
Quartz** Qua 0xc8c8c8
Copper*** Cop 0xc86400
Tin* Tin 0xc8c8c8
Ancient Debris** Deb 0xaa644b
Lapis Lap 0x4b4bc8
Redstone** Red 0xc81919
Glowstone** Glo 0xffff4b

* Only found in MTG.

** Found in MCL5 or MCL2 with the proper mods.

*** Found in MTG and MCL5 or MCL2 with the proper mods.

Settings

Detect Range

The number of blocks away from the player the mod will scan/display for ores.

Recommended 8 blocks with no more than 16 (Bigger numbers equals much higher loads on server and possibly client)

Scan Frequency

The time in seconds till the mod updates ores it is indicating and if any new ores enter the scaning area (Dictated by Detect Range)

Recommended no faster than 1 (for 1 second) (Lower numbers equals faster scans but can/will increase loads on server and possibly client)

Use 0 or negative number to indicate instantanious (no delay) scans. (Not recommended)

Future Plans

  • Make a hand held item that dictates if the mod runs (displays ores) for that player.
  • Possibly make a priviledge to limit what player can see ores.
  • Make a GUI for changing colors, what gets shown for what ore, what ore gets displayed. (Per player settings)
  • Make a longer range or faster scan priviledge for players (like admins or "ranked" players)