
BFAPI
"A terrible API for server side fabric mods" - BradBot_1
- Загрузки
- 3K
- Подписчики
- 15
- Обновлён
- 9 февраля 2022 г.
- Лицензия
- Apache-2.0
Опубликован 3 июля 2021 г.
BFAPI
The aim of BFAPI is to:
- Make the creation of certain Minecraft features easier
- Make compatibility with other mods much easier
- Make creating and using configs much easier
If you have a mod you wish for me to add compatibility to please open an issue about it as I would be more than willing to do it for you
Addons
Recommended
Config
The config is found under bfapi.json in the config directory
| Field | Type | Description | Default |
|---|---|---|---|
| debugMode | Boolean | If mods should print additional information for debug purposes | false |
| blockedProviders | Array | Provider names that should be disabled | N/A |
| blockedMarks | Array | NbtMark names that should be disabled | N/A |
| previewMode | Boolean | If preview features should be enabled | false |
{
"debugMode": false,
"blockedProviders": [],
"blockedMarks": [],
"previewMode": false
}
Links
Ченджлог
v1.3.2Релиз1.18, 1.18.1 · 9 февраля 2022 г.
patch bug
v1.2.1Релиз1.18, 1.18.1 · 11 декабря 2021 г.
fixed crash bug
1.2.0Релиз1.18 · 8 декабря 2021 г.
Code a little less bad <3
v1.1.11Релиз1.17.1 · 30 октября 2021 г.
Compatibility fix with ledger
v1.1.10Релиз1.17.1 · 24 октября 2021 г.
Fixed some bugs, client compatibility is now working!
v1.1.4Релиз1.17.1 · 9 июля 2021 г.
config additions
v1.1.2Релиз1.17.1 · 6 июля 2021 г.
removed the dependency on the fabric api
v1.1.1Релиз1.17 · 3 июля 2021 г.
Complete redesign, may do it again lol
Комментарии
Загружаем…