Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
/ teruview Public archive

A mod for the open-source voxel game Minetest (https://www.minetest.net/) that provides in-game information about the world.

License

Notifications You must be signed in to change notification settings

CubicMelon/teruview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • Green: Current tool can successfully mine this node.
  • Orange: Current tool is the correct type of tool, but is not high quality enough. Either it lacks a speed for the node's hardness rating or it is of insufficient level for the node.
  • Red: Current tool cannot mine this node at all.

Line 4: Node Information

Any flags of interest that apply to this node are displayed, such as whether it is affected by gravity, is flammable, douses fire or lava, and so forth.

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

About

A mod for the open-source voxel game Minetest (https://www.minetest.net/) that provides in-game information about the world.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages