Tags
Creators
Details
2.0.0
Compatibility
Changes
-Added a new mode: Dementia. This will edit the world where you are not looking, and it will slowly shuffle your inventory.
-Fixed a bug with the FOV and it editing blocks you are looking at
-Attempted to make it more efficient but the mod is still laggy and incomplete.
-All commands have been renamed to start with Dementiacraft.
-Added 18 presets for terrain generation. These are currently for testing purposes, but eventually I will make light and severe modes, since some of the generators are more chaotic than others. I also might expore these generators to FractalWorld mod.
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:5iPyBZLE:iPLonQao"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5iPyBZLE:iPLonQao"
}

