Cobblestone API
Core utility library for Minecraft: Java Edition mod development
Overview
Cobblestone API is a foundational toolkit designed specifically for Minecraft mod developers, providing efficient data persistence and event management solutions to significantly streamline mod development workflows.
Core Modules
Core Module
Core module supports you to automatically bootstrap some class so that you not need to load them manually.
Data Module
Delivers advanced data persistence capabilities:
- Entity Data Extension: Custom data binding through injection into
LivingEntityclass - Intelligent Serialization: Automatic conversion between Java objects ↔ NBT data
Event Module
Extends the native event system:
- Enhanced Event Hooks: Expanded coverage of critical game lifecycle points
Building
Use Gradle build tool to compile the project.
License
View NOTICE file
Source Code License
This project is licensed under LGPL-3.0
View full license text
Third-Party Components
| Component | License |
|---|---|
| All dependencies | Apache-2.0/MIT |
| Build toolchain | MIT |
View DEPENDENCIES file
Compliance Notes
- Distribution of binary files must include the NOTICE file
- Modified library code requires disclosure of source changes
- Mods using this library don't need to open-source their own code