An addon mod that extends Barched's Spear items to even more mods!
Barched Extra Spears automatically adds new spear items using materials from other mods. โ๏ธ
Just install the mod, and spears will be registered whenever a supported mod is detected โ no extra setup needed!
- ๐ Auto-Compat โ Spears are automatically registered when supported mods are installed
- โ๏ธ JSON Config โ Freely adjust every spear stat via JSON config files
- ๐งฉ Multi-Platform โ Supports both Fabric & NeoForge (Architectury-based)
- ๐จ Creative Tab Integration โ Items are placed naturally in each mod's creative tab
| Mod | Required |
|---|---|
| Barched Modrinth | CurseForge |
โ Yes |
| Cloth Config Modrinth | CurseForge |
โ Yes |
| Architectury API Modrinth | CurseForge |
โ Yes |
๐ค Bronze
When Bronze is installed, a bronze spear is automatically added!
Added Items:
- ๐ก๏ธ Bronze Spear
๐ก Paradise Lost
When Paradise Lost is installed, 3 spears is automatically added!
Added Items:
- ๐ก๏ธ Olvite Spear
- ๐ก๏ธ Surtrum Spear
- ๐ก๏ธ Glazed Gold Spear
๐ต Progression Reborn
When Progression Reborn is installed, 1 spears is automatically added!
Added Items:
- ๐ก๏ธ Rose Spear
๐ Dragon Loot
When Dragon Loot is installed, 1 spears is automatically added!
Added Items:
- ๐ก๏ธ Dragon Spear
โ๏ธ Aether
When Aether is installed, 4 spears is automatically added!
Added Items:
- ๐ก๏ธ Gravitite Spear
- ๐ก๏ธ Holystone Spear
- ๐ก๏ธ Skyroot Spear
- ๐ก๏ธ Zanite Spear
Gravitite Spear, Holystone Spear, and Zanite Spear have the same abilities as Gravitite Sword, Holystone Sword, and Zanite Sword!
โ Additional Additions
When Additional Additions is installed, 1 spears is automatically added!
Added Items:
- ๐ก๏ธ Rose Gold Spear
You can set the damage and durability in the config/additionaladditions/rose_gold/spear.json5 file!
๐ณ๏ธ Deeper and Darker
When Deeper and Darker is installed, 1 spears is automatically added!
Added Items:
- ๐ก๏ธ Warden Spear
๐ฃ Enderite
When Enderite is installed, 1 spears is automatically added!
Added Items:
- ๐ก๏ธ Enderite Spear
you can set spear damage in config/enderitemod.json
example:
{
"tools": {
"enderiteSpearAD": 7.0
}
}The Enderite Spear has special abilities! (Check them out in-game!)
๐ก Want to see another mod supported? Feel free to open an issue! ๐
A default config file is automatically generated on first load.
File path: config/barched_extra_spears/materials/<mod_id>/<material>.json
Example for Bronze: config/barched_extra_spears/materials/bronze/bronze.json
{
"swingSeconds": 1.0,
"kineticDamageMultiplier": 1.0125,
"delaySeconds": 0.55,
"damageCondDurationSeconds": 2.75,
"damageCondMinSpeed": 7.75,
"knockbackCondDurationSeconds": 6.625,
"knockbackCondMinSpeed": 5.1,
"dismountCondDurationSeconds": 10.625,
"dismountCondMinRelativeSpeed": 4.6
}| Attribute | Description | Buff Direction |
|---|---|---|
swingSeconds |
Swing time (seconds). Attack speed = 1 / swingSeconds |
โ = Buff |
kineticDamageMultiplier |
Kinetic damage multiplier | โ = Buff |
delaySeconds |
Kinetic activation delay (seconds) | โ = Buff |
damageCondDurationSeconds |
Damage condition time window (seconds) | โ = Buff |
damageCondMinSpeed |
Minimum speed required for damage condition | โ = Buff |
knockbackCondDurationSeconds |
Knockback condition time window (seconds) | โ = Buff |
knockbackCondMinSpeed |
Minimum speed required for knockback condition | โ = Buff |
dismountCondDurationSeconds |
Dismount condition time window (seconds) | โ = Buff |
dismountCondMinRelativeSpeed |
Minimum relative speed required for dismount condition | โ = Buff |
๐ Tip: Duration and MinSpeed attributes work in pairs.
Increasing the time window while also raising the speed requirement may cancel each other out!
| Tier | swingSeconds | kineticDamage Multiplier | delay Seconds | damageCond Duration | damageCond MinSpeed | knockbackCond Duration | knockbackCond MinSpeed | dismountCond Duration | dismountCond MinRelativeSpeed |
|---|---|---|---|---|---|---|---|---|---|
| Wood | 0.65 | 0.70 | 0.75 | 5.0 | 14.0 | 10.0 | 5.1 | 15.0 | 4.6 |
| Stone | 0.75 | 0.82 | 0.70 | 4.5 | 10.0 | 9.0 | 5.1 | 13.75 | 4.6 |
| Copper | 0.85 | 0.82 | 0.65 | 4.0 | 9.0 | 8.25 | 5.1 | 12.5 | 4.6 |
| Iron | 0.95 | 0.95 | 0.60 | 2.5 | 8.0 | 6.75 | 5.1 | 11.25 | 4.6 |
| Gold | 0.95 | 0.70 | 0.70 | 3.5 | 10.0 | 8.5 | 5.1 | 13.75 | 4.6 |
| Diamond | 1.05 | 1.075 | 0.50 | 3.0 | 7.5 | 6.5 | 5.1 | 10.0 | 4.6 |
| Netherite | 1.15 | 1.20 | 0.40 | 2.5 | 7.0 | 5.5 | 5.1 | 8.75 | 4.6 |
Use these values as a reference to create your own balance! ๐ฎ
- Minecraft: 1.21.1
- Build System: Architectury + Loom
- Platforms: Fabric, NeoForge
- Java: 21+
This project is licensed under the MIT License.