ModsJava
CocoaBeans
A general purpose minecraft library
⬇ Download on HangarOpen in MCModsHubGet it on Google Play →# CocoaBeans
This library aims to be a very well-made and thought-out toolkit for developers to save the hassle of copying common code between projects. Cocoa beans is modular, it contains a spigot module and a common java module, with more modules planned for the future.
## Including in your project
Maven:
```xml
apartium-releases
https://mvn.apartiumservices.com/repository/apartium-releases
net.apartium.cocoa-beans
common
[VERSION]
```
Gradle:
```gradle
repositories {
maven {
name 'apartium-releases'
url 'https://mvn.apartiumservices.com/repository/apartium-releases'
}
}
dependencies {
// You can also use 'spigot' instead to get the spigot utilities as well
implementation 'net.apartium.cocoa-beans:common:[VERSION]'
}
```
CocoaBeans is a free Minecraft Java mod. Compatible with Minecraft 1.17, 1.19, 1.19.1, 1.19.2 and newer. Downloaded 59 times (via Hangar). Download it and open it directly in the game.
Explore more