mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 11:20:55 -04:00
* 25w14craftmine part 1 * Dealt with some stuff that was eaten Because some new thing decided to eat everything in MinecraftServer for some reason. The End was fed to the Void. * Port fabric-resource-loader-v0 to 25w14craftmine. * Remove leftover imports from migrating MinecraftServer to GameInstance. * Port fabric-lifecycle-events-v1 to 25w14craftmine. * Work on a networking-api-v1 port to 25w14craftmine. * Work on a networking-api-v1 port to 25w14craftmine. * Compiles :) * More fixes * Ingame?!? * Fix tests * Bump versions --------- Co-authored-by: DaveyL2013 <20153257+DaveyL2013@users.noreply.github.com> Co-authored-by: Mikarific <mikerific2@gmail.com> |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
README.md |
Fabric Tag API (v1)
This module contains APIs for working with data pack tags.
Tag aliases
Tag alias groups merge tags that refer to the same set of registry entries. The contained tags will be linked together and get the combined set of entries of all the aliased tags in a group.
Tag alias groups can be defined in data packs in the data/<mod namespace>/fabric/tag_alias/<registry>
directory. <registry>
is the path of the registry's ID, prefixed with <registry's namespace>/
if it's
not minecraft
.
The JSON format of tag alias groups is an object with a tags
list containing plain tag IDs.
See the module javadoc for more information about tag aliases.