added mythiccrucible.furniture.rotate permission requirement authored by Lxlp's avatar Lxlp
...@@ -87,6 +87,7 @@ The dimension of the Interaction Entity that will make up the hitbox of the Furn ...@@ -87,6 +87,7 @@ The dimension of the Interaction Entity that will make up the hitbox of the Furn
#### CanRotate #### CanRotate
If the Furniture can be rotated if right clicked while sneaking If the Furniture can be rotated if right clicked while sneaking
<br>Defaults to `true` <br>Defaults to `true`
> To rotate a furniture, a player must have the `mythiccrucible.furniture.rotate` permission
```yaml ```yaml
Furniture: Furniture:
CanRotate: false CanRotate: false
... ...
......