DecoLIB is the library wic provide core classes to BetterDeco project ad much more.
This LIB provide core classes for custom blocks, block entity, fluids render and more. I'm also planning to add the core classes for the BundledTab system inside this LIB
This LIB is actually compatible with 1.21.1 NeoForge, it will remains on neoforge but wth compatibility with 1.21.11 and 26.1 and other versions
This mod doesn't need to be installed, after the implementation(if you don't know how to add it the maven provide it Maven and after the implementation just add the jarJar method which automatically install the llib with the mod without any other steps
Inside the build.gradle file inside the repositories add the maven:
maven {
url = "https://maven.liukrast.net/"
}
and in the dependencies add this
implementation("net.tearpelato:deco_lib-1.21.1:${deco_lib_version}")
jarJar("net.tearpelato:deco_lib-1.21.1:${deco_lib_version}")
so the deco_lib_vrsion parameter is about to be defined on the gradle.properties file
like this:
deco_lib_version = 1.0.0
check always for the latest versione here