Updating data
- Go to https://github.com/PrismarineJS/minecraft-data/tree/master/data/pc/{version}
- Update
version
in the following files if there is a new corresponding JSON file available:- gen_block.go -
blocks.json
- gen_entity.go -
entities.json
- gen_item.go -
items.json
- gen_packetid.go -
protocol.json
- gen_block.go -
- Update the
URL
in gen_soundid.go (verify the URL returns a response first) - Run
go generate ./...