minetest-mods / inspector

A minetest node inspector tool that shows various properties of nodes.
GNU Lesser General Public License v2.1
9 stars 8 forks source link

Add location information #10

Closed Treer closed 4 years ago

Treer commented 4 years ago

Show node's location and the environment/biome for that location

I'm not sure if this is of much interest to others, so it's at the bottom of the desc and you have to scroll down if you want to see those details.

Biome details are a MT 5 feature. Currently this inspector only shows the position in MT 0.4.x, which isn't very useful - but point is I've run it on 0.4 and confirmed it didn't break anything ;)

image

sofar commented 4 years ago

I like it, though. I think we need to start making "tabs" or a tabbed interface, the output will be getting really long.

Treer commented 4 years ago

The formspec is wide enough that there could be two panels. e.g. NodeDef on the right, everything else on the left.

sofar commented 4 years ago

Sure, but, the overflow of data really dictates a more structural and forward looking solution than a one-time split view.