All versions
1.1.0
Release
The Player Feedback Updatelast year 46
Compatibility
Minecraft: Java Edition
1.21.9
Platform
Data Pack
Changes
Version 1.1
The Player Feedback Update
New Features
- New Ender Arrow.
- Craft 4 with 5 End Pearls and 4 Arrows.
- When fired, functions as an End Pearl.
- New textures for all custom arrow types.
- New damage type for damage from Scrying
- If this damage kills the player, death message will read "[Player] had an out of body experience."
- Scrying a Spectral arrow or a Flaming arrow will give the player Night Vision for the duration.
- Item names and enchantment names now use translatable strings.
Changes
- "Raid Seeker" has been converted "Phototropic".
- Now, instead of Illagers, it seeks out any glowing entities.
- This means it can be coupled with bells to seek out Illagers during a raid, or to allow targets "marked" by a Spectral Arrow to be more easily targeted.
Bug Fixes
- Subtle now works with Guiding and Repeating.
- Guiding now works properly with Repeating.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| AdvancedArcheryRP.zip | Required resource pack | 99.34 KiB |
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:6z3SS9P9:NMavHgLh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6z3SS9P9:NMavHgLh"
}

