mirror of
https://github.com/FabricMC/fabric.git
synced 2025-02-16 19:59:56 -05:00
Essential hooks for modding with Fabric.
* Create GameRule API * Some tweaks * gamerule -> game-rule * Fix translation keys and update to 20w22a * Command results and remove unnessecary factory method * Update to 1.16-pre1 * Update fabric-game-rule-api-v1/src/main/java/net/fabricmc/fabric/api/gamerule/v1/FabricRuleTypeConsumer.java Co-authored-by: liach <7806504+liach@users.noreply.github.com> * I like final things * Update to 1.16-pre3, change enum button style * checkstyle * use right min values * Document ValidatableRule * Document LiteralRule, clarify generics * Update to 20w27a * Rename some parts to compensate for future yarn renames. Flatten some logic related to EnumRules * forgot one * javadoc galore * finish javadoc * Start things * Update to 20w29a, drop float rule * Make cycle naming more accurate * Convert colors to hex Co-authored-by: Erlend Åmdal <erlend@aamdal.com> * Update to 20w30a * imports again Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com> Co-authored-by: Erlend Åmdal <erlend@aamdal.com> |
||
---|---|---|
.github/workflows | ||
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-game-rule-api-v1 | ||
fabric-item-api-v1 | ||
fabric-item-groups-v0 | ||
fabric-key-binding-api-v1 | ||
fabric-keybindings-v0 | ||
fabric-lifecycle-events-v1 | ||
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-screen-handler-api-v1 | ||
fabric-tag-extensions-v0 | ||
fabric-textures-v0 | ||
fabric-tool-attribute-api-v1 | ||
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.