Skip to content

Commit c2f31de

Browse files
committed
Update itembuilder.md
1 parent 3ef44be commit c2f31de

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/events/startup/registry/itembuilder.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)