Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
(Updated 1.16.5 and 1.17 to 0.36.0)
Tag: Visual edit
(Added 1.17.1 and updated to build 0.36.1)
Tag: Visual edit
Line 4: Line 4:
 
|image=Fabric.png
 
|image=Fabric.png
 
|author=modmuss50 </br> asiekierka </br> [https://github.com/FabricMC/fabric/graphs/contributors et. al.]
 
|author=modmuss50 </br> asiekierka </br> [https://github.com/FabricMC/fabric/graphs/contributors et. al.]
|mcversion=1.14-1.17
+
|mcversion=1.14-1.17.1
 
|url=https://www.curseforge.com/minecraft/mc-mods/fabric-api
 
|url=https://www.curseforge.com/minecraft/mc-mods/fabric-api
|version='''1.17''':&nbsp;0.36.0<br/>'''1.16.5''':&nbsp;0.36.0<br/>'''1.16.4''':&nbsp;0.29.3<br/>'''1.16.3''':&nbsp;0.25.0+build.415<br/>'''1.16.2''':&nbsp;0.20.1+build.401<br/>'''1.16.1''':&nbsp;0.18.0+build.387<br/>'''1.16''':&nbsp;0.13.1+build.370<br/>'''1.15.2''':&nbsp;0.28.5<br/>'''1.15.1''':&nbsp;0.4.27+build.286<br/>'''1.15''':&nbsp;0.4.27+build.286<br/>'''1.14.4''':&nbsp;0.28.5<br/>'''1.14.3''':&nbsp;0.3.0+build.198<br/>'''1.14.2''':&nbsp;0.3.0+build.176<br/>'''1.14.1''':&nbsp;0.3.0-pre+build.157a<br/>'''1.14''':&nbsp;0.3.0-pre+build.156
+
|version='''1.17.1''':&nbsp;0.36.1<br/>'''1.17''':&nbsp;0.36.0<br/>'''1.16.5''':&nbsp;0.36.0<br/>'''1.16.4''':&nbsp;0.29.3<br/>'''1.16.3''':&nbsp;0.25.0+build.415<br/>'''1.16.2''':&nbsp;0.20.1+build.401<br/>'''1.16.1''':&nbsp;0.18.0+build.387<br/>'''1.16''':&nbsp;0.13.1+build.370<br/>'''1.15.2''':&nbsp;0.28.5<br/>'''1.15.1''':&nbsp;0.4.27+build.286<br/>'''1.15''':&nbsp;0.4.27+build.286<br/>'''1.14.4''':&nbsp;0.28.5<br/>'''1.14.3''':&nbsp;0.3.0+build.198<br/>'''1.14.2''':&nbsp;0.3.0+build.176<br/>'''1.14.1''':&nbsp;0.3.0-pre+build.157a<br/>'''1.14''':&nbsp;0.3.0-pre+build.156
 
}}
 
}}
   
 
The '''Fabric API''' is an API used by Fabric mods to interact better with vanilla [[Minecraft]]. It is required by most but not all Fabric mods in the mods folder. It is highly modularized and has a few submods; this design allow mods that only use a fraction of the API to use that part instead of requiring players to install the entire API.
 
The '''Fabric API''' is an API used by Fabric mods to interact better with vanilla [[Minecraft]]. It is required by most but not all Fabric mods in the mods folder. It is highly modularized and has a few submods; this design allow mods that only use a fraction of the API to use that part instead of requiring players to install the entire API.
   
It currently supports 1.16.5 and 1.17 release versions, Snapshots and Combat Test snapshots. Combat Test Snapshot support is displayed on the Fabric API and CraftPresence (which requires Fabric API) mod Curseforge pages.
+
It currently supports 1.16.5 and 1.17.1 release versions, Snapshots and Combat Test snapshots. Combat Test Snapshot support is displayed on the Fabric API and CraftPresence (which requires Fabric API) mod Curseforge pages.
   
Starting with 1.17 snapshots (20w45a) builds have been dropped from file names; Fabric API versions will read "0.25.0" instead of "0.25.0 build 415".
+
Starting with snapshots (20w45a) builds have been dropped from file names; Fabric API versions will read "0.25.0" instead of "0.25.0 build 415".
   
 
As of 1.17 Pre-Release 1 1.17 Fabric API builds (0.34.8 onwards, does not apply to prior 1.17 snapshot Fabric API builds) requires a [https://adoptopenjdk.net/?variant=openjdk16 Java 16 JDK] build.
 
As of 1.17 Pre-Release 1 1.17 Fabric API builds (0.34.8 onwards, does not apply to prior 1.17 snapshot Fabric API builds) requires a [https://adoptopenjdk.net/?variant=openjdk16 Java 16 JDK] build.

Revision as of 01:57, 6 July 2021

This page is about the Fabric API. For the Fabric Loader, see Fabric.
Fabric
Fabric
Current developersmodmuss50
asiekierka
et. al.
Version1.17.1: 0.36.1
1.17: 0.36.0
1.16.5: 0.36.0
1.16.4: 0.29.3
1.16.3: 0.25.0+build.415
1.16.2: 0.20.1+build.401
1.16.1: 0.18.0+build.387
1.16: 0.13.1+build.370
1.15.2: 0.28.5
1.15.1: 0.4.27+build.286
1.15: 0.4.27+build.286
1.14.4: 0.28.5
1.14.3: 0.3.0+build.198
1.14.2: 0.3.0+build.176
1.14.1: 0.3.0-pre+build.157a
1.14: 0.3.0-pre+build.156
Supported Minecraft versions1.14-1.17.1
URLLink

The Fabric API is an API used by Fabric mods to interact better with vanilla Minecraft. It is required by most but not all Fabric mods in the mods folder. It is highly modularized and has a few submods; this design allow mods that only use a fraction of the API to use that part instead of requiring players to install the entire API.

It currently supports 1.16.5 and 1.17.1 release versions, Snapshots and Combat Test snapshots. Combat Test Snapshot support is displayed on the Fabric API and CraftPresence (which requires Fabric API) mod Curseforge pages.

Starting with snapshots (20w45a) builds have been dropped from file names; Fabric API versions will read "0.25.0" instead of "0.25.0 build 415".

As of 1.17 Pre-Release 1 1.17 Fabric API builds (0.34.8 onwards, does not apply to prior 1.17 snapshot Fabric API builds) requires a Java 16 JDK build.

Trivia

  • CraftPresence is the only Fabric mod to support the Combat Test Snapshots. Though not all were (1-4 and 7b-8c), Combat Snapshot 5 & 7 have versions made for them.

See also

External Links