Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Rock / Basalt / Rock_Basalt_Cobble_Roof_Steep.json

Rock_Basalt_Cobble_Roof_Steep

Server/Item/Items/Rock/Basalt/Rock_Basalt_Cobble_Roof_Steep.json, 2.8 KB

Fields

FieldType
TranslationPropertiesobject
Setstring
BlockTypeobject
Iconstring
Tagsobject
Parentstring
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Basalt_Cobble_Roof_Steep.name"
  },
  "Set": "Rock_Basalt",
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Slope_Textures/Basalt_Cobble.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "ItemId": "Rock_Basalt_Cobble_Roof_Steep",
        "GatherType": "Rocks"
      }
    },
    "ParticleColor": "#545035",
    "State": {
      "Definitions": {
        "Corner_Right": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Steep_Right.blockymodel",
          "HitboxType": "Stairs_Corner_Steep_Right",
          "FlipType": "OrthogonalInverse",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        },
        "Corner_Left": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Steep_Left.blockymodel",
          "HitboxType": "Stairs_Corner_Steep_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        },
        "Inverted_Corner_Right": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Inverted_Steep_Right.blockymodel",
          "HitboxType": "Roof_Corner_Steep_Inverted_Right",
          "FlipType": "OrthogonalInverse",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        },
        "Inverted_Corner_Left": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Inverted_Steep_Left.blockymodel",
          "HitboxType": "Roof_Corner_Steep_Inverted_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        }
      }
    },
    "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"
        }
      },
      "MaterialName": "Roof_Steep"
    },
    "TextureComputedColor": "#3E3C29"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Basalt_Cobble_Roof_Steep.png",
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Basalt"
    ]
  },
  "Parent": "Rock_Stone_Cobble_Roof_Steep",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Basalt"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Roof"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  }
}