Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 years ago
All versions
1.7.8
Beta
[1.21.4] TerraMine 1.7.82 years ago 1,929
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changed
- Surface chests spawn much higher by default (may need to change your max surface chest height in worldgen config)
- Surface chests also check to make sure they only spawn in caves or water, which is why the first change was made, hopefully chests appear more often
- Various bad hitboxes (Demon Eyes hitbox was just off entirely, all mobs have had hitboxes expanded, may still be adjusted)
Fixed
- Evil biome spread not working correctly (dirt would spread to grass instead of the other way around)
- Dungeon not generating
- Mana Crystal only costing 1 fallen star (found a bug mojang)
- Wall Climbing disabling various other accessories abilities when it shouldn't (oops)
- Various issues with throwable explosives (grenade, bomb, dynamite)
- Water walking not working well with shell accessories (leaving water, especially with step height, would push the player back down)
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:WbwMfRsz:v2I6p7NU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WbwMfRsz:v2I6p7NU"
}



