Block Details on Tooltips
AngellusMortis opened this issue ยท 3 comments
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
There is already a feature that add a tooltip that pops up when a block is clicked with the coords and it highlights the block that was clicked. It would be nice if that tooltip would also provide details on the block clicked.
Minimal amount of nice to have information:
- localized name
- namespaced block ID
- coords of the block (already exists).
This would also benefit Fabric/Forge users to help them troubleshoot rendering issues.
Example:
New tooltip:
Oak Log
minecraft:oak_log
x: -191, y: 63, z: 385
It would be nice to have chunk information like chunk id, chunk coordinates and mca filename.
@roco3d you can get those already when activating the debug mode in the webapps settings-menu :)
The difficulty with this is, that this kind of data is not available to the web-app.
The only thing that is available for a face, is the texture-reference.
So to be able to display such data, we have to store the Block-Names + Block-Id's to each texture, which needs reworking the way textures are generated, saved and prepared by the webapp.