Links
Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
Updated 8 months ago
All versions
1.1.0+1.19
Release
Arrow Entity Loot Drop v1.1.0 [1.19]4 years ago 1,825
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
In this version:
- Added Cloth Config & ModMenu optional dependencies
- Added Config w/ 2 fields
- arrowBreakingChance (default 0): The chance an Arrow stored in an Entity will NOT drop. Range: 0-100
- preserveNonDefaultArrows (default True): When this is true, Spectral + Tipped Arrows will drop. If false, they will drop as regular Arrows instead
- Arrows will no longer drop from Entities if the Arrows were not able to picked up as Entities (Creative mode/Infinity Arrows no longer drop as loot)
- Correct links in Fabric JSON
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:8fwMwfhb:v6gQDIcn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8fwMwfhb:v6gQDIcn"
}



