Tags
Creators
Details
1.1.7+1.20
Compatibility
Required content
Changes
A massive bug fix update, so I won't list every change, but first off, a quick note:
This is the final version of 1.1.7, any versions of the game not covered will be released in due time, when they are ready.
1.19.3 and 1.19.2 will, from this point onwards, be discontinued past 1.1.7.
Primary fixes (ones you will notice without other mods):
-
Fixed shields. Meaning that now they will properly protect from damage the same as they have done before.
-
Fixed sword blocking. This means that much like shields, swords will now properly protect from damage.
-
Made shields render as they do in CTS. This was rather easy, due to Jeb literally just changing the models. This is incompatible with Vanilla Tweaks' Lower Shields, but that is unnecessary with the CTS shield changes anyways.
-
Added configs to enable/disable sprint critting, as well as implementing unused weapons through the config.
Changes:
-
Removed client-side options "Protection Indicator" and "Low Shield". Protection Indicator still exists internally, just is unused.
-
Made internal fixes to improve compatibility with other mods.
-
Updated Mixin Extras
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:kRYhslBa:XWal4wua"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kRYhslBa:XWal4wua"
}

