Changes
Page history
removed effects from food
authored
Feb 04, 2025
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Items/Items.md
View page @
f056022b
...
...
@@ -171,6 +171,14 @@ example_item:
PotionEffects
:
-
CONFUSION 100 2
```
| Effects Attributes | Aliases | Description | Default |
|--------------------|---------|---------------------------------------------------------------|---------|
| duration | d | The duration of the effect | 60 |
| level | l | the level of the effect. The actual level will be this one +1 | 0 |
| ambientparticles | ambient, a | Whether ambient particles should be present | false |
| hasparticles | particles, p | Whether particles should be present | true |
| hasicon | icon, i | Whether the effect icon should be displayed | true |
#### BannerLayers
Sets the banner layers of a banner or a shield.
...
...
@@ -330,16 +338,7 @@ NetheritePops:
Saturation
:
2
EatSeconds
:
2
CanAlwaysEat
:
true
Effects
:
-
regeneration{duration=60}
```
| Effects Attributes | Aliases | Description | Default |
|--------------------|---------|---------------------------------------------------------------|---------|
| duration | d | The duration of the effect | 60 |
| level | l | the level of the effect. The actual level will be this one +1 | 0 |
| ambientparticles | ambient, a | Whether ambient particles should be present | false |
| hasparticles | particles, p | Whether particles should be present | true |
| hasicon | icon, i | Whether the effect icon should be displayed | true |
#### Equippable
...
...
...
...