1.5.1
Compatibility
Required content
Changes
1.5.1 NeoForge Update
Darius' Special Sauce
Previously called "Karat's will", the Special Sauce is a buffed version of the former that reflects damage from EVERYTHING. Water drowns when you would drown, the floor breaks when you would take fall damage, the anvil that falls on your head is destroyed.
Villagers no longer get stuck
The Brain Node has now the ability to teleport back villagers that have been stuck in a single place for a while. They will no longer stay forever blocked in pits!
Villagers can all water-clutch
Every village from stage 1 now knows how to water-clutch, so they don't take fall damage anymore.
New Limbo book
A new book to learn how the Limbo works.
Other bugs
Many other bugs reported after the 1.5.0 launch were fixed.
Have fun!
Optional dependencies
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:pG1wLIce:jbdNxLcJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pG1wLIce:jbdNxLcJ"
}



