
Utils for youMultiblocksItem EntityRendering system Blocks in different directionsItem rendering in Guitrack to dungeons or dimensions via jsonbiome rules via jsonTo connect your project's dependency to NullCore you need to write this code in your build.gradle
repositories {
//from Modrinth:
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
//from CurseForge:
maven { url "https://cursemaven.com"}
}
dependencies {
//from Modrinth:
implementation "maven.modrinth:nullcore:${nullcore_version}"
//from CurseForge:
implementation "curse.maven:nullcore-1286206:${nullcore_file_id}"
}
You can find a tutorial on other things at this link