Tags
Creators
Details
Licensed Apache-2.0
Published 2 years ago
Updated 10 months ago
All versions
1.0.7
Release
Archery Expansion 1.0.711 months ago 109
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
- Technical Debt Payments and Debugging go brrrrrrrrrrr!!!
- Cleaned up a decent bit of original code
- Registration is now handled in the Common class rather than split between forge and fabric
- Forge Client Events separated from common for organization
- Bow Breaking items moved to its own tag
- Bow Charge Meter now has the invert render like a crosshair (#35)
- Scouting and Grit now work properly on Crossbows (#33)
- Fixed a crash where Skeletons could crash once their bow breaks due to an unchecked cast 🤦 (#34, #32)
- Fixed a bug where the old bow zoomed in farther than normal
- Fixed a bug where skeletons would always get particles from bow effects even if defined as false in the bow stats json
- Fixed Bow Tooltip Formatting
- Added additional Bow Tooltip information (#21)
- Bow Stats "on_fire_effects" can now take in a boolean for showing status effect tooltips
- removed compat recipes, as they cause errors on world startup and there's already a recipe to convert wooden bow into old bow for compat
- trajectory enchant now uses a custom renderer rather than particles (it's a lot smoother and more performant!!)
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:OjmvUYTD:rtf1FSxA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OjmvUYTD:rtf1FSxA"
}

