@@ -88,7 +88,7 @@ If the Furniture should be glowing
...
@@ -88,7 +88,7 @@ If the Furniture should be glowing
#### 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
<br>Defaults to `true` in most cases and to `false` if some [`Drops`](#drops) have been specified
```yaml
```yaml
Furniture:
Furniture:
DropSelf:false
DropSelf:false
...
@@ -180,6 +180,12 @@ Furniture drops are defined under the furniture `Drops` section. This uses the s
...
@@ -180,6 +180,12 @@ Furniture drops are defined under the furniture `Drops` section. This uses the s
By default the furniture will drop itself when broken if there is no Drops field defined. You can make the furniture drop nothing by setting `Drops: []` or `DropSelf: false`.
By default the furniture will drop itself when broken if there is no Drops field defined. You can make the furniture drop nothing by setting `Drops: []` or `DropSelf: false`.
<br>If `DropSelf` is set to `true` and some `Drops` have been specified, then both the Furniture and the Drops will be dropped.
<br>If `DropSelf` is set to `true` and some `Drops` have been specified, then both the Furniture and the Drops will be dropped.