Essential hooks for modding with Fabric.
Find a file
AlphaMode fa140d5976
Support stack aware recipe remainders (#2556)
* Support stack aware recipe remainders

* Fix checkstyle

* Remove all overwrites

* Add FabricItemStack and make RecipeRemainderHandler thread safe

* Update fabric-item-api-v1/src/main/java/net/fabricmc/fabric/api/item/v1/FabricItem.java

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>

* Update fabric-item-api-v1/src/main/java/net/fabricmc/fabric/api/item/v1/FabricItem.java

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>

* Update fabric-item-api-v1/src/main/java/net/fabricmc/fabric/api/item/v1/FabricItem.java

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>

* Update fabric-item-api-v1/src/main/java/net/fabricmc/fabric/api/item/v1/FabricItem.java

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>

* Update fabric-item-api-v1/src/main/java/net/fabricmc/fabric/api/item/v1/FabricItem.java

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>

* Update fabric-item-api-v1/src/main/java/net/fabricmc/fabric/impl/item/RecipeRemainderHandler.java

Co-authored-by: Technici4n <13494793+Technici4n@users.noreply.github.com>

* Remove hasRecipeRemainder, Update test mod and remove unneeded mixins

* Update fabric-item-api-v1/src/testmod/java/net/fabricmc/fabric/test/item/CustomDamageTest.java

Co-authored-by: Salvatore Peluso <info@devpelux.xyz>

* Avoid copying the ItemStack

* Update fabric-item-api-v1/src/main/java/net/fabricmc/fabric/mixin/item/AbstractFurnaceBlockEntityMixin.java

Co-authored-by: Salvatore Peluso <info@devpelux.xyz>

* Sneakily change duplicate keybinding to a less used key

* make everything thread safe and improve AbstractFurnaceBlockEntityMixin

* Update fabric-item-api-v1/src/main/java/net/fabricmc/fabric/api/item/v1/FabricItem.java

Co-authored-by: Technici4n <13494793+Technici4n@users.noreply.github.com>

* Update fabric-item-api-v1/src/main/java/net/fabricmc/fabric/api/item/v1/FabricItemStack.java

Co-authored-by: Technici4n <13494793+Technici4n@users.noreply.github.com>

* Update fabric-item-api-v1/src/main/java/net/fabricmc/fabric/api/item/v1/FabricItem.java

Co-authored-by: Salvatore Peluso <info@devpelux.xyz>

* clear thread local and change field prefix

* forgot the allow

* Update fabric-item-api-v1/src/main/java/net/fabricmc/fabric/api/item/v1/FabricItem.java

Co-authored-by: Salvatore Peluso <info@devpelux.xyz>

* Update fabric-item-api-v1/src/testmod/java/net/fabricmc/fabric/test/item/CustomDamageTest.java

Co-authored-by: Technici4n <13494793+Technici4n@users.noreply.github.com>

* Add FurnaceGameTest

* Change test keybind back to LShift

* Fix brewing stand remainder and fix nitpicks

* add code example to remainder javadoc

* Fixed and reformatted docs, changed recipe mixin behavior to store the remainder stack instead of the original stack, refactoring.

* Added gametests for brewing stand and recipe mixins, fixed furnace gametest compairing stacks with themselves.

* Use (0,1,0) position for game tests

* Review changes

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
Co-authored-by: Technici4n <13494793+Technici4n@users.noreply.github.com>
Co-authored-by: Salvatore Peluso <info@devpelux.xyz>
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2022-11-20 13:25:23 +00:00
.github Add publish checkstyle report action (#2514) 2022-09-09 12:45:06 +01:00
deprecated Split all duplicated packages (#2617) 2022-11-20 13:25:05 +00:00
fabric-api-base Fix many javadoc issues (#2526) 2022-09-25 14:45:12 +01:00
fabric-api-lookup-api-v1 Fix many javadoc issues (#2526) 2022-09-25 14:45:12 +01:00
fabric-biome-api-v1 Adjust nether biomes injection point (#2666) 2022-11-20 13:19:53 +00:00
fabric-block-api-v1 Add a block appearance API (#2579) 2022-11-07 18:29:51 +00:00
fabric-blockrenderlayer-v1 Cleanup incorrect mixin shadow annotations/access 2022-09-25 14:46:29 +01:00
fabric-client-tags-api-v1 Add client tags module (#2308) 2022-08-06 19:02:27 +01:00
fabric-command-api-v2 Fix many javadoc issues (#2526) 2022-09-25 14:45:12 +01:00
fabric-content-registries-v0 Add way to specify the PathNodeType for a block, add missing tests in content registries testmod. (#2519) 2022-10-18 13:52:44 +01:00
fabric-convention-tags-v1 Fix many javadoc issues (#2526) 2022-09-25 14:45:12 +01: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 Add access widener for ItemModelGenerator#writer (#2635) 2022-11-20 13:23:37 +00:00
fabric-dimensions-v1 Refactor Dimension API and fix a bug (#2486) 2022-09-11 14:15:00 +01:00
fabric-entity-events-v1 Split all duplicated packages (#2617) 2022-11-20 13:25:05 +00:00
fabric-events-interaction-v0 Cleanup incorrect mixin shadow annotations/access 2022-09-25 14:46:29 +01:00
fabric-game-rule-api-v1 Cleanup incorrect mixin shadow annotations/access 2022-09-25 14:46:29 +01:00
fabric-gametest-api-v1 Create parent directory when writing test report (#2554) 2022-10-16 15:08:44 +01:00
fabric-item-api-v1 Support stack aware recipe remainders (#2556) 2022-11-20 13:25:23 +00:00
fabric-item-groups-v0 Split all duplicated packages (#2617) 2022-11-20 13:25:05 +00:00
fabric-key-binding-api-v1 Change test LSHIFT keybind to RSHIFT (#2580) 2022-10-16 15:11:43 +01:00
fabric-lifecycle-events-v1 Split all duplicated packages (#2617) 2022-11-20 13:25:05 +00:00
fabric-loot-api-v2 Make static-only classes final and unconstructible (#2421) 2022-08-06 19:04:11 +01:00
fabric-message-api-v1 Fix many javadoc issues (#2526) 2022-09-25 14:45:12 +01:00
fabric-mining-level-api-v1 Add SyncDataPackContents and TagsLoaded lifecycle events (#2265) 2022-06-13 19:59:24 +01:00
fabric-models-v0 Cleanup incorrect mixin shadow annotations/access 2022-09-25 14:46:29 +01:00
fabric-networking-api-v1 Split all duplicated packages (#2617) 2022-11-20 13:25:05 +00:00
fabric-object-builder-api-v1 Implement a version of FabricDefaultAttributeRegistry#register that takes a DefaultAttributeContainer (#2589) 2022-11-07 18:30:06 +00:00
fabric-particles-v1 Update Loom, Yarn, Checkstyle (#2538) 2022-09-25 14:46:02 +01:00
fabric-registry-sync-v0 Split all duplicated packages (#2617) 2022-11-20 13:25:05 +00:00
fabric-renderer-api-v1 Add a block appearance API (#2579) 2022-11-07 18:29:51 +00:00
fabric-renderer-indigo Rename and validate Mixin class names. (#2450) 2022-08-15 18:59:19 +01:00
fabric-rendering-data-attachment-v1 Add a block appearance API (#2579) 2022-11-07 18:29:51 +00:00
fabric-rendering-fluids-v1 Cleanup incorrect mixin shadow annotations/access 2022-09-25 14:46:29 +01:00
fabric-rendering-v1 Support namespaced armor textures. Fixes #96 (#2542) 2022-09-25 16:16:50 +01:00
fabric-resource-conditions-api-v1 Resource conditions: support all tags (#2564) 2022-10-16 15:10:20 +01:00
fabric-resource-loader-v0 Load modded translations on the server (#2668) 2022-11-20 13:19:31 +00:00
fabric-screen-api-v1 Fixed ScreenEvents Javadoc (#2618) 2022-11-20 13:24:41 +00:00
fabric-screen-handler-api-v1 Add overwriting screen handler factory (#2373) 2022-09-11 14:09:29 +01:00
fabric-sound-api-v1 Add Sound API to allow sound instances to play custom audio streams (#2558) 2022-10-16 15:09:44 +01:00
fabric-textures-v0 Rename and validate Mixin class names. (#2450) 2022-08-15 18:59:19 +01:00
fabric-transfer-api-v1 Fix shulker boxes accepting other shulkers when using a directionless InventoryStorage (#2669) 2022-11-20 13:19:18 +00:00
fabric-transitive-access-wideners-v1 Add many more transitive access wideners (#2341) 2022-08-15 18:41:18 +01:00
gradle Rename modid to "fabric-api" and provide "fabric". Update loom (#2446) 2022-08-06 19:05:38 +01:00
src Enforce Minecraft 1.19.2 2022-11-07 19:19:00 +00:00
.editorconfig Update .editorconfig (#1830) 2021-11-16 12:48:32 +00:00
.gitattributes 22w19a 2022-05-12 21:58:35 +01:00
.gitignore Fix #1273 (Make MultipartBakedModel and WeightedBackedModel implement FabricBakedModel properly) (#1301) 2021-06-10 14:09:00 +02:00
build.gradle Update Loom, Yarn, Checkstyle (#2538) 2022-09-25 14:46:02 +01:00
checkstyle.xml Split all duplicated packages (#2617) 2022-11-20 13:25:05 +00:00
CONTRIBUTING.md Add development guidelines (CONTRIBUTING.md) (#2377) 2022-07-29 18:30:02 +01:00
gradle.properties Bump version 2022-11-07 20:35:45 +00:00
gradlew Update Loom and Loader. Cleanup/improve buildscript. 2021-11-12 15:02:54 +00:00
gradlew.bat Move deprecated modules, create own maven BOM for the deprecated modules. (#2171) 2022-05-01 15:44:16 +01:00
HEADER Move deprecated modules, create own maven BOM for the deprecated modules. (#2171) 2022-05-01 15:44:16 +01:00
LICENSE first commit - resource pack hook and little else 2018-11-05 15:54:18 +01:00
README.md Add development guidelines (CONTRIBUTING.md) (#2377) 2022-07-29 18:30:02 +01:00
settings.gradle Add a block appearance API (#2579) 2022-11-07 18:29:51 +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