pakkit icon indicating copy to clipboard operation
pakkit copied to clipboard

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

Open dbechrd opened this issue 3 years ago • 1 comments

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

dbechrd avatar Jan 09 '22 20:01 dbechrd

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

Alvinn8 avatar Jan 10 '22 11:01 Alvinn8