EditorTool_Paste
Server/Item/Items/EditorTool/EditorTool_Paste.json, 1.8 KB
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 |
Set | string |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.builderTools.tools.Paste.name",
"Description": "server.builderTools.tools.Paste.description"
},
"Icon": "Icons/Items/EditorTools/Paste.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/PasteToolLegend.ui", "Type": "Legend" }
],
"BuilderTool": {
"Id": "Paste",
"IsBrush": false,
"Args": [
{
"Type": "Option",
"Id": "Origin",
"Default": "Anchor",
"Options": [
"Anchor",
"Bottom",
"Center",
"Top"
]
},
{
"Type": "Bool",
"Id": "PasteAir",
"Default": false
},
{
"Type": "Option",
"Id": "RotateBlock",
"Default": "NonUniform",
"Options": [
"All",
"NonUniform",
"NonFullBlocks",
"Nothing"
]
},
{
"Type": "Option",
"Id": "RandomizeRotation",
"Default": "No",
"Options": [
"No",
"RandomY",
"RandomXYZ"
]
},
{
"Type": "Bool",
"Id": "RandomFlip",
"Default": false
},
{
"Type": "Bool",
"Id": "BypassNonFullBlocks",
"Default": true
}
]
},
"Interactions": {
"Primary": "Builder_Tool",
"Secondary": "Builder_Tool"
},
"InteractionConfig": {
"DebugOutlines": true,
"UseDistance": {
"Adventure": 128,
"Creative": 128
},
"AllEntities": true
},
"Set": "AAAA35",
"Quality": "Tool"
}