Mod Projectile Damage Attribute [Fabric & Forge] by daedelus_dev
- 684427
- 96.55 KB
- 1.20.2
- July 12, 2022
- September 23, 2023
- API and LibraryAdventure and RPGArmor, Tools, and Weapons
Description
Mod Information
Name | Projectile Damage Attribute [Fabric & Forge] | Author | daedelus_dev | Description | 🏹 Ranged weapon damage becomes configurable |
---|---|---|---|---|---|
Information | Downloads: 684427 Version: 1.20.2 Size: 96.55 KB Updated at: September 23, 2023 Created at: July 12, 2022 | Tags | API and Library Adventure and RPG Armor, Tools, and Weapons |
Description
☕️ Support me on Ko-Fi, if you like my project
🏹️ Features
Adds new EntityAttribute to the game, with the following id: projectile_damage:generic
. This allows customization of damage done by individual Bow and Crossbow items in the game.
Adds new status effect named Impact, increasing the projectile damage done by the entity.
Example command: /effect give @p projectile_damage:impact 30 4
You can also use the API provided by this mod, to set the damage of your custom ranged weapons.
🔧 Configuration
Server side configuration can be found in the config
directory, after running the game with the mod installed.
🔨 Using it as a modder
Check out the project readme for more details.