Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / EditorTool / EditorTool_Paste.json

EditorTool_Paste

Server/Item/Items/EditorTool/EditorTool_Paste.json, 1.8 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
SubCategorystring
Modelstring
Texturestring
MaxStacknumber
PlayerAnimationsIdstring
HudUIarray[1]
BuilderToolobject
Interactionsobject
InteractionConfigobject
Setstring
Qualitystring

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"
}