Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Cloth / Roof_Green / Cloth_Roof_Green_Flap.json

Cloth_Roof_Green_Flap

Server/Item/Items/Cloth/Roof_Green/Cloth_Roof_Green_Flap.json, 1.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Cloth_Roof_Green_Flap.name"
  },
  "Recipe": {
    "Input": [
      {
        "ItemId": "Cloth_Block_Wool_Green",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Roof"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "Categories": [
    "Blocks.Cloth"
  ],
  "SubCategory": "RoofBlocks",
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Structures/Roofs/Cloth_Roof_Vertical_Flap.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Cloth_Roof_Textures/Tent_Green.png",
        "Weight": 1
      }
    ],
    "Group": "Roof",
    "VariantRotation": "NESW",
    "Flags": {},
    "Support": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "SoftBlocks",
        "ItemId": "Cloth_Roof_Green_Flap"
      }
    },
    "BlockParticleSetId": "Grass",
    "HitboxType": "Block_Vertical_Flat",
    "BlockSoundSetId": "Cloth",
    "ParticleColor": "#3a6b40"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.72,
    "Translation": [
      9.9,
      -18.9
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Cloth_Roof_Green_Flap.png",
  "Tags": {
    "Type": [
      "Cloth"
    ],
    "SubType": [
      "Roof"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Cloth"
}