Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Items / Rock / Crystal / Rock_Crystal_Red_Small.json

Rock_Crystal_Red_Small

Server/Item/Items/Rock/Crystal/Rock_Crystal_Red_Small.json, 1.5 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
SubCategorystring
PlayerAnimationsIdstring
Interactionsobject
BlockTypeobject
Tagsobject
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Crystal_Red_Small.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Crystal_Red_Small.png",
  "Categories": [
    "Blocks.Ores"
  ],
  "SubCategory": "Crystal",
  "PlayerAnimationsId": "Block",
  "Interactions": {
    "Secondary": "Lantern_Red"
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Resources/Crystals/Crystal_Small.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Crystals/Crystal_Big_Textures/Red.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Plant_Medium",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "DropList": "Rock_Crystal_Red_Small",
        "GatherType": "Rocks"
      }
    },
    "VariantRotation": "DoublePipe",
    "RandomRotation": "YawStep1",
    "BlockParticleSetId": "Crystal",
    "ParticleColor": "#f36342",
    "BlockSoundSetId": "Crystal",
    "PhysicalMaterialId": "Stone",
    "Light": {
      "Color": "#c86"
    },
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "TextureComputedColor": "#8B2F1B"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Crystal"
    ]
  },
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Crystal_Red",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Decorative"
        ]
      }
    ]
  }
}