-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Registries contain version specific data and are used at a lot of places.
Registries contain a set of predefined data by default (the minecraft:vanilla datapack), but can be dynamically extended.
Currently, MinecraftData is our registry, it contains some (not all) data for the vanilla datapack and can't be extended.
Tasks:
- The new
Registryshould be able to query everything from aMinecraftDatainstance, but also add the ability to extend the data. A registry lookup should only be done usingIdentifier's. - There is still a lot of data missing from
MinecraftData. Mostly we require mappings from a minecraft version specific number used in the protocol, to a version independent identifier (for example atParserRegistry). Minecraft-data doesn't provide most of this data, but mcmeta is looking very good for a new data source.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels