All versions
1.1.0
Release
Sanity: Descent Into Madness 1.1.03 years ago 600.7K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
- Added new inner entity: Sneaking Terror
- Added new GUI overlay element for indicating a sanity loss
- Added new mechanic: on low sanity some passive animals now turn into shadow versions of themselves and run away from insane players
- Added new mechanic: passive animals are now not tempted by food if the player holding it is insane
- Added new mechanic: zombified piglins now target insane players
- Added new mechanic: villagers now refuse to trade with insane players
- Added config options for being in the light
- Added config options for walking on dirt paths and carpets
- Added config options for being stuck in blocks
- Added config options for trampling farmlands
- Added config options for potting flowers
- Added config options for changing dimensions
- Added config options for being struck by lightning
- Added config options for breaking blocks (by default includes infested blocks)
- Added config options for toggling visibility of inner entities for sane players
- Added config options for new GUI overlay element
- Adjusted config options for passive blocks
- Adjusted config options for breeding animals
- Fixed the bug where a vignette effect would appear suddenly at 60% sanity
- Fixed the bug that would crash a server on startup in some cases
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:8EwpjZay:FVCQE08X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8EwpjZay:FVCQE08X"
}


