All versions
3.5.0+sponge11
Release
v3.5.0 (Sponge 11+)2 years ago 79
Compatibility
Minecraft: Java Edition
1.21
1.20.6
Platform
Sponge
Changes
- Paper & Fabric: Updated support to 1.21
- Added support for 1.20.6 on Sponge(Forge) 🥳 should also work with SF 1.21 when that releases soon™
- Updated the Clutter Inventory effect to shuffle around all items instead of just a few
- Updated the Summon Armor Stand effect to sometimes give the entity arms with random items
- Updated the Lootbox effects to give unbreakable items a little less often
- Updated the Do-or-Die effect to give better rewards more often
- Paper & Fabric: Updated the Lootbox effects to add random trims to armor
- Updated the Player Size effects to adjust more attributes (step amount, jump strength, etc)
- Fixed the Fling effect to prevent execution while in a vehicle (sorry Feinberg!)
- Fixed the Can't Move effect preventing you from respawning after death (sorry Feinberg?)
- Fixed issue where taking max health would successfully activate but refund anyway
- Fixed compatibility with new Crowd Control client update
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:6XhH9LqD:nn5h9T93"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6XhH9LqD:nn5h9T93"
}

