BFAPI

Quick rating

Community listing page, reviews here may not be monitored by the author.

BFAPI

No reviews yet

An API to facilitate server side mods

Mod Loaders
Minecraft

About

Description

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

> treefeller

> simplehomes

> fabricsit

> fabrichealthdisplay

> lifesteal

Recommended

> fastdecay

Config

The config is found under bfapi.json in the config directory


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

For a more in-depth view of the config click me

Links

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

treefeller

simplehomes

fabricsit

fabrichealthdisplay

lifesteal

Recommended

fastdecay

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