Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Rock / Stone / Rock_Stone_Beam.json

Rock_Stone_Beam

Server/Item/Items/Rock/Stone/Rock_Stone_Beam.json, 1.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Stone_Beam.name"
  },
  "ItemLevel": 10,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Rock_Stone_Beam.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Item",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Set": "Rock_Stone",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Stone",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Beam"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Structures/Tubes/Long_Simple_UV.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Rock_Stone.png",
        "Weight": 1
      }
    ],
    "Group": "Stone",
    "HitboxType": "Beam",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Supporting": {
      "Down": [
        {
          "FaceType": "Rock_Beam"
        }
      ],
      "Up": [
        {
          "FaceType": "Rock_Beam"
        }
      ]
    },
    "VariantRotation": "Pipe",
    "BlockParticleSetId": "Stone",
    "ParticleColor": "#615d44",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#79785A"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Stone"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}