4.0.0+26.2
Curse Maven Snippet
What's new
4.0.0
Package and maven group reworked, no functional change.
- Minecraft 26.2 support
- Minecraft 26.1.2 support (Java 25).
- Jars are no longer remapped: the shipped jar is the shaded platform jar
ranged_weapon:propertiesand the config-derived attribute modifiers now bind at resource reload (components are empty until the first reload)- Removed the
assets/minecraft/items/bow.jsonoverride: vanilla'suse_durationdefinition already animates custom pull times - Java package is now
net.rpg_foundation.ranged_weapon(wasnet.fabric_extras.ranged_weapon) - Maven group is now
net.rpg_foundation(wasnet.foundation), artifactranged_weapon_api-<loader>unchanged - Mod id, resource namespaces and every
ranged_weapon:attribute/effect/component/property id are unchanged - Migration: update imports and the Gradle coordinate
- BREAKING:
CustomBow/CustomCrossbowno longer take a repair ingredient supplier; repairability is the vanillaminecraft:repairablecomponent (Item.Properties#repairable(tag)) - Ranged weapon item models use the vanilla properties: bows
minecraft:use_duration(scale 0.05, re-expressed against the item's real pull time), crossbowsminecraft:crossbow/pull;ranged_weapon:pullis deprecated - Mobs now prefer the stronger ranged weapon when picking up a dropped one: a skeleton upgrades from its vanilla bow to a dropped custom bow, and no longer trades a custom bow away for a vanilla one. Candidates are ranked by ranged damage first, then by pull time (shorter wins). Applies to any weapon carrying
ranged_weapon:properties, and only between weapons of the same kind — bow vs crossbow stays vanilla's call. - Fix potion and tipped arrow names on 1.21.11
- Trimmed mob-AI injects that vanilla no longer reaches
- Internal mixin cleanup: dead code removed, stale comments corrected, mixin-private members made
@Unique, injector match counts pinned where a partial miss used to degrade silently, and the twoProjectileUtilmixins merged into one
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include