Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Rock / Chalk / Rock_Chalk_Cobble_Roof_Flat.json

Rock_Chalk_Cobble_Roof_Flat

Server/Item/Items/Rock/Chalk/Rock_Chalk_Cobble_Roof_Flat.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
BlockTypeobject
Tagsobject
Parentstring
Recipeobject
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Chalk_Cobble_Roof_Flat.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Chalk_Cobble_Roof_Flat.png",
  "Set": "Rock_Chalk",
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Slope_Textures/Rock_Chalk_Cobble_Roof.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "ParticleColor": "#d0ccc6",
    "TextureComputedColor": "#B0B0AB"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Chalk"
    ]
  },
  "Parent": "Rock_Stone_Cobble_Roof_Flat",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Chalk"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Roof"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}