Changes
Page history
added CanPlaceUnderwater option
authored
Apr 06, 2025
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Furniture.md
View page @
4766bbea
...
...
@@ -100,6 +100,14 @@ If the Furniture should be glowing
GlowingItem
:
true
```
#### CanPlaceUnderwater
Whether the Furniture can be placed underwater
<br>
Defaults to
`false`
```
yaml
Furniture
:
CanPlaceUnderwater
:
true
```
#### DropSelf
If the Furniture should drop itself once broken
<br>
Defaults to
`true`
in most cases and to
`false`
if some
[
`Drops`
](
#drops
)
have been specified
...
...
...
...