Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Build / Build_Black / Build_Black_Half.json

Build_Black_Half

Server/Item/Items/Build/Build_Black/Build_Black_Half.json, 2.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Build_Black_Half.name"
  },
  "ItemLevel": 10,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Build_Black_Half.png",
  "Categories": [
    "Tool.TechnicalBlocks"
  ],
  "SubCategory": "BlockSets",
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Parent": "Half_Block",
          "Matchers": [
            {
              "Block": {
                "Id": "Build_Black_Half",
                "State": "default"
              },
              "Face": "Up",
              "StaticFace": false
            }
          ]
        }
      ]
    }
  },
  "PlayerAnimationsId": "Block",
  "Set": "Build",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Group": "Dev",
    "HitboxType": "Block_Half",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "SoftBlocks"
      }
    },
    "BlockParticleSetId": "Dust",
    "ParticleColor": "#1a1a1a",
    "BlockSoundSetId": "Soft",
    "CustomModel": "Blocks/Structures/Base_Shapes/HalfBlock.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Dev_Black_Top.png",
        "Weight": 1
      }
    ],
    "VariantRotation": "DoublePipe",
    "State": {
      "Definitions": {
        "Block": {
          "Material": "Solid",
          "DrawType": "Cube",
          "HitboxType": "Full",
          "Textures": [
            {
              "All": "BlockTextures/Dev_Black_Top.png"
            }
          ],
          "Gathering": {
            "Breaking": {
              "GatherType": "SoftBlocks",
              "DropList": {
                "Container": {
                  "Type": "Single",
                  "Item": {
                    "ItemId": "Build_Black_Half",
                    "QuantityMax": 2,
                    "QuantityMin": 2
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Build"
    ]
  },
  "Quality": "Technical",
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}