forked from FabricMC/fabric
Essential hooks for modding with Fabric. (patched so that it still compiles) (TODO)
d1753d4af9
* Fix BlockRenderLayerMapImpl no longer working in 19w42a. Move some LOG.warns to InvalidParameterException In 19w42a new class (class_4699) that contains 3 maps for Item, Block and Fluid RenderLayers. Before these maps were in the RenderLayer class causing them to be populated well before this API had a chance to get to handling the consumers. I have tweaked the impl to handle RenderLayers being added before initialize is called and after, this removes the need to ensure the class load order is correct. * quick cleanup * InvalidParameterException -> IllegalArgumentException * Move to single lines + add a blank line |
||
---|---|---|
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-resource-loader-v0 | ||
fabric-tag-extensions-v0 | ||
fabric-testmods | ||
fabric-textures-v0 | ||
gradle/wrapper | ||
src/main/resources | ||
.editorconfig | ||
.gitignore | ||
build.gradle | ||
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.