aridevelopment-de / fabric-packet-logger

Client-side packet logger with web-ui
https://modrinth.com/mod/packetlogger
GNU Affero General Public License v3.0
22 stars 6 forks source link

Convert packet metadata to centralized json files #18

Closed Ari24-cb24 closed 1 year ago

Ari24-cb24 commented 1 year ago

Having centralized json files for the packet descriptions (and fields) helps in a lot of ways

I would also prefer this approach over the one currently implemented as this could make choosing between different mappings easier. The metadata would be saved in the user's localstorage and validated by a version (possibly a hash)

Ari24-cb24 commented 1 year ago

Check aridevelopment-de/fabric-packet-logger-metadata. Still needs to be implemented in the frontend