Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Rock / Lime / Rock_Lime_Cobble_Roof_Flat.json

Rock_Lime_Cobble_Roof_Flat

Server/Item/Items/Rock/Lime/Rock_Lime_Cobble_Roof_Flat.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
BlockTypeobject
Tagsobject
Parentstring
Recipeobject
IconPropertiesobject

Source

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