Forest Brush is an item in Hytale, categorized under the EditorTool category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Creates forests when you use it
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.Forest.name",
"Description": "server.builderTools.tools.Forest.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": "ForestBrush",
"BrushData": {
"Width": {
"Default": 5,
"Min": 1,
"Max": 100
},
"Height": {
"Default": 5,
"Min": 1,
"Max": 100
},
"Shape": {
"Default": "Cylinder"
},
"Origin": {
"Default": "Center"
}
},
"Args": {
"GroundMainMaterial": {
"Type": "Block",
"Default": "Soil_Pathway",
"AllowPattern": true
},
"GroundMainMaterialDensity": {
"Type": "Int",
"Default": 75,
"Min": 1,
"Max": 100
},
"GroundSecondaryMaterial": {
"Type": "Block",
"Default": "Soil_Mud_Dry",
"AllowPattern": true
},
"GroundSecondaryMaterialDensity": {
"Type": "Int",
"Default": 25,
"Min": 1,
"Max": 100
},
"GroundPatchMaterial": {
"Type": "Block",
"Default": "Soil_Dirt",
"AllowPattern": true
},
"GroundPatchMaterialDensity": {
"Type": "Int",
"Default": 17,
"Min": 1,
"Max": 100
},
"FoliageMaterial": {
"Type": "Block",
"Default": "Plant_Grass_Sharp,Plant_Grass_Lush_Short,Plant_Grass_Lush,Rubble_Quartzite",
"AllowPattern": true
},
"FoliageMaterialDensity": {
"Type": "Int",
"Default": 35,
"Min": 1,
"Max": 100
},
"aaDecorationOptions": {
"Type": "Option",
"Default": "Trees",
"Options": ["Boulders", "Trees", "Foliage"]
},
"abPrefabSpacing": {
"Type": "Int",
"Default": 8,
"Min": 1,
"Max": 100
},
"abNumPrefabs": {
"Type": "Int",
"Default": 3,
"Min": 1,
"Max": 100
},
"aaTreesTypes": {
"Type": "Option",
"Default": "Beech",
"Options": [
"Amber",
"Amber_Trunk",
"Ash",
"Ash_Dead",
"Ash_Moss",
"Ash_swamp",
"Ash_swamp_dead",
"Ash_twisted",
"Ash_twisted_Giant",
"Ash_twisted_Large",
"Aspen",
"Autumn",
"Autumn_Stumps",
"Azure",
"Bamboo",
"Beech",
"Beech_Dry",
"Beech_Mountain",
"Birch",
"Boab",
"Burnt",
"Burnt_dead",
"Burnt_Roots",
"Cedar",
"Cedar_Burnt",
"Cedar_Logs",
"Crystal",
"Dry",
"Dry_Dead",
"Fig_Blue",
"Fir",
"Fire_Burning",
"Fir_Autumn",
"Fir_Dead",
"Fir_Dead_Large",
"Fir_Logs",
"Fir_red",
"Fir_Snow",
"Gum",
"Jungle",
"Jungle1",
"Jungle2",
"Jungle3",
"Jungle_Canopy_Lower",
"Jungle_Canopy_Middle",
"Jungle_Canopy_Upper",
"Jungle_Crystal",
"Jungle_Crystal_Red",
"Jungle_Ferns",
"Jungle_Island1",
"Jungle_Island2",
"Jungle_Mushroom",
"Logs",
"Maple",
"Maple_Stumps",
"Mushroom",
"Oak",
"Oak_Moss",
"Oak_Stumps",
"Palm",
"Palm_Green",
"Palo",
"Petrified",
"Petrified_Coral_Bulbs",
"Petrified_Dead",
"Petrified_Logs",
"Poisoned",
"Redwood",
"Redwood_Logs",
"Redwood_Stumps",
"Rocks",
"Sallow",
"Silver",
"Stormbark_Stumps",
"Willow",
"Wisteria",
"Zone5"
]
}
}
}
]
},
"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"
}