Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Items / Cloth / Roof_Orange / Cloth_Roof_Orange.json

Cloth_Roof_Orange

Server/Item/Items/Cloth/Roof_Orange/Cloth_Roof_Orange.json, 3.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Cloth_Roof_Orange.name"
  },
  "Recipe": {
    "Input": [
      {
        "ItemId": "Cloth_Block_Wool_Orange",
        "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.blockymodel",
    "Group": "Roof",
    "HitboxType": "Stairs_Thin",
    "VariantRotation": "NESW",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "SoftBlocks",
        "ItemId": "Cloth_Roof_Orange"
      }
    },
    "BlockParticleSetId": "Grass",
    "BlockSoundSetId": "Cloth",
    "PhysicalMaterialId": "Cloth",
    "ParticleColor": "#af662d",
    "State": {
      "Definitions": {
        "Corner_Right": {
          "CustomModel": "Blocks/Structures/Roofs/Cloth_Roof_Corner_Right.blockymodel",
          "HitboxType": "Stairs_Thin_Corner_Right",
          "FlipType": "OrthogonalInverse",
          "Supporting": {}
        },
        "Corner_Left": {
          "CustomModel": "Blocks/Structures/Roofs/Cloth_Roof_Corner_Left.blockymodel",
          "HitboxType": "Stairs_Thin_Corner_Left",
          "FlipType": "Orthogonal",
          "Supporting": {}
        },
        "Topper": {
          "CustomModel": "Blocks/Structures/Roofs/Cloth_Roof_Topper.blockymodel",
          "HitboxType": "Block_Three_Quarter",
          "FlipType": "Orthogonal",
          "Supporting": {}
        },
        "Inverted_Corner_Right": {
          "CustomModel": "Blocks/Structures/Roofs/Cloth_Roof_Corner_Inverted_Right.blockymodel",
          "HitboxType": "Stairs_Inverted_Corner_Right",
          "FlipType": "Orthogonal",
          "Supporting": {}
        },
        "Inverted_Corner_Left": {
          "CustomModel": "Blocks/Structures/Roofs/Cloth_Roof_Corner_Inverted_Left.blockymodel",
          "HitboxType": "Stairs_Inverted_Corner_Left",
          "FlipType": "Orthogonal",
          "Supporting": {}
        }
      }
    },
    "Supporting": {},
    "ConnectedBlockRuleSet": {
      "Type": "Roof",
      "Regular": {
        "Straight": {
          "State": "default"
        },
        "Corner_Right": {
          "State": "Corner_Right"
        },
        "Corner_Left": {
          "State": "Corner_Left"
        },
        "Inverted_Corner_Right": {
          "State": "Inverted_Corner_Right"
        },
        "Inverted_Corner_Left": {
          "State": "Inverted_Corner_Left"
        }
      },
      "Topper": {
        "State": "Topper"
      },
      "MaterialName": "Roof"
    },
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Cloth_Roof_Textures/Tent_Orange.png"
      }
    ],
    "TextureComputedColor": "#B2672D"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.52,
    "Translation": [
      0,
      -13.5
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Cloth_Roof_Orange.png",
  "Tags": {
    "Type": [
      "Cloth"
    ],
    "SubType": [
      "Roof"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Cloth"
}