Changes
Page history
added DropOptions
authored
Dec 05, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Items/Items.md
View page @
a27e47b6
...
...
@@ -461,5 +461,28 @@ TestSpawner:
MaxSkyLight
:
10
```
#### DropOptions
Allows the item to be inherently dropped with specific
[
FancyDrops Options
](
/drops/FancyDrops#drop-attributes
)
```
yaml
LegendarySword
:
Id
:
DIAMOND_SWORD
Display
:
'
<red>Legendary
Sword'
DropOptions
:
# Default drop settings for this item
DropGlowColor
:
GOLD
DropBeamColor
:
'
#FFA500'
# Orange beam
DropLootsplosion
:
true
DropHologram
:
true
DropVFX
:
true
DropVFXMaterial
:
DIAMOND
DropVFXData
:
0
DropVFXColor
:
'
#55FF55'
DropBillboarding
:
CENTER
DropBrightness
:
15
DropClientSide
:
false
```
## Examples
More item examples can be found in the
[
Examples
](
/examples/Common-Examples#items
)
section.
\ No newline at end of file