The Custom Bee JSON

Custom Bee Data is the main JSON object comprised of several customization objects which are defined using a "key": { value } syntax.

{
  "resourcefulbees:core/v1": {
    ...
  },
  "resourcefulbees:rendering/v1": {
    ...
  },
  "resourcefulbees:mutation/v1": {
    ...
  },
  "resourcefulbees:breeding/v1": {
    ...
  },
  "resourcefulbees:trade/v1": {
    ...
  }
}

The "key" names act as identifiers under which the data is registered and used and follow the namespace:path format. The path generally follows a type/version format.

"resourcefulbees:trade/v1"

This syntax allows for the customizable options to evolve over time with minimal upkeep required since data mappers can be written to upgrade older API versions to newer ones.

Key Components


Below is a list of the key customization components provided by the mod. Additional components can be created by other mods via our API.

Last updated