This mod is my basic library mod, so my mods would work across mod loader, and it won't take me that long to port my mods.
This mod is massively inspired by Architectury API and integrates the Mixin Trace mod by comp500, which is licensed under MIT. Everything not licensed under LGPL-3.0 is marked as such.
Use the following maven:
maven {
name "tocraftMavenPublic"
url "https://maven.tocraft.dev/public"
}
And the following mod-dependency:
modApi "dev.tocraft:craftedcore:${minecraft}-${craftedcore_version}"
common:
modApi "dev.tocraft:craftedcore:1.20.2-2.0"
fabric:
modApi "dev.tocraft:craftedcore-fabric:1.20.2-2.0"
forge:
modApi "dev.tocraft:craftedcore-forge:1.20.2-2.0"