Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Items / Plant / Plant_Coral_Block_Dead_Half.json

Plant_Coral_Block_Dead_Half

Server/Item/Items/Plant/Plant_Coral_Block_Dead_Half.json, 1.9 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Parentstring
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
IconPropertiesobject
Qualitystring
MaxStacknumber
ItemLevelnumber
Setstring
Interactionsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Coral_Block_Dead_Half.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Coral_Block_Dead_Half.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "Parent": "Rock_Stone_Half",
  "BlockType": {
    "Gathering": {
      "Soft": {}
    },
    "ParticleColor": "#ecd9d3",
    "CustomModel": "Blocks/Structures/Base_Shapes/HalfBlock_Flat_Shaded.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Plant_Coral_Block_Dead.png"
      }
    ],
    "State": {
      "Definitions": {
        "Block": {
          "Material": "Solid",
          "DrawType": "Cube",
          "HitboxType": "Full",
          "CubeShadingMode": "Flat",
          "Textures": [
            {
              "All": "BlockTextures/Plant_Coral_Block_Dead.png",
              "Weight": 1
            }
          ]
        }
      }
    },
    "TextureComputedColor": "#D3CDCC"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Coral"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      0.0,
      -13.5
    ]
  },
  "Quality": "Common",
  "MaxStack": 50,
  "ItemLevel": 10,
  "Set": "Coral",
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Parent": "Half_Block",
          "Matchers": [
            {
              "Block": {
                "Id": "Plant_Coral_Block_Dead_Half",
                "State": "default"
              },
              "Face": "Up",
              "StaticFace": false
            }
          ]
        }
      ],
      "Cooldown": {
        "Id": "BlockInteraction",
        "Cooldown": 0.3,
        "ClickBypass": true
      },
      "Settings": {
        "Creative": {
          "AllowSkipChainOnClick": true
        }
      }
    }
  }
}