Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last year
All versions
1.7
Release
Solid Mobs 1.73 years ago 235
Compatibility
Minecraft: Java Edition
1.20–1.20.1
1.19.4
Platform
Forge
Supported environments
Client and server
Changes
- improved general runtime efficiency.
- Forge users can now join Fabric servers & have their settings sync correctly.(Forge doesn't allow this the other way around :/)
- added
/solid_mobscommand with options for all config settings to allow tweaking in-game (server usage requires operator permissions). - added
entityBlacklistsubcommand to tweak what collisions are enabled in-game. - added
listRecentCollisionssubcommand to list recent entity collisions to aid with identifying and blacklisting unwanted collisions. - added
platformModeoption when true mobs will only collide on their top side, and you can press crouch to fall through them like a platform. - added
canNonSavingEntitesCollideoption to control collisions with non-saving/null entities (occasionally used in mods for decorative or logical purposes, likewall jump). - added
falling_blockentities to the hard coded blacklist, various reasons/issues. - fixed a crash when trying to shove an entity after it has been removed.
- fixed a crash when certain entities landed on others.
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:uEXYxtEF:WBC0iTW9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uEXYxtEF:WBC0iTW9"
}

