1.0.1
Compatibility
Changes
Nullcore is an experimental mod that introduces strange and chaotic mechanics to the game. This is my first mod, so it may contain a lot of bugs and unstable elements.
The main concept revolves around the theme of errors, anomalies, and absurdity. The mod adds a bizarre new dimension with unconventional generation, combining elements of different biomes in unexpected ways.
Unusual tools and weapons have been implemented, allowing players to break the game's rules in creative or destructive ways. Special food items provide extreme effects, while powerful armor and blocks offer unique interactions. Some features may lead to unpredictable consequences, including crashes or infinite loops.
Due to the experimental nature of the mod, expect instability and unexpected behavior during gameplay.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:qUkqz5PH:OR6ALLNE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qUkqz5PH:OR6ALLNE"
}

