EditorTool_Point
Server/Item/Items/EditorTool/EditorTool_Point.json, 908 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
SubCategory | string |
MaxStack | number |
PlayerAnimationsId | string |
HudUI | array[1] |
BuilderTool | object |
Interactions | object |
InteractionConfig | object |
Model | string |
Texture | string |
Scale | number |
Set | string |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.builderTools.tools.Point.name",
"Description": "server.builderTools.tools.Point.description"
},
"Icon": "Icons/Items/EditorTools/Point.png",
"Categories": [
"Tool.BuilderToolSecondPage"
],
"SubCategory": "SpecializedTools",
"MaxStack": 1,
"PlayerAnimationsId": "Item",
"HudUI": [
{ "Path": "Hud/ToolsLegends/PointToolLegend.ui", "Type": "Legend" }
],
"BuilderTool": {
"Id": "Point",
"IsBrush": false
},
"Interactions": {
"Primary": "Builder_Tool",
"Secondary": "Builder_Tool"
},
"InteractionConfig": {
"DebugOutlines": true,
"UseDistance": {
"Adventure": 128,
"Creative": 128
},
"AllEntities": true
},
"Model": "Items/Block_Spawner_Block.blockymodel",
"Texture": "Items/Block_Spawner_Block_Large_Texture.png",
"Scale": 0.6,
"Set": "AAAA50",
"Quality": "Tool"
}