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