Heath123 / pakkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

dbechrd opened this issue · 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

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