
An API with features to make modding easier, including new Components, Particles, and Weapon Skins, and Supporter Perks.
Oh yeah, and to make this even more like a Ratatouille ripoff, have a (few) custom plushies of me (and my friends), on the house :]
(THIS IS A JOKE, I TRIED TO DIFFERENTIATE FROM RATATOULIE, RAT PLEASE DON'T SUE ME)

give @s acornlib:gnarp_plush[acornlib:hit_particle={particle:"acornlib:green_sweep"}]
Notice: You have to put a valid identifier in the sweep particle; otherwise, it sends an invalid packet, and kicks you from the game, might even crash your server, haven't checked
give @s acornlib:gnarp_plush[acornlib:hit_sound={soundEvent:"acornlib:block.gnarp_plush.honk"}]
give @s acornlib:gnarp_plush[acornlib:secondary_model="carrot"]
Put this in your repositories
repositories {
// Modrinth
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
// Mod Menu
maven {
name = "Terraformers"
url = "https://maven.terraformersmc.com/"
}
// MixinSquared
maven { url "https://maven.bawnorton.com/releases" }
// CCA
maven {
name = "Ladysnake Mods"
url = 'https://maven.ladysnake.org/releases'
}
}
Put this in your dependencies
dependencies {
// AcornLib
modImplementation "maven.modrinth:acornlib:${project.acornlib_version}"
// MixinSquared
include(implementation(annotationProcessor("com.github.bawnorton.mixinsquared:mixinsquared-fabric:${project.mixinsquared_version}")))
// Trinkets
modCompileOnly "dev.emi:trinkets:${project.trinkets_version}"
// Config
modApi ("com.terraformersmc:modmenu:${project.modmenu_version}")
modImplementation ("maven.modrinth:midnightlib:${project.midnightlib_version}")
// CCA
modImplementation include("org.ladysnake.cardinal-components-api:cardinal-components-base:${project.cca_version}")
modImplementation include("org.ladysnake.cardinal-components-api:cardinal-components-entity:${project.cca_version}")
}
Put this inside your gradle.properties
acornlib_version=VERSION
mixinsquared_version=0.3.3
trinkets_version=3.10.0
modmenu_version=ACCORDING_MODMENU_VERSION
midnightlib_version=ACCORDING_MIDNIGHTLIB_VERSION
cca_version=ACCORDING_CCA_VERSION
You can find AcornLib's latest version on its Modrinth Page and the corresponding versions of ModMenu and Midnightlib in the gradle.properties
The Acorn Texture is made by ShinyEmerald, in a resource pack listed here.
Apples2Acorns is listed under the license CC-BY-SA-4.0