Creators
Details
Licensed MIT
Published 3 months ago
Updated 3 weeks ago
All versions
21.1.3-mc1.21.1-neoforge
Release
SanityRenewed 21.1.3 - NeoForge 1.21.13 weeks ago 857
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Added
- Killing a shadow creature restores a small amount of sanity.
- Shadow creatures show up more often the more of them you kill, easing off again after staying sane for a while.
Fixed
- Shadow creatures chasing forever after being hit, even once sanity was restored.
- Shadow creatures draining sanity while completely invisible.
- Looking at an enderman not draining sanity on Fabric.
- Sleeping not restoring sanity alongside mods that change how sleeping works.
Changed
- Shadow creatures are much weaker.
- Shadow creatures no longer push players, and can only be hit once they turn hostile.
Removed
- Sleeping cooldown; sleeping through the night always restores sanity.
Tested against:
- Minecraft: 1.21.1
- NeoForge: 21.1.222
- Fabric Loader: 0.18.5
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:Fq25IOS1:irfuxUSJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Fq25IOS1:irfuxUSJ"
}

