Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Items / Cloth / Roof_Red / Cloth_Roof_Red_Flat.json

Cloth_Roof_Red_Flat

Server/Item/Items/Cloth/Roof_Red/Cloth_Roof_Red_Flat.json, 1.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Cloth_Roof_Red_Flat.name"
  },
  "Recipe": {
    "Input": [
      {
        "ItemId": "Cloth_Block_Wool_Red",
        "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_Horizontal.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Cloth_Roof_Textures/Tent_Red.png",
        "Weight": 1
      }
    ],
    "Group": "Roof",
    "HitboxType": "Block_Flat",
    "VariantRotation": "None",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "SoftBlocks",
        "ItemId": "Cloth_Roof_Red_Flat"
      }
    },
    "BlockParticleSetId": "Grass",
    "Supporting": {},
    "BlockSoundSetId": "Cloth",
    "PhysicalMaterialId": "Cloth",
    "ParticleColor": "#7d332d",
    "TextureComputedColor": "#7D322C"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.58823,
    "Translation": [
      -0.9,
      -3.9
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Cloth_Roof_Red_Flat.png",
  "Tags": {
    "Type": [
      "Cloth"
    ],
    "SubType": [
      "Roof"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Cloth"
}