EditorTool_Entity
Server/Item/Items/EditorTool/EditorTool_Entity.json, 852 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
SubCategory | string |
Model | string |
Texture | string |
MaxStack | number |
PlayerAnimationsId | string |
HudUI | array[1] |
BuilderTool | object |
Interactions | object |
InteractionConfig | object |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.builderTools.tools.Entity.name",
"Description": "server.builderTools.tools.Entity.description"
},
"Icon": "Icons/Items/EditorTools/Entity.png",
"Categories": [
"Tool.BuilderTool"
],
"SubCategory": "BasicTools",
"Model": "Items/Tools/Brush/Brush.blockymodel",
"Texture": "Items/Tools/Brush/Brush_Texture.png",
"MaxStack": 1,
"PlayerAnimationsId": "Item",
"HudUI": [
{ "Path": "Hud/ToolsLegends/EntityToolLegend.ui", "Type": "Legend" }
],
"BuilderTool": {
"Id": "Entity",
"IsBrush": false
},
"Interactions": {
"Primary": "Builder_Tool",
"Secondary": "Builder_Tool"
},
"InteractionConfig": {
"DebugOutlines": true,
"UseDistance": {
"Adventure": 128,
"Creative": 128
},
"AllEntities": true
},
"Quality": "Tool"
}