Fabric API
Lightweight and modular API providing common hooks and intercompatibility measures utilized by mods using the Fabric toolchain.
Обновлён 1 июля 2026 г. · опубликован 22 января 2021 г.
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 interoperability 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 installed fabric loader first. More information about installing Fabric Loader can be found here.
The downloaded jar file should be placed in your mods folder.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.154.0+26.3 | Бета | 26.3-snapshot-2 | fabric | 1 июля 2026 г. | .jar (2.4 МБ) |
| 0.154.0+26.2 | Релиз | 26.2 | fabric | 1 июля 2026 г. | .jar (2.4 МБ) |
| 0.154.0+26.1.2 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 1 июля 2026 г. | .jar (2.4 МБ) |
| 0.116.13+1.21.1 | Релиз | 1.21.1 | fabric | 1 июля 2026 г. | .jar (2.3 МБ) |
| 0.153.2+26.3 | Бета | 26.3-snapshot-2 | fabric | 30 июня 2026 г. | .jar (2.4 МБ) |
| 0.153.1+26.3 | Бета | 26.3-snapshot-1 | fabric | 23 июня 2026 г. | .jar (2.4 МБ) |
| 0.153.0+26.2 | Релиз | 26.2 | fabric | 22 июня 2026 г. | .jar (2.4 МБ) |
| 0.153.0+26.1.2 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 22 июня 2026 г. | .jar (2.4 МБ) |
| 0.152.2+26.2 | Релиз | 26.2 | fabric | 18 июня 2026 г. | .jar (2.4 МБ) |
| 0.152.1+26.2 | Релиз | 26.2 | fabric | 15 июня 2026 г. | .jar (2.4 МБ) |
| 0.152.1+26.1.2 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 15 июня 2026 г. | .jar (2.4 МБ) |
| 0.152.0+26.2 | Бета | 26.2-pre-5, 26.2-pre-6, 26.2-rc-1 | fabric | 10 июня 2026 г. | .jar (2.4 МБ) |
| 0.151.0+26.2 | Бета | 26.2-pre-4 | fabric | 7 июня 2026 г. | .jar (2.1 МБ) |
| 0.151.0+26.2 | Бета | 26.2-pre-4 | fabric | 7 июня 2026 г. | .jar (2.1 МБ) |
| 0.151.0+26.1.2 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 7 июня 2026 г. | .jar (2.4 МБ) |
Показаны последние 15 из 1148 версий. Все версии — на Modrinth.
Ченджлог
0.154.0+26.3Бета26.3-snapshot-2 · 1 июля 2026 г.
- Bump version (modmuss50)
- [26.3] Complete todo comments for AttachmentChange (#5430) (DennisOchulor, modmuss)
- 26.3 Convention Tags (#5453) (Cassian Godsted)
- Add callback for registering custom
BuiltInBlockModels(#5447) (Fuzss) - Make
FabricDataGeneratorextendDataGenerator.Cachedrather thanUncached(#5452) (Martijn van den Brand) - fix: screen testmod crash (#5449) (Alex)
- Modify entity type default attributes event (#5424) (TheDeathlyCow, modmuss)
- Add char typed events for handling
Screen::charTyped(#4948) (Fuzss)
0.154.0+26.2Релиз26.2 · 1 июля 2026 г.
- Bump version (modmuss50)
- Add callback for registering custom
BuiltInBlockModels(#5447) (Fuzss) - Make
FabricDataGeneratorextendDataGenerator.Cachedrather thanUncached(#5452) (Martijn van den Brand) - fix: screen testmod crash (#5449) (Alex)
- Modify entity type default attributes event (#5424) (TheDeathlyCow, modmuss)
- Add char typed events for handling
Screen::charTyped(#4948) (Fuzss) - Bump version (modmuss50)
- Update mod publish plugin (modmuss50)
- Update Checkstyle report action to v3 (#5446) (Juuz)
- Fix
ButtonListIndexOutOfBoundsExceptionfor screens with renderable only widgets (#5445) (Fuzss) - Add missing 26.2 content to C tags (#5443) (TelepathicGrunt)
- Add an API for registering custom FeatureRenderers (#5435) (Jonathan Coates)
- Expose registries in EnchantmentEvents.MODIFY (#5415) (Magnus, PepperCode1)
- Add an atlas registry (#5390) (Celeste)
0.154.0+26.1.2Релиз26.1, 26.1.1, 26.1.2 · 1 июля 2026 г.
- Bump version (modmuss50)
- Add callback for registering custom
BuiltInBlockModels(#5447) (Fuzss) - Make
FabricDataGeneratorextendDataGenerator.Cachedrather thanUncached(#5452) (Martijn van den Brand) - fix: screen testmod crash (#5449) (Alex)
- Fix default attribute tests on 26.1.2 (modmuss50)
- Modify entity type default attributes event (#5424) (TheDeathlyCow, modmuss)
- Add char typed events for handling
Screen::charTyped(#4948) (Fuzss)
0.116.13+1.21.1Релиз1.21.1 · 1 июля 2026 г.
- Bump version (modmuss50)
- [1.21.1] Backport fix for
ButtonListIndexOutOfBoundsExceptionfor screens with renderable only widgets (#5448) (Fuzss)
0.153.2+26.3Бета26.3-snapshot-2 · 30 июня 2026 г.
- 26.3-snapshot-2 (modmuss50)
0.153.1+26.3Бета26.3-snapshot-1 · 23 июня 2026 г.
Initial release
0.153.0+26.2Релиз26.2 · 22 июня 2026 г.
- Bump version (modmuss50)
- Update mod publish plugin (modmuss50)
- Update Checkstyle report action to v3 (#5446) (Juuz)
- Fix
ButtonListIndexOutOfBoundsExceptionfor screens with renderable only widgets (#5445) (Fuzss) - Add missing 26.2 content to C tags (#5443) (TelepathicGrunt)
- Add an API for registering custom FeatureRenderers (#5435) (Jonathan Coates)
- Expose registries in EnchantmentEvents.MODIFY (#5415) (Magnus, PepperCode1)
- Add an atlas registry (#5390) (Celeste)
0.153.0+26.1.2Релиз26.1, 26.1.1, 26.1.2 · 22 июня 2026 г.
- Bump version (modmuss50)
- Update mod publish plugin (modmuss50)
- Update Checkstyle report action to v3 (#5446) (Juuz)
- Fix
ButtonListIndexOutOfBoundsExceptionfor screens with renderable only widgets (#5445) (Fuzss) - Expose registries in EnchantmentEvents.MODIFY (#5415) (Magnus, PepperCode1)
- Add an atlas registry (#5390) (Celeste)
Полная история изменений — на Modrinth.
Комментарии
Загружаем…