Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 years ago
Updated 2 days ago
All versions
3.9.0-1.21.6+paper
Release
v3.9.0-1.21.6+paper8 months ago 149
Compatibility
Minecraft: Java Edition
1.21.6–1.21.11
Platforms
Folia
Paper
Purpur
Changes
v3.9.0-1.21.6+paper
Fabric & Paper
- change
ignoreRangedWeaponstoignoredEntitiesRangeMin- now the ignored drops are calculated by the distance the mob has died in comparison to the player
- if the value is -1, no check will be performed
- type: double, default: 15.0
- introduce
conditionStatementto replace old requirements- now you can use logical statements to check if a player should be able to use magnetic
- the statement will be processed from start to end, so no weight of operators will be respected
- if the String is empty, no checks will be applied
- Operators: AND (&&), OR (||)
- Conditions: ENCHANTMENT, SNEAK, PERMISSION
- default: "ENCHANTMENT"
Fabric
- fix crash when using the fishing rod with the new animation update #59
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:Q3xTnlHA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LLfA8jAD:Q3xTnlHA"
}

