
Brea Nonatomic
A mod provides operator system which can create entities to follow and help you.
About this Mod
瓦解核心:非原子单位 | Brea:Nonatomic
Overview
The Nonatomic Lib allows players to deploy Operators in the game. Operators correspond to Operator entities, and players
can deploy them to perform various tasks.
This library provides a range of commonly used features for the entire Operator system:
- Operator Customization: Allows the customization of various types of Operators, each with unique attributes and
behaviors. - Operator Information Storage: In addition to customizable attributes, Operators have the capability to store
mutable and persistent information. - Entity and Information Communication: Operator entities and their information reference each other, with
appropriate clearing and refreshing to ensure synchronization and proper status. - Player Behavior Handling: Special player behaviors affect entity states to ensure proper functionality, including
login, logout, teleportation, etc. - Event Listening: The mod listens to game events, such as player login, logout, and the deployment and retrieval of
Operators, to enhance flexibility.
Code Framework
Ideally, we can directly bind data to dimensions for unified management—this ensures that Operator data references are
maintained when players are offline and avoids crashes due to excessive player data.
The data structure is roughly as follows, from broadest to most specific:
- World Data Storage. We do not provide a standard for this level,
but we offer
theGroupProviderinterface (see at the bottom)
for convenient handling of player and entity events. - Player Operator Data (
OpeHandler)
Stores data on Operators owned by a player and a list of deployed Operators. Since a player might have multiple
Operator data under different mod implementations, you need to configure the appropriateContainerId
to ensure the entity correctly captures the corresponding data upon loading. For data capturing, refer
toFindOperatorEvent.
If theGroupProvidermentioned in the first step is implemented and registered, related events can be automatically
handled. - Operator (
Operator)
Is the unit that can be directly captured and referenced by the Operator entity and is responsible for storing
Operator information. This includes methods related to basic Operator behaviors such as deployment, withdrawal,
legality checks, as well as basic information such as Operator type, status, last recorded position, etc. The
referenced Operator entities will not be null as long as the entity exists and is loaded. - Operator Data (
OperatorInfo)
Responsible for storing additional information about Operators. If needed, Operator entities can store similar types
of information and request merging at appropriate times to implement temporary information functionality.
You can refer to the TestObjects class to see our
test code.
Calling the TestObjects#initTest method in the mod's main class will activate it—don't forget to remove it afterward.
You can also view the provided events in EventHooks.
Each event class contains javadoc content about its usage.
Additionally, you can refer to our TEST_LIST to see and verify the features that can be
automatically implemented under correct configurations.
Contributing
We welcome contributions to the Nonatomic mod. You can submit Issues to report problems or Fork this project to submit
your improvements.
Developer
- Mon-landis: Provides technical support and development.
Available Versions
How to Install Brea Nonatomic on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set neoforge Loader
In the panel under "Egg", select the neoforge loader and matching Minecraft version (1.21.1).
Install Mod
Open the mod browser in the dashboard and search for "Brea Nonatomic". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.1
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Brea Nonatomic server crashes on startup – what to do?
Most common cause: wrong neoforge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.1). You can switch loaders with one click in the panel.
Is Brea Nonatomic compatible with neoforge?
Brea Nonatomic officially supports neoforge for Minecraft 1.21.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Brea Nonatomic – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Brea Nonatomic consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Brea Nonatomic with just one click on your server.