CubicMelon / teruview

A mod for the open-source voxel game Minetest (https://www.minetest.net/) that provides in-game information about the world.
GNU General Public License v3.0
3 stars 0 forks source link

teruview

A mod for the open-source voxel game Minetest (https://www.minetest.net/)

Provides in-game information about blocks in the world when you click on them.

Screenshot

Format of information box:

Line 1: Node description or ID

If the node has a description, it is displayed in white. If not, its ID is instead displayed in yellow.

Line 2: Originating Mod

The mod which owns the node definition is displayed in light blue.

Line 3: Tool Information

The node's level and defined tool types for mining it are displayed. The color of this information is dependent on your currently held tool:

See options.lua for ways to some (minimal) ways to customize the display.