Skip to content

zzik2/BarchedExtraSpears

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

36 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ—ก๏ธ Barched Extra Spears

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!

โœจ Key Features

  • ๐Ÿ”Œ 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

๐Ÿ“ฆ Dependencies

Mod Required
Barched
Modrinth | CurseForge
โœ… Yes
Cloth Config
Modrinth | CurseForge
โœ… Yes
Architectury API
Modrinth | CurseForge
โœ… Yes

๐Ÿค Supported Mods

๐ŸŸค Bronze

Bronze

Modrinth | CurseForge

When Bronze is installed, a bronze spear is automatically added!

Added Items:

  • ๐Ÿ—ก๏ธ Bronze Spear
bronze_spear
๐ŸŸก Paradise Lost

Paradise Lost

Modrinth | CurseForge

When Paradise Lost is installed, 3 spears is automatically added!

Added Items:

  • ๐Ÿ—ก๏ธ Olvite Spear
olvite_spear

  • ๐Ÿ—ก๏ธ Surtrum Spear
surtrum_spear

  • ๐Ÿ—ก๏ธ Glazed Gold Spear
glazed_gold_spear
๐Ÿ”ต Progression Reborn

Progression Reborn

Modrinth | CurseForge

When Progression Reborn is installed, 1 spears is automatically added!

Added Items:

  • ๐Ÿ—ก๏ธ Rose Spear
rose_spear
๐Ÿ‰ Dragon Loot

Dragon Loot

Modrinth | CurseForge

When Dragon Loot is installed, 1 spears is automatically added!

Added Items:

  • ๐Ÿ—ก๏ธ Dragon Spear
dragon_spear
โ˜๏ธ Aether

Aether

Modrinth | CurseForge

When Aether is installed, 4 spears is automatically added!

Added Items:

  • ๐Ÿ—ก๏ธ Gravitite Spear
gravitite_spear

  • ๐Ÿ—ก๏ธ Holystone Spear
holystone_spear

  • ๐Ÿ—ก๏ธ Skyroot Spear
skyroot_spear

  • ๐Ÿ—ก๏ธ Zanite Spear
zanite_spear

Gravitite Spear, Holystone Spear, and Zanite Spear have the same abilities as Gravitite Sword, Holystone Sword, and Zanite Sword!

โž• Additional Additions

Additional Additions

Modrinth | CurseForge

When Additional Additions is installed, 1 spears is automatically added!

Added Items:

  • ๐Ÿ—ก๏ธ Rose Gold Spear
rose_gold_spear

You can set the damage and durability in the config/additionaladditions/rose_gold/spear.json5 file!

๐Ÿ•ณ๏ธ Deeper and Darker

Deeper and Darker

Modrinth | CurseForge

When Deeper and Darker is installed, 1 spears is automatically added!

Added Items:

  • ๐Ÿ—ก๏ธ Warden Spear
warden_spear
๐ŸŸฃ Enderite

Enderite

Modrinth | CurseForge

When Enderite is installed, 1 spears is automatically added!

Added Items:

  • ๐Ÿ—ก๏ธ Enderite Spear
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! ๐Ÿ™Œ

โš™๏ธ Config

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

Config File Example

{
  "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 Reference

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!

Vanilla Tier Reference Values

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! ๐ŸŽฎ

๐Ÿ› ๏ธ Development Info

  • Minecraft: 1.21.1
  • Build System: Architectury + Loom
  • Platforms: Fabric, NeoForge
  • Java: 21+

๐Ÿ“„ License

This project is licensed under the MIT License.

About

An addon mod that extends Barched's Spear items to even more mods!

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors