Add a LootTable Serializer#7528
Conversation
ShaneBeee
left a comment
There was a problem hiding this comment.
Just a few minor little things
|
Do you think it's alright to save these when the available loottables could be changing between variables loads? Since it's only saving the key, it's reliant on the server environement not changing between saving and loading. If a data pack is removed, it could cause these variables to fail to load. |
In all fairness, the same could be said for anything that has a RegistryClassInfo, as well as ItemType. |
|
Good point, it's the same for blocks and removing worlds too. Just wanted to confirm there wasn't a better way. |
Description
This PR adds a LootTable serializer.
Target Minecraft Versions: any
Requirements: none
Related Issues: none