Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Items / Rock / Crystal / Rock_Crystal_Yellow_Block.json

Rock_Crystal_Yellow_Block

Server/Item/Items/Rock/Crystal/Rock_Crystal_Yellow_Block.json, 1.6 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[2]
SubCategorystring
PlayerAnimationsIdstring
Interactionsobject
BlockTypeobject
Tagsobject
IconPropertiesobject
ItemSoundSetIdstring
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Crystal_Yellow.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Crystal_Yellow.png",
  "Categories": [
    "Blocks.Ores",
    "Blocks.Ores"
  ],
  "SubCategory": "Crystal",
  "PlayerAnimationsId": "Block",
  "Interactions": {
    "Secondary": "Lantern_Yellow"
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Opacity": "Transparent",
    "Group": "Stone",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "DropList": "Rock_Crystal_Yellow",
        "GatherType": "Rocks"
      }
    },
    "BlockParticleSetId": "Crystal",
    "Textures": [
      {
        "Sides": "BlockTextures/Rock_Crystal_Yellow.png",
        "UpDown": "BlockTextures/Rock_Crystal_Yellow_Top.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#ffc744",
    "BlockSoundSetId": "Crystal",
    "PhysicalMaterialId": "Stone",
    "CubeShadingMode": "Reflective",
    "Light": {
      "Color": "#eb7"
    },
    "VariantRotation": "Pipe",
    "TextureComputedColor": "#AC872E"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Crystal"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Crystal_Yellow",
        "Quantity": 10
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Decorative"
        ]
      }
    ]
  }
}