Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Cloth / Roof_White / Cloth_Roof_White_Vertical.json

Cloth_Roof_White_Vertical

Server/Item/Items/Cloth/Roof_White/Cloth_Roof_White_Vertical.json, 1.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Cloth_Roof_White_Vertical.name"
  },
  "Recipe": {
    "Input": [
      {
        "ItemId": "Cloth_Block_Wool_White",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Roof"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "Categories": [
    "Blocks.Cloth"
  ],
  "SubCategory": "RoofBlocks",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Structures/Roofs/Cloth_Roof_Vertical.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Cloth_Roof_Textures/Tent_White.png",
        "Weight": 1
      }
    ],
    "Group": "Roof",
    "HitboxType": "Block_Vertical_Flat",
    "VariantRotation": "NESW",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "SoftBlocks",
        "ItemId": "Cloth_Roof_White_Vertical"
      }
    },
    "BlockParticleSetId": "Grass",
    "Supporting": {
      "North": [
        {}
      ]
    },
    "BlockSoundSetId": "Cloth",
    "PhysicalMaterialId": "Cloth",
    "ParticleColor": "#c6c6c6"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.58823,
    "Translation": [
      9.6,
      -19.2
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Cloth_Roof_White_Vertical.png",
  "Tags": {
    "Type": [
      "Cloth"
    ],
    "SubType": [
      "Roof"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Cloth"
}