Essential hooks for modding with Fabric.
Find a file
apple502j 85f102ee1a
Object builder API updates (#2798)
* Add feature support to FabricEntityTypeBuilder

* Use IdentityHashMap for EntityType-keyed maps

* Improve tests

* Update fabric-object-builder-api-v1/src/main/java/net/fabricmc/fabric/api/object/builder/v1/entity/FabricEntityTypeBuilder.java

Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>

* Fix naming of static-final field

* Address some reviews

* Rebuild

* Split gametest

* Update fabric-object-builder-api-v1/src/main/java/net/fabricmc/fabric/api/object/builder/v1/entity/MinecartComparatorLogicRegistry.java

Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
2023-01-02 13:05:10 +00:00
.github Add producation server test, publish testmod jar to maven. (#2717) 2022-12-11 13:49:21 +00:00
deprecated Cleanup Environment annotation usage. (#2755) 2022-12-23 13:10:16 +00:00
fabric-api-base Small Cleanups (#2767) 2022-12-23 13:10:03 +00:00
fabric-api-lookup-api-v1 Update mappings 2022-11-16 16:12:51 +00:00
fabric-biome-api-v1 Javadoc and typo fixes (#2782) 2022-12-23 15:20:04 +00:00
fabric-block-api-v1 Fix block api resources path (#2749) 2022-12-23 13:37:29 +00:00
fabric-blockrenderlayer-v1 Cleanup incorrect mixin shadow annotations/access 2022-09-25 14:46:29 +01:00
fabric-client-tags-api-v1 Cleanup Environment annotation usage. (#2755) 2022-12-23 13:10:16 +00:00
fabric-command-api-v2 Cleanup Environment annotation usage. (#2755) 2022-12-23 13:10:16 +00:00
fabric-content-registries-v0 API for brewing recipes which use Ingredients instead of Items (#2670) 2022-12-23 15:37:09 +00:00
fabric-convention-tags-v1 Add c:shields convention tag (#2727) 2022-12-11 13:50:05 +00:00
fabric-crash-report-info-v1 Rename and validate Mixin class names. (#2450) 2022-08-15 18:59:19 +01:00
fabric-data-generation-api-v1 Fixed blocks with vanilla loot tables making strict validation of datagen fail (#2816) 2023-01-02 13:03:40 +00:00
fabric-dimensions-v1 Generate package-info files for all impl and mixin packages (#2615) 2022-11-22 16:35:52 +00:00
fabric-entity-events-v1 Split all duplicated packages (#2617) 2022-11-20 13:58:41 +00:00
fabric-events-interaction-v0 Replace old nullability comments with annotations (#2800) 2023-01-02 13:04:34 +00:00
fabric-game-rule-api-v1 Cleanup Environment annotation usage. (#2755) 2022-12-23 13:10:16 +00:00
fabric-gametest-api-v1 Javadoc and typo fixes (#2782) 2022-12-23 15:20:04 +00:00
fabric-item-api-v1 Replace old nullability comments with annotations (#2800) 2023-01-02 13:04:34 +00:00
fabric-item-group-api-v1 Fix common tab resetting when reopening creative screen (#2803) 2023-01-02 13:04:06 +00:00
fabric-key-binding-api-v1 Keybindings API: New Years cleanup (#2799) 2023-01-02 13:04:48 +00:00
fabric-lifecycle-events-v1 Block Entity Lifecycle fixes (#2783) 2022-12-23 16:34:09 +00:00
fabric-loot-api-v2 22w42a 🐫 (#2599) 2022-10-22 20:38:33 +01:00
fabric-message-api-v1 Message API: update javadoc for 22w42a (#2605) 2022-10-28 18:26:52 +01:00
fabric-mining-level-api-v1 Update mappings 2022-11-16 16:12:51 +00:00
fabric-models-v0 22w43a (#2610) 2022-10-26 20:48:38 +01:00
fabric-networking-api-v1 Catch exception inside client-side JOIN event (#2813) 2023-01-02 13:03:53 +00:00
fabric-object-builder-api-v1 Object builder API updates (#2798) 2023-01-02 13:05:10 +00:00
fabric-particles-v1 Javadoc and typo fixes (#2782) 2022-12-23 15:20:04 +00:00
fabric-registry-sync-v0 Pass DynamicRegistryView to DynamicRegistrySetupCallback (#2696) 2022-11-26 20:00:04 +00:00
fabric-renderer-api-v1 Small Cleanups (#2767) 2022-12-23 13:10:03 +00:00
fabric-renderer-indigo Cleanup Environment annotation usage. (#2755) 2022-12-23 13:10:16 +00:00
fabric-rendering-data-attachment-v1 Small Cleanups (#2767) 2022-12-23 13:10:03 +00:00
fabric-rendering-fluids-v1 Javadoc and typo fixes (#2782) 2022-12-23 15:20:04 +00:00
fabric-rendering-v1 Deprecated BlockEntityRendererRegistry in favor of vanilla's BlockEntityRendererFactories (#2582) 2022-12-23 15:32:51 +00:00
fabric-resource-conditions-api-v1 Resource Conditions: add feature_enabled (#2658) 2022-11-26 20:00:49 +00:00
fabric-resource-loader-v0 Don't break the ordering of ResourcePackProviders (#2784) 2022-12-23 16:00:37 +00:00
fabric-screen-api-v1 Javadoc and typo fixes (#2782) 2022-12-23 15:20:04 +00:00
fabric-screen-handler-api-v1 Cleanup Environment annotation usage. (#2755) 2022-12-23 13:10:16 +00:00
fabric-sound-api-v1 22w42a 🐫 (#2599) 2022-10-22 20:38:33 +01:00
fabric-transfer-api-v1 Javadoc and typo fixes (#2782) 2022-12-23 15:20:04 +00:00
fabric-transitive-access-wideners-v1 API for brewing recipes which use Ingredients instead of Items (#2670) 2022-12-23 15:37:09 +00:00
gradle Generate package-info files for all impl and mixin packages (#2615) 2022-11-22 16:35:52 +00:00
src 22w42a 🐫 (#2599) 2022-10-22 20:38:33 +01:00
.editorconfig
.gitattributes
.gitignore Generate package-info files for all impl and mixin packages (#2615) 2022-11-22 16:35:52 +00:00
build.gradle Remove 3rd party JD links (#2752) 2022-12-12 19:11:29 +00:00
checkstyle.xml Split all duplicated packages (#2617) 2022-11-20 13:58:41 +00:00
CONTRIBUTING.md Generate package-info files for all impl and mixin packages (#2615) 2022-11-22 16:35:52 +00:00
gradle.properties Bump versions 2022-12-23 18:04:45 +00:00
gradlew
gradlew.bat
HEADER
LICENSE
README.md
settings.gradle 22w46a 2022-11-16 16:15:34 +00:00

Fabric API

Essential hooks for modding with Fabric.

Fabric API is the library for essential hooks and interoperability mechanisms for Fabric mods. Examples include:

  • Exposing functionality that is useful but difficult to access for many mods such as particles, biomes and dimensions
  • Adding events, hooks and APIs to improve interopability between mods.
  • Essential features such as registry synchronization and adding information to crash reports.
  • An advanced rendering API designed for compatibility with optimization mods and graphics overhaul mods.

Also check out Fabric Loader, the (mostly) version-independent mod loader that powers Fabric. Fabric API is a mod like any other Fabric mod which requires Fabric Loader to be installed.

For support and discussion for both developers and users, visit the Fabric Discord server.

Using Fabric API to play with mods

Make sure you have install fabric loader first. More information about installing Fabric Loader can be found here.

To use Fabric API, download it from CurseForge, GitHub Releases or Modrinth.

The downloaded jar file should be placed in your mods folder.

Using Fabric API to develop mods

To setup a Fabric development environment, check out the Fabric example mod and follow the instructions there. The example mod already depends on Fabric API.

To include the full Fabric API with all modules in the development environment, add the following to your dependencies block in the gradle buildscript:

Groovy DSL

modImplementation "net.fabricmc.fabric-api:fabric-api:FABRIC_API_VERSION"

Kotlin DSL

modImplementation("net.fabricmc.fabric-api:fabric-api:FABRIC_API_VERSION")

Alternatively, modules from Fabric API can be specified individually as shown below (including module jar to your mod jar):

Groovy DSL

// Make a collection of all api modules we wish to use
Set<String> apiModules = [
    "fabric-api-base",
    "fabric-command-api-v1",
    "fabric-lifecycle-events-v1",
    "fabric-networking-api-v1"
]

// Add each module as a dependency
apiModules.forEach {
    include(modImplementation(fabricApi.module(it, FABRIC_API_VERSION)))
}

Kotlin DSL

// Make a set of all api modules we wish to use
setOf(
    "fabric-api-base",
    "fabric-command-api-v1",
    "fabric-lifecycle-events-v1",
    "fabric-networking-api-v1"
).forEach {
    // Add each module as a dependency
    modImplementation(fabricApi.module(it, FABRIC_API_VERSION))
}

Instead of hardcoding version constants all over the build script, Gradle properties may be used to replace these constants. Properties are defined in the gradle.properties file at the root of a project. More information is available here.

Contributing

See something Fabric API doesn't support, a bug or something that may be useful? We welcome contributions to improve Fabric API. Make sure to read the development guidelines.

Modules

Fabric API is designed to be modular for ease of updating. This also has the advantage of splitting up the codebase into smaller chunks.

Each module contains its own README.md* explaining the module's purpose and additional info on using the module.

* The README for each module is being worked on; not every module has a README at the moment