mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-26 17:46:25 -05:00
Essential hooks for modding with Fabric.
b7436ccac2
* Add nether biomes API * Update fabric-biomes-v1.mixins.json * fixed license * smarter injection point * Apply suggestions from coderbot's review Co-Authored-By: coderbot16 <coderbot16@gmail.com> * fix code style * remove redundant import * improve docs and update yarn version * Apply suggestions from code review Co-Authored-By: coderbot16 <coderbot16@gmail.com> Co-Authored-By: Juuxel <6596629+Juuxel@users.noreply.github.com> * bump version * mark classes as final * Changes from modmuss's review add 1.16 dependency, merge NetherBiomesImpl into InternalBiomeData, fix code style, and fix mixin target * Update build.gradle * Update API to inform users that it is experimental * remove beta annotion * optimize imports Co-authored-by: coderbot16 <coderbot16@gmail.com> Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com> |
||
---|---|---|
fabric-api-base | ||
fabric-biomes-v1 | ||
fabric-blockrenderlayer-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-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-testmods | ||
fabric-textures-v0 | ||
gradle/wrapper | ||
src/main/resources | ||
.editorconfig | ||
.gitignore | ||
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.