Tags
Creators
Details
1.1.7
Compatibility
Required content
Changes
Rin's Fortress updated to 1.1.7 (Babric 7.3+)
-
Adjusted steel shield.
-
Adjusted shield held positions.
-
Adjusted pumpkin stew heal and time.
-
Poison effect added.
-
Slowness effect added.
-
Old poison removed.
-
Updated textures.
-
Changed Alchemist's poison to Bottle of Poison.
-
Bottle of Poison now has a splash effect.
-
Reduced treasure armor durability.
-
Amulet of restoration now gives bonus health instead of health on kill.
-
Adjusted apple growth rate.
-
Increased charge creeper spawnrate during thunderstorms.
-
Fixed an issue with rocky helmet blocking unblockable damage.
-
Fixed poison causing a crash when hitting a boat.
-
Shield blocking durability now based off incoming damage.
-
Modern hurt sounds removed and replaced with a texture pack. (Reupload due to file issue)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Rin's Fortress-1.1.7-sources.jar | Unknown | 279.41 KiB |
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:DkxWbUyM:HtTubTnI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DkxWbUyM:HtTubTnI"
}

