Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 years ago
Updated 2 days ago
All versions
3.10.0-1.21.6+paper
Release
v3.10.0-1.21.6+paper6 months ago 218
Compatibility
Minecraft: Java Edition
1.21.6–1.21.11
Platforms
Folia
Paper
Purpur
Changes
v3.10.0-1.21.6+paper
Both loaders
- update default config values #66
- ignoredEntitiesRangeMin: 15 -> 50
- titleAlert - enabled: true -> false
- capitalize enchantment names everywhere #64
- do not animate items when the player's inventory is full #65
Fabric
- handle container blocks again
- also adds drops of decorated pots #68
Paper
- fix console log spam that occurs when the animation is enabled and an item and a player are in different worlds #71
- ignore player drops on death if GravesX is present #73
- init tags before flattening the registry
- fix enchantment registration on first launch after updating to v3.9.0 #69, #70
- compat: add mcMMO #63
- compat: add AuraSkills #61
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:LLfA8jAD:CNf3DsPq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LLfA8jAD:CNf3DsPq"
}

