File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
docs/events/startup/registry Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -78,12 +78,6 @@ StartupEvents.registry('item', event => {
7878 - `attackDamageBonus(damage: float)` - Adds a bonus to the attack damage.
7979 - `speedBaseline(speed: float)` - Sets the baseline attack speed. Only modify this for custom weapon types.
8080 - `speed(speed: float)` - Sets the attack speed.
81- tier(toolTier)
82- modifyTier(tier => ...) Same syntax as custom tool tier, see Custom Tiers
83- attackDamageBaseline(damage) You only want to modify this if you are creating a custom weapon such as Spear, Battleaxe, etc.
84- attackDamageBonus(damage)
85- speedBaseline(speed) Same as attackDamageBaseline, only modify for custom weapon types
86- speed(speed)
8781
8882#### Food Properties
8983
You can’t perform that action at this time.
0 commit comments