Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Rock / Calcite / Rock_Calcite_Brick_Roof_Shallow.json

Rock_Calcite_Brick_Roof_Shallow

Server/Item/Items/Rock/Calcite/Rock_Calcite_Brick_Roof_Shallow.json, 3.6 KB

Fields

FieldType
TranslationPropertiesobject
Setstring
BlockTypeobject
Tagsobject
Iconstring
Parentstring
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Calcite_Brick_Roof_Shallow.name"
  },
  "Set": "Rock_Calcite",
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Slope_Rock_Textures/Calcite_Brick.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "ItemId": "Rock_Calcite_Brick_Roof_Shallow",
        "GatherType": "Rocks"
      }
    },
    "ParticleColor": "#d4ece7",
    "State": {
      "Definitions": {
        "Corner_Right": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Shallow_Right.blockymodel",
          "HitboxType": "Roof_Corner_Shallow_Right",
          "FlipType": "OrthogonalInverse",
          "Supporting": {
            "Down": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "Rocks",
              "ItemId": "Rock_Calcite_Brick_Roof_Shallow",
              "Quantity": 2
            }
          }
        },
        "Corner_Left": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Shallow_Left.blockymodel",
          "HitboxType": "Roof_Corner_Shallow_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "Rocks",
              "ItemId": "Rock_Calcite_Brick_Roof_Shallow",
              "Quantity": 2
            }
          }
        },
        "Inverted_Corner_Right": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Shallow_Inverted_Right.blockymodel",
          "HitboxType": "Roof_Corner_Shallow_Inverted_Right",
          "FlipType": "OrthogonalInverse",
          "Supporting": {
            "Down": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "Rocks",
              "ItemId": "Rock_Calcite_Brick_Roof_Shallow",
              "Quantity": 2
            }
          }
        },
        "Inverted_Corner_Left": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Shallow_Inverted_Left.blockymodel",
          "HitboxType": "Roof_Corner_Shallow_Inverted_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "Rocks",
              "ItemId": "Rock_Calcite_Brick_Roof_Shallow",
              "Quantity": 2
            }
          }
        }
      }
    },
    "ConnectedBlockRuleSet": {
      "Type": "Roof",
      "Width": 2,
      "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_Shallow"
    }
  },
  "Tags": {
    "Family": [
      "Calcite"
    ],
    "Type": [
      "Rock"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Rock_Calcite_Brick_Roof_Shallow.png",
  "Parent": "Rock_Stone_Brick_Roof_Shallow",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Calcite_Brick"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Roof"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  }
}