pakkit
pakkit copied to clipboard
[Feature request] Display string desc with type enums for readability
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.
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
Data Generators could also be used to get the names/ids for many other packets or registries like blocks, potion effects, etc.