Описание
# Advanced modding library for special and legacy versions of Minecraft.
## Catalyst is available for:
- Better than Adventure! 7.3, 8.0.
- StationAPI on Minecraft b1.7.3.
Catalyst is split into modules, the current available modules are described below.
## Available modules:
- **Core** (BTA!, StAPI)
- The core module, every other module depends on this. Adds misc utility classes for modules and other mods to use. Makes creating GUIs that work in MP easier.
- **Fluids** (BTA!)
- Improved api for fluid storage and transportation.
- **Energy** (BTA!)
- Adds a simple, configurable energy api.
- **Multiblocks** (BTA!, StAPI)
- Adds support for multiblock structures/machines.
- **Effects** (BTA!)
- API for custom attributes and stackable effects.
- ~~**Multipart** (BTA!)~~
- ~~API and implementation for multiple block parts in one block.~~ Unavailable in BTA! 8.0.
- **Screens** (BTA! since 8.0)
- In-game visual editor and API for making GUIs easier to create.