Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Items / Deco / Deco_Map.json

Deco_Map

Server/Item/Items/Deco/Deco_Map.json, 1.4 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Interactionsobject
BlockTypeobject
PlayerAnimationsIdstring
IconPropertiesobject
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Map.name"
  },
  "Icon": "Icons/ItemsGenerated/Deco_Map.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Type": "Condition",
          "RequiredGameMode": "Adventure",
          "Crouching": false,
          "Failed": "Block_Secondary"
        }
      ]
    }
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Miscellaneous/Map.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Miscellaneous/Map_Texture.png",
        "Weight": 1
      }
    ],
    "Group": "Wood",
    "HitboxType": "Window",
    "VariantRotation": "Wall",
    "Flags": {},
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "BlockParticleSetId": "Stone",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ],
      "Up": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "TextureComputedColor": "#D4CB9C"
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.695,
    "Translation": [
      -0.895,
      -3.895
    ],
    "Rotation": [
      30.945,
      51.195,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}