mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
Essential hooks for modding with Fabric.
dd263cca8b
* Try to detect if a registry is modded, if its not it will left alone and no syncing or saving will take place. * Some more work on moddable registries * Checkstyle * Fix licences * Cleanup registry attributes * Rework again * Some small tweaks * Yet another refactor * Some minor style fixes * Finish checking registries * Start on a test mod, and apply some fixes. * Checkstyle fixes * Tweak the logic behind previously modded registries * Use EnumSet * Update fabric-registry-sync-v0/src/main/java/net/fabricmc/fabric/mixin/registry/sync/MixinRegistry.java Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Fix generics, add javadoc, add tests * More changes * Checkstyle fixes * Minor fixes * Remove hash stuff * 20w21a - massive changes * fix build * Update fabric-registry-sync-v0/src/main/java/net/fabricmc/fabric/api/event/registry/FabricRegistryBuilder.java Co-authored-by: Joseph Burton <burtonjae@hotmail.co.uk> * Feedback and update mappings * No longer apply mappings to vanilla registries, no longer save empty mapping data. * Use Identifier in FabricRegistryBuilder over RegistryKey Improve empty registry tag handling * Reorder toTag empty checks * Minor fixes * Make FabricRegistryBuilder final * Update registry attributes * Fix compile issue Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: Joseph Burton <burtonjae@hotmail.co.uk> Co-authored-by: Player <player@player.to> |
||
---|---|---|
fabric-api-base | ||
fabric-biomes-v1 | ||
fabric-blockrenderlayer-v1 | ||
fabric-command-api-v1 | ||
fabric-commands-v0 | ||
fabric-containers-v0 | ||
fabric-content-registries-v0 | ||
fabric-crash-report-info-v1 | ||
fabric-dimensions-v1 | ||
fabric-events-interaction-v0 | ||
fabric-events-lifecycle-v0 | ||
fabric-item-groups-v0 | ||
fabric-keybindings-v0 | ||
fabric-loot-tables-v1 | ||
fabric-mining-levels-v0 | ||
fabric-models-v0 | ||
fabric-networking-blockentity-v0 | ||
fabric-networking-v0 | ||
fabric-object-builder-api-v1 | ||
fabric-object-builders-v0 | ||
fabric-particles-v1 | ||
fabric-registry-sync-v0 | ||
fabric-renderer-api-v1 | ||
fabric-renderer-indigo | ||
fabric-renderer-registries-v1 | ||
fabric-rendering-data-attachment-v1 | ||
fabric-rendering-fluids-v1 | ||
fabric-rendering-v0 | ||
fabric-rendering-v1 | ||
fabric-resource-loader-v0 | ||
fabric-tag-extensions-v0 | ||
fabric-textures-v0 | ||
fabric-tool-attribute-api-v1 | ||
gradle/wrapper | ||
src/main/resources | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
build.gradle | ||
checkstyle.xml | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
HEADER | ||
LICENSE | ||
README.md | ||
settings.gradle |
Fabric
Essential hooks and patches for modding with Fabric.
Getting Started
To setup a Fabric development environment, check out the example fabric mod and follow the instructions there.