Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.6 / Item / Items / Soil / Clay_Plaster / Soil_Clay_Smooth_Cyan_Half.json

Soil_Clay_Smooth_Cyan_Half

Server/Item/Items/Soil/Clay_Plaster/Soil_Clay_Smooth_Cyan_Half.json, 2.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Clay_Smooth_Cyan_Half.name"
  },
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Soil_Clay_Smooth_Cyan_Half.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "ColouredClay",
  "Set": "Soil_Clay_Smooth",
  "PlayerAnimationsId": "Block",
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Parent": "Half_Block",
          "Matchers": [
            {
              "Block": {
                "Id": "Soil_Clay_Smooth_Cyan_Half",
                "State": "default"
              },
              "Face": "Up",
              "StaticFace": false
            }
          ]
        }
      ],
      "Cooldown": {
        "Id": "BlockInteraction",
        "Cooldown": 0.3,
        "ClickBypass": true
      },
      "Settings": {
        "Creative": {
          "AllowSkipChainOnClick": true
        }
      }
    }
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Structures/Base_Shapes/HalfBlock.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Wall_Painted_Cyan.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Block_Half",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "VariantRotation": "DoublePipe",
    "BlockParticleSetId": "Stone",
    "Supporting": {
      "Down": [
        {}
      ]
    },
    "ParticleColor": "#7098A6",
    "BlockSoundSetId": "Dirt",
    "PhysicalMaterialId": "Dirt",
    "State": {
      "Definitions": {
        "Block": {
          "Material": "Solid",
          "DrawType": "Cube",
          "HitboxType": "Full",
          "Textures": [
            {
              "All": "BlockTextures/Wall_Painted_Cyan.png",
              "Weight": 1
            }
          ],
          "Supporting": {
            "BlockSides": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "Soils",
              "DropList": {
                "Container": {
                  "Type": "Single",
                  "Item": {
                    "ItemId": "Soil_Clay_Smooth_Cyan_Half",
                    "QuantityMax": 2,
                    "QuantityMin": 2
                  }
                }
              }
            }
          }
        }
      }
    },
    "TextureComputedColor": "#4A8A9D"
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Clay"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}