... | ... | @@ -119,7 +119,8 @@ Where the Furniture is meant to be placed: |
|
|
- `FLOOR` - The item is to be placed like a block, on the ground or off the side face of a block
|
|
|
- `HANGING` - The item is to be placed like an item frame or painting, against a wall
|
|
|
- `CEILING` - The item is to be placed like glow berries, from a ceiling
|
|
|
- `WALL` - Similar to hanging, except the item orientation (the invisible frame) is in the same orientation as FLOOR (on the bottom face of the block, facing up)
|
|
|
- `WALL` - Similar to hanging, except the item orientation (the invisible frame) is in the same orientation as FLOOR (on the bottom face of the block, facing up)
|
|
|
- `ANY` - The item can be placed in any of the aforementioned placements options
|
|
|
|
|
|
Defaults to `FLOOR`
|
|
|
```yaml
|
... | ... | |