Update Furniture Color option authored by Amy's avatar Amy
...@@ -95,10 +95,10 @@ If the Furniture should drop itself once broken ...@@ -95,10 +95,10 @@ If the Furniture should drop itself once broken
``` ```
#### Color #### Color
The Hex code used to set the Furniture's color. Only works on colorable items The RGB color for the furniture to use. Only works on colorable items
```yaml ```yaml
Furniture: Furniture:
Color: #00e277 Color: 44,224,223
``` ```
#### Placement #### Placement
... ...
......