Decoration Brush is an item in Hytale, categorized under the EditorTool category.
It was added in Update 2 on January 24th, 2026.
No description available.
Allows the user to paint decorations onto the area
This item cannot be crafted.
This item cannot be salvaged.
Below is the item's .json data as extracted from the game files.
Click here to view the full file.
{
"TranslationProperties": {
"Name": "server.builderTools.tools.Decoration.name",
"Description": "server.builderTools.tools.Decoration.description"
},
"Icon": "Icons/Items/EditorTools/Paint.png",
"Categories": [
"Tool.ScriptedBrushes"
],
"Model": "Items/Tools/Prototype_Teseract_2.blockymodel",
"Texture": "Items/Tools/Prototype_Teseract_3.png",
"MaxStack": 1,
"PlayerAnimationsId": "Item",
"BuilderTool": {
"UI": [],
"Tools": [
{
"Id": "Paint",
"IsBrush": true,
"BrushConfigurationCommand": "DecorationBrush",
"BrushData": {
"Width": {
"Default": 11,
"Min": 1,
"Max": 100
},
"Height": {
"Default": 5,
"Min": 1,
"Max": 100
},
"Shape": {
"Default": "Cylinder"
},
"Origin": {
"Default": "Center"
}
},
"Args": {
"bBlocksToClear": {
"Type": "Block",
"Default": "Filter_AllScatter,Filter_PlantsAndTrees",
"AllowPattern": true
},
"cFloorBlocks": {
"Type": "Block",
"Default": "Soil_Gravel",
"AllowPattern": true
},
"cFloorBlocksDensity": {
"Type": "Int",
"Default": 60,
"Min": 1,
"Max": 100
},
"dDecorationBlocks": {
"Type": "Block",
"Default": "Rubble_Stone,Rubble_Stone_Medium",
"AllowPattern": true
},
"dDecorationBlocksDensity": {
"Type": "Int",
"Default": 15,
"Min": 1,
"Max": 100
}
}
}
]
},
"Interactions": {
"Primary": "Builder_Tool",
"Secondary": "Builder_Tool"
},
"InteractionConfig": {
"DebugOutlines": true,
"UseDistance": {
"Adventure": 128,
"Creative": 128
},
"AllEntities": true
},
"ItemAppearanceConditions": {
"Health": [
{
"Condition": [
0,
100.0
],
"ConditionValueType": "Percent",
"ModelVFXId": "Prototype_CreativeTool_ModelVFX"
}
]
},
"Scale": 0.75,
"Set": "AAAA10",
"Quality": "Tool"
}