You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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:
This would also benefit Fabric/Forge users to help them troubleshoot rendering issues.
Example:
New tooltip:
The text was updated successfully, but these errors were encountered: