Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Rock / Sandstone / Rock_Sandstone_Half.json

Rock_Sandstone_Half

Server/Item/Items/Rock/Sandstone/Rock_Sandstone_Half.json, 3.2 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Iconstring
Categoriesarray[1]
PlayerAnimationsIdstring
Interactionsobject
Setstring
Recipeobject
BlockTypeobject
Tagsobject
Parentstring
ItemSoundSetIdstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Sandstone_Half.name"
  },
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Rock_Sandstone_Half.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Parent": "Half_Block",
          "Matchers": [
            {
              "Block": {
                "Id": "Rock_Sandstone_Half",
                "State": "default"
              },
              "Face": "Up",
              "StaticFace": false
            }
          ]
        }
      ],
      "Cooldown": {
        "Id": "BlockInteraction",
        "Cooldown": 0.3,
        "ClickBypass": true
      },
      "Settings": {
        "Creative": {
          "AllowSkipChainOnClick": true
        }
      }
    }
  },
  "Set": "Rock_Sandstone",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Sandstone"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "HalfSlab"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Structures/Base_Shapes/HalfBlock.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Rock_Sandstone_Top.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Block_Half",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "VariantRotation": "DoublePipe",
    "RandomRotation": "YawStep90",
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "Group": "Stone",
    "State": {
      "Definitions": {
        "Block": {
          "Material": "Solid",
          "DrawType": "Cube",
          "HitboxType": "Full",
          "Textures": [
            {
              "Weight": 1,
              "Sides": "BlockTextures/Rock_Sandstone_Side.png",
              "UpDown": "BlockTextures/Rock_Sandstone_Top.png"
            }
          ],
          "Supporting": {
            "BlockSides": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "Rocks",
              "DropList": {
                "Container": {
                  "Type": "Single",
                  "Item": {
                    "ItemId": "Rock_Sandstone_Half",
                    "QuantityMax": 2,
                    "QuantityMin": 2
                  }
                }
              }
            }
          }
        }
      }
    },
    "ParticleColor": "#bd8f45",
    "TransitionTexture": "BlockTextures/Transition_Rock_Sandstone.png",
    "TransitionToGroups": [
      "Stone"
    ],
    "TextureComputedColor": "#B88648"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Sandstone"
    ]
  },
  "Parent": "Rock_Stone_Cobble_Half",
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}