Data stored in repository.bin should be moved into registry.bin.
Currently we've got 2 resource files:
- registry.bin holding resources server needs to send to clients
- repository.bin holding resources that client holds by itself but server also needs like blocks or items.
We can use standard minecraft registry codec to storage blocks and items as well.
Data stored in repository.bin should be moved into registry.bin.
Currently we've got 2 resource files:
We can use standard minecraft registry codec to storage blocks and items as well.