Download Boundless API — Minecraft Mods — MetaMods
Boundless API

Boundless API

Active

Downloads

0

Last update

2 months ago
Client
Libraries
Utils

Boundless API

A powerful programming interface specifically designed for creating abilities, effects, and combat mechanics in Minecraft. This library significantly simplifies the process of developing new characters and their unique capabilities, offering an intuitive yet functional toolkit for modders.

Key features include:

• Action system — allows creating sequences of tasks to achieve specific goals. For example, a melee attack can consist of a wind-up animation, sound effects, and damage application. The user defines a linked list with an integer key (determining execution timing) and a task function. A key of 5 means execution after 5 game ticks.

• HeroActionEntity — a special entity that manages actions, ensuring their proper execution, collision handling, and visualization.

• Ability system — an easy way to bind unique skills to heroes for in-game use.

• Helper methods — a set of utilities for frequently used operations, making code more readable and convenient to work with.

• Automatic hero registration — built-in methods for quickly adding new characters, including automatic generation of models, translations, and item group registration.

• Custom attributes and effects — such as damage resistance and invulnerability, commonly used in mod development.

And many other useful features!

Project members
Boundless

Boundless

Created: 6 Aug 2025

ID: 258802