Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block Details on Tooltips #194

Open
AngellusMortis opened this issue May 19, 2021 · 3 comments
Open

Block Details on Tooltips #194

AngellusMortis opened this issue May 19, 2021 · 3 comments

Comments

@AngellusMortis
Copy link

AngellusMortis commented May 19, 2021

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:

image

New tooltip:

Oak Log
minecraft:oak_log
x: -191, y: 63, z: 385
@TBlueF
Copy link
Member

TBlueF commented May 19, 2021

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.

@TBlueF TBlueF added this to TODO in TODO / Idea board May 19, 2021
@roco3d
Copy link

roco3d commented Aug 8, 2022

It would be nice to have chunk information like chunk id, chunk coordinates and mca filename.

@TBlueF
Copy link
Member

TBlueF commented Aug 8, 2022

@roco3d you can get those already when activating the debug mode in the webapps settings-menu :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Planned (unordered)
Development

No branches or pull requests

3 participants