Essential hooks for modding with Fabric.
Find a file
yyny 00f5b23648
Allow passing UV coordinates as Vec2f (#1238)
* Allow passing UV coordinates as Vec2f

Rotating UV coordinates using vector math becomes extremely annoying when every `sprite` call requires the individual `u` and `v` coordinates to be extracted again.

This change will allow passing UV coordinates in a container that will always be available.

* Revert b0fe27e0d7

* Allow Vec2f UVs in MutableQuadView

This seems like the better place to put this.

* Fix return type

oops

* Add override in QuadEmitter

* Fix JavaDoc styling

* Duplicate JavaDoc and function definition

There is probably a way in Java to override the method while keeping the JavaDoc, but I can't be bothered, and this way, the user gets a more relevant JavaDoc anyway.

* Remove Trailing Whitespace

I'm pretty sure QuadEmitter allowed trailing whitespace, though...

* Fix JavaDoc styling in QuadEmitter

Also removes trailing whitespace
2020-12-30 16:45:02 +00:00
.github Add contact links to issue template page (#1244) 2020-12-30 16:42:53 +00:00
fabric-api-base Add command to audit mixin environment in game (#1174) 2020-11-23 19:32:33 +00:00
fabric-biome-api-v1 Bump version 2020-11-15 19:58:17 +00:00
fabric-blockrenderlayer-v1 Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
fabric-command-api-v1 Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
fabric-commands-v0 Fix missing metadata (#1233) 2020-12-30 16:42:13 +00:00
fabric-containers-v0 Bump version 2020-12-10 18:33:57 +00:00
fabric-content-registries-v0 Bump version 2020-11-28 20:32:25 +00:00
fabric-crash-report-info-v1 Add checkstyle verification for package names, fix non-API packages. 2019-11-03 20:14:45 +01:00
fabric-dimensions-v1 Bump version 2020-11-28 23:36:50 +00:00
fabric-entity-events-v1 Entity Events v1 (#957) 2020-12-30 16:43:22 +00:00
fabric-events-interaction-v0 Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
fabric-events-lifecycle-v0 Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
fabric-game-rule-api-v1 Fix missing metadata (#1233) 2020-12-30 16:42:13 +00:00
fabric-item-api-v1 Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
fabric-item-groups-v0 Added Persian translation (#1161) 2020-12-30 16:41:19 +00:00
fabric-key-binding-api-v1 Fix getBoundKey() recursion (#896) 2020-07-20 19:37:28 +01:00
fabric-keybindings-v0 Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
fabric-lifecycle-events-v1 Add readme for fabric-lifecycle-events-v1 (#1119) 2020-12-05 19:04:01 +00:00
fabric-loot-tables-v1 Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
fabric-mining-levels-v0 Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
fabric-models-v0 Provide replacement for ModelAppender that allows loading non-blockstate paths (#1178) 2020-12-30 16:43:51 +00:00
fabric-networking-api-v1 Networking V1: Hopefully the final fix (#1208) 2020-12-09 18:21:45 +00:00
fabric-networking-blockentity-v0 Bump version 2020-12-10 18:33:57 +00:00
fabric-networking-v0 Bump version 2020-12-17 08:50:51 +00:00
fabric-object-builder-api-v1 Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
fabric-object-builders-v0 Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
fabric-particles-v1 Fix missing metadata (#1233) 2020-12-30 16:42:13 +00:00
fabric-registry-sync-v0 Bump version 2020-12-12 15:24:19 +00:00
fabric-renderer-api-v1 Allow passing UV coordinates as Vec2f (#1238) 2020-12-30 16:45:02 +00:00
fabric-renderer-indigo Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
fabric-renderer-registries-v1 Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
fabric-rendering-data-attachment-v1 Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
fabric-rendering-fluids-v1 Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
fabric-rendering-v0 Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
fabric-rendering-v1 Add WorldRenderEvents (#1182) 2020-12-30 16:44:23 +00:00
fabric-resource-loader-v0 Bump version 2020-12-23 20:21:41 +00:00
fabric-screen-handler-api-v1 Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
fabric-structure-api-v1 Fix missing metadata (#1233) 2020-12-30 16:42:13 +00:00
fabric-tag-extensions-v0 Bump version 2020-11-28 20:32:25 +00:00
fabric-textures-v0 Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
fabric-tool-attribute-api-v1 Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
gradle/wrapper Publish releases using github actions (#1124) 2020-11-05 18:30:03 +00:00
src/main/resources 20w28a - no biomes or dimensions 2020-07-08 19:31:01 +01:00
.editorconfig update license header, add .editorconfig, run formatter - close #28 2019-04-26 20:18:20 +02:00
.gitignore Add checkstyle, format existing code accordingly. 2019-10-27 15:40:26 +01:00
build.gradle Bump version 2020-12-23 20:21:41 +00:00
checkstyle.xml Checkstyle: Detect package names ending with ss as singular 2020-09-09 03:14:01 +00:00
gradle.properties Disable actions cache, and increase gradle memory allocation a little. 2020-07-01 19:05:55 +01:00
gradlew Publish releases using github actions (#1124) 2020-11-05 18:30:03 +00:00
gradlew.bat Publish releases using github actions (#1124) 2020-11-05 18:30:03 +00: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 Fix example implementation of using FAPI modules for Groovy (#1237) 2020-12-30 16:42:33 +00:00
settings.gradle Entity Events v1 (#957) 2020-12-30 16:43:22 +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 or GitHub Releases.

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-v0"
]

// 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-v0"
).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.

Check out the Contributing guidelines*.

* The contributing guidelines are work in progress

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