added CanPlaceUnderwater option authored by Lxlp's avatar Lxlp
......@@ -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
......
......