Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Editor / Editor_Block.json

Editor_Block

Server/Item/Items/Editor/Editor_Block.json, 761 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Qualitystring
Categoriesarray[1]
SubCategorystring
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Editor_Block.name",
    "Description": "server.items.Editor_Block.description"
  },
  "Icon": "Icons/ItemsGenerated/Editor_Block.png",
  "Quality": "Technical",
  "Categories": [
    "Tool.PrefabEditing"
  ],
  "SubCategory": "PrefabBlocks",
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Miscellaneous/Trigger.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/EditorBlock.png",
        "Weight": 1
      }
    ],
    "Opacity": "Transparent",
    "Group": "@Tech",
    "Flags": {},
    "BlockParticleSetId": "Stone"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Editor"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}