Essential hooks for modding with Fabric. (patched so that it still compiles) (TODO)
Find a file
2019-08-28 18:59:15 +01:00
fabric-api-base Fixed most of the javadoc comments and removed unused imports 2019-06-27 18:18:10 +02:00
fabric-biomes-v1 Fabric Biomes API (#200) 2019-07-03 20:53:42 +02:00
fabric-commands-v0 Fixed most of the javadoc comments and removed unused imports 2019-06-27 18:18:10 +02:00
fabric-containers-v0 Fixed most of the javadoc comments and removed unused imports 2019-06-27 18:18:10 +02:00
fabric-content-registries-v0 Fixed most of the javadoc comments and removed unused imports 2019-06-27 18:18:10 +02:00
fabric-crash-report-info-v1 Bump versions 2019-08-08 00:06:46 +01:00
fabric-events-interaction-v0 19w35a 2019-08-28 18:59:15 +01:00
fabric-events-lifecycle-v0 Add ItemStack Tooltip event (#302) 2019-08-08 00:01:17 +01:00
fabric-item-groups-v0 Add 1.15 MC deps where needed, update loader, bump versions. 2019-08-27 18:43:09 +00:00
fabric-keybindings-v0 FabricKeyBinding configured KeyCode getter (#245) 2019-06-13 10:20:57 +02:00
fabric-loot-tables-v1 Fixed most of the javadoc comments and removed unused imports 2019-06-27 18:18:10 +02:00
fabric-mining-levels-v0 Merge branches 'pull/219', 'pull/300' and 'pull/301' into us/master 2019-07-12 10:25:31 +01:00
fabric-models-v0 add proper depends lists to mods 2019-05-17 23:08:53 +02:00
fabric-networking-blockentity-v0 Fixed most of the javadoc comments and removed unused imports 2019-06-27 18:18:10 +02:00
fabric-networking-v0 Bump versions 2019-08-08 00:06:46 +01:00
fabric-object-builders-v0 Merge pull request #284 from svipthedrunk/javadoc 2019-07-28 06:04:11 -07:00
fabric-registry-sync-v0 Merge pull request #284 from svipthedrunk/javadoc 2019-07-28 06:04:11 -07:00
fabric-renderer-api-v1 Merge pull request #284 from svipthedrunk/javadoc 2019-07-28 06:04:11 -07:00
fabric-renderer-indigo 19w35a 2019-08-28 18:59:15 +01:00
fabric-rendering-data-attachment-v1 Fixed most of the javadoc comments and removed unused imports 2019-06-27 18:18:10 +02:00
fabric-rendering-fluids-v1 Honor special case water/glass rendering (#335) 2019-08-07 23:58:20 +01:00
fabric-rendering-v0 Add RenderReloadCallback Event (#217) 2019-06-09 21:36:12 +02:00
fabric-resource-loader-v0 optimize removeAll in ResourceManagerHelperImpl.sort (#298) 2019-08-08 00:02:25 +01:00
fabric-tag-extensions-v0 Fixed most of the javadoc comments and removed unused imports 2019-06-27 18:18:10 +02:00
fabric-testmods Loot table manipulation API (#160) 2019-06-09 21:47:28 +02:00
fabric-textures-v0 Fixed most of the javadoc comments and removed unused imports 2019-06-27 18:18:10 +02:00
gradle/wrapper update buildsystem to use maven-publish, hopefully 2019-04-22 17:12:13 +02:00
src/main/resources Add 1.15 MC deps where needed, update loader, bump versions. 2019-08-27 18:43:09 +00:00
.editorconfig update license header, add .editorconfig, run formatter - close #28 2019-04-26 20:18:20 +02:00
.gitignore 19w34a - not being built just yet 2019-08-22 19:07:25 +01:00
build.gradle 19w35a 2019-08-28 18:59:15 +01:00
gradle.properties build to fabric-api 2019-04-24 19:15:08 +02:00
gradlew first commit - resource pack hook and little else 2018-11-05 15:54:18 +01:00
gradlew.bat first commit - resource pack hook and little else 2018-11-05 15:54:18 +01:00
HEADER update license header, add .editorconfig, run formatter - close #28 2019-04-26 20:18:20 +02:00
LICENSE first commit - resource pack hook and little else 2018-11-05 15:54:18 +01:00
README.md Add minimal "getting started" to README.md (#275) 2019-08-08 00:03:31 +01:00
settings.gradle Fabric Biomes API (#200) 2019-07-03 20:53:42 +02:00

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.