Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
(Updated to 1.18 experimental snapshot 1 with 0.37.2)
Tag: Visual edit
(Updated trivia and added external links for 1.18 experimental snapshot builds of Fabric API and CraftPresence)
Tag: Visual edit
Line 19: Line 19:
 
== Trivia ==
 
== 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.
+
* 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. As of 19/07/2021 a 1.18 Experimental Snapshot port was made with the Fabric API 0.37.2 build.
   
 
== See also ==
 
== See also ==
Line 36: Line 36:
 
*[https://www.curseforge.com/minecraft/mc-mods/craftpresence/files/3023903 CraftPresence Combat Snapshot 5 version 3]
 
*[https://www.curseforge.com/minecraft/mc-mods/craftpresence/files/3023903 CraftPresence Combat Snapshot 5 version 3]
 
*[https://www.curseforge.com/minecraft/mc-mods/craftpresence/files/3029546 CraftPresence Combat Snapshot 7]
 
*[https://www.curseforge.com/minecraft/mc-mods/craftpresence/files/3029546 CraftPresence Combat Snapshot 7]
  +
*[https://www.curseforge.com/minecraft/mc-mods/craftpresence/files/3391832 CraftPresence 1.18 Experimental Snapshot 1]
  +
*[https://www.curseforge.com/minecraft/mc-mods/fabric-api/files/3387688 Fabric API 1.18 Experimental Snapshot 1 build]
   
 
[[Category:Mods]][[Category:Library mods]]
 
[[Category:Mods]][[Category:Library mods]]

Revision as of 22:54, 18 July 2021

This page is about the Fabric API. For the Fabric Loader, see Fabric.
Fabric
Fabric
Current developersmodmuss50
asiekierka
et. al.
Version1.18 Experimental: 0.37.2
1.17.1: 0.37.0
1.17: 0.36.0
1.16.5: 0.37.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.18
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 (currently 1.18 Experimental Snapshot 1) 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. As of 19/07/2021 a 1.18 Experimental Snapshot port was made with the Fabric API 0.37.2 build.

See also

External Links