Cobblestone API

Core utility library for Minecraft: Java Edition mod development

Cobblestone API

License: LGPL v3
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 LivingEntity class
  • 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

  1. Distribution of binary files must include the NOTICE file
  2. Modified library code requires disclosure of source changes
  3. Mods using this library don't need to open-source their own code

The Cobblestone API Team

profile avatar
Owner
  • 3
    Projects
  • 229
    Downloads

More from ykkz000