Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Rock / Lime / Rock_Lime_Cobble_Half.json

Rock_Lime_Cobble_Half

Server/Item/Items/Rock/Lime/Rock_Lime_Cobble_Half.json, 2.3 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Parentstring
Recipeobject
Interactionsobject
BlockTypeobject
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Limestone_Cobble_Half.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Limestone_Cobble_Half.png",
  "Set": "Rock_Lime",
  "Parent": "Rock_Stone_Cobble_Half",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Lime",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "HalfSlab"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Parent": "Half_Block",
          "Matchers": [
            {
              "Block": {
                "Id": "Rock_Lime_Cobble_Half",
                "State": "default"
              },
              "Face": "Up",
              "StaticFace": false
            }
          ]
        }
      ],
      "Cooldown": {
        "Id": "BlockInteraction",
        "Cooldown": 0.3,
        "ClickBypass": true
      },
      "Settings": {
        "Creative": {
          "AllowSkipChainOnClick": true
        }
      }
    }
  },
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Rock_Limestone_Cobble.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#dccd97",
    "State": {
      "Definitions": {
        "Block": {
          "Material": "Solid",
          "DrawType": "Cube",
          "HitboxType": "Full",
          "Textures": [
            {
              "Weight": 1,
              "All": "BlockTextures/Rock_Limestone_Cobble.png"
            }
          ],
          "Supporting": {
            "BlockSides": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "Rocks",
              "DropList": {
                "Container": {
                  "Type": "Single",
                  "Item": {
                    "ItemId": "Rock_Lime_Cobble_Half",
                    "QuantityMax": 2,
                    "QuantityMin": 2
                  }
                }
              }
            }
          }
        }
      }
    },
    "TextureComputedColor": "#B3A67F"
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}