Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated last month
All versions
1.5.3
Release
1.5.3 [FORGE 1.20.1]last year 585
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
A few people have alerted me to some bugs with 1.5.0. This update will patch those!
Bugs Fixed
- Fixed a crash when multipe players are nearby each other.
- Fixed many bugs related to bad shield code, mainly related to using items after holding a shield.
- Fixed a previously-fixed bug that caused immersives such as the chest to close when Reach Entity Attributes, a library mod included with many Fabric mods, is installed. The fix is done in such a way as to not re-introduce other bugs that were introduced when this was last fixed.
- Hopefully fixed a bug where non-replacable, empty blocks would cause crashes when overlapping the same block position as an immersive's hitbox.
Optional dependencies
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:XJ9is6vj:XIGOTOK7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XJ9is6vj:XIGOTOK7"
}


