mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
Essential hooks for modding with Fabric.
c8964fcb8d
* Actual support * Remove this useless mixin * Resolve some issues * Remove duplicate entries * maybe? * fix max breaking speed * choose an item that is the closest * Set version to 1.1 * better docs remove stuff * deprecation doc and no todo comments * Check if block has valid mining level * javadocs * Most of the issues resolved * Some more javadoc and resolve some issues * Forgot to change order for these * Adds post process method to DynamicAttributeTool Fixed going to vanilla again to query Fixed tool mining level < 0 Fixed vanilla items on modded blocks not working Renamed taggedToolHandlerInvoker to toolHandlerInvoker Renamed entries to ENTRIES * New comparision method for modded tools to vanilla blocks * Remove useless mixins and use getMaterial().getMiningSpeed to support more tools. * Simply mixin * Some useful javadocs * Fix license * Bump fabric-object-builders-v0 because we are good * Bump version of fabric-object-builder-api-v1 because we are nice * Resolve some issues * a * remove vanilla tools vanilla blocks thing ok * descriptive * Get the faster speed instead * Rename ModdedToolsVanillaBlocksToolHandler * Remove tri state * Fix compile errors * testmod * fix formatting * fix testmod javadoc * forgot to license format testmod * Bump to 1.1.0 # Conflicts: # fabric-object-builder-api-v1/build.gradle # fabric-tool-attribute-api-v1/build.gradle # fabric-tool-attribute-api-v1/src/main/java/net/fabricmc/fabric/api/tool/attribute/v1/DynamicAttributeTool.java # fabric-tool-attribute-api-v1/src/main/java/net/fabricmc/fabric/mixin/tool/attribute/MixinItemStack.java # fabric-tool-attribute-api-v1/src/main/java/net/fabricmc/fabric/mixin/tool/attribute/MixinPlayerInventory.java |
||
---|---|---|
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.