Tags
Creators
Details
1.21.1-2.4.5
Compatibility
Changes
legendarysurvivaloverhaul-1.21.1 2.4.5
Fixed thirst damage causing knockback Fixed duplicate data provider crash on runData for Rustic Delight addon Removed log spam when using healing items Fixed item-frame tooltip raytrace firing every render frame Fixed limb damage going through held shield Fixed massive log spam ("abnormally large AABB") when looking near contraptions Fixed ferns and water plant placement (ferns can be found way more easily) Split gold fern config between natural and non-natural ferns (1/100 chance for non natural and 1/10000 for natural world spawn) Corrected optional integration mods (Refurbished Furniture, MOA Decor, Framework) from implementation to compileOnly/runtimeOnly Added hydration for dungeons delight/ends delight/expanded delight/extra delight/fruits delights/ pam's harvest crops/foodcore/extended/trees/rustic delight (Thanks Eiki!)
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:TQr3t8Sb:qVabfOA6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TQr3t8Sb:qVabfOA6"
}

