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

[Feature request] Display string desc with type enums for readability #52

Open
dbechrd opened this issue Jan 9, 2022 · 1 comment
Open

Comments

@dbechrd
Copy link

dbechrd commented Jan 9, 2022

E.g. spawn_entity packet contains a type field that is currently displayed as type: 42.
It would be much more useful if it said type: 42 [minecraft:item_frame] or similar.

image

Entity ID table:
https://wiki.vg/Entity_metadata#Mobs

Also, for item frames specificially, the objectData: 2 could say objectData: 2 [North].

Object data fields:
https://wiki.vg/Object_Data

@Alvinn8
Copy link

Alvinn8 commented Jan 10, 2022

Data Generators could also be used to get the names/ids for many other packets or registries like blocks, potion effects, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants