Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Items / Wood / Blackwood / Wood_Blackwood_Roof_Flat.json

Wood_Blackwood_Roof_Flat

Server/Item/Items/Wood/Blackwood/Wood_Blackwood_Roof_Flat.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
BlockTypeobject
Tagsobject
Parentstring
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Blackwood_Roof_Flat.name"
  },
  "Icon": "Icons/ItemsGenerated/Wood_Blackwood_Roof_Flat.png",
  "Set": "Wood_Blackwood_Planks",
  "BlockType": {
    "CustomModel": "Blocks/Structures/Roofs/Flat.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Slope_Textures/Blackwood.png",
        "Weight": 4
      },
      {
        "Texture": "Blocks/Structures/Roofs/Slope_Textures/Blackwood_02.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Stairs_Flat",
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "ParticleColor": "#443f37",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "TextureComputedColor": "#1C1A16"
  },
  "Tags": {
    "Type": [
      "Wood"
    ],
    "Family": [
      "Blackwood"
    ]
  },
  "Parent": "Wood_Softwood_Roof_Flat",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Blackwood",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Roof"
        ]
      }
    ],
    "OutputQuantity": 1
  }
}