Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Wood / Darkwood / Wood_Darkwood_Roof_Flat.json

Wood_Darkwood_Roof_Flat

Server/Item/Items/Wood/Darkwood/Wood_Darkwood_Roof_Flat.json, 1.0 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
BlockTypeobject
Tagsobject
Parentstring
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Darkwood_Roof_Flat.name"
  },
  "Icon": "Icons/ItemsGenerated/Wood_Darkwood_Roof_Flat.png",
  "Set": "Wood_Darkwood_Planks",
  "BlockType": {
    "CustomModel": "Blocks/Structures/Roofs/Flat.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Slope_Textures/Darkwood.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Stairs_Flat",
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "ParticleColor": "#683e2e",
    "BlockSoundSetId": "Wood"
  },
  "Tags": {
    "Type": [
      "Wood"
    ],
    "Family": [
      "Darkwood"
    ]
  },
  "Parent": "Wood_Softwood_Roof_Flat",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Darkwood",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Roof"
        ]
      }
    ],
    "OutputQuantity": 1
  }
}