Tags
Creators
Details
0.1.13+1.21.1+neoforge
Compatibility
Changes
Tweaks:
Nerfed the Thirst Walker
Thirst Walker will sometimes drop its teeth if blocked by a shield
Nerfed the Velvetumoss
Adjusted the placement of boss structures
Updated the Golem Forge structure
Added more types of Portal Ruins
Energy Block can now be extinguished with a projectile
Oxidized Golem Steel blocks can now be scraped with an axe
Added (Oxidized) Golem Steel Grate, Pillar and Bars
Crystalline Infection will no longer cause knockback
Lunar Monstrosity's attacks can no longer bypass armors
Nerfed the Tangled
Fixes:
Fixed "The Gatekeeper plays boss music and displays boss bar when loading a chunk"
Fixed "The Gatekeeper teleports underground when trying to teleport back to the portal structure"
Fixed spell cooldowns with high performance cost
Fixed crash when putting an Amaramber Candle on a cake
Fixed the Darkness mob effect's fog flickering when inside the dimension
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:XvcfUGfB:nZBUVm2d"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XvcfUGfB:nZBUVm2d"
}

