@@ -272,7 +272,7 @@ The furniture's default variables. They work exactly as [MythicMob's Mob Default
-`Brightness` - How bright the object is. Defaults to max.
-`InterpolationDelay` - The interpolation delay when the model changes.
-`InterpolationDuration` - The duration over which the model changes (useful for state changes)
-`Transform` - How the item is rendered. Defaults to `FIXED` which matches item frame rendering. Can also be `GROUND`, `GUI`, `HEAD`, `FIRSTPERSON_LEFTHAND`, `FIRSTPERSON_RIGHTHAND`, `THIRDPERSON_LEFTHAND`, `THIRDPERSON_RIGHTHAND`
-`Transform` - How the item is rendered. Defaults to `FIXED` which matches item frame rendering. Can also be any of these [enum values](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/ItemDisplay.ItemDisplayTransform.html)
-`Scale` - Changes the scaling sizes of the displayed item. Defaults to `.5,.5,.5` which matches item frame rendering.