added CanPlaceUnderwater option authored by Lxlp's avatar Lxlp
...@@ -100,6 +100,14 @@ If the Furniture should be glowing ...@@ -100,6 +100,14 @@ If the Furniture should be glowing
GlowingItem: true GlowingItem: true
``` ```
#### CanPlaceUnderwater
Whether the Furniture can be placed underwater
<br>Defaults to `false`
```yaml
Furniture:
CanPlaceUnderwater: true
```
#### DropSelf #### DropSelf
If the Furniture should drop itself once broken 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 <br>Defaults to `true` in most cases and to `false` if some [`Drops`](#drops) have been specified
... ...
......