Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Items / Soil / Dirt / Soil_Dirt_Crystal.json

Soil_Dirt_Crystal

Server/Item/Items/Soil/Dirt/Soil_Dirt_Crystal.json, 1.3 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
PlayerAnimationsIdstring
Interactionsobject
BlockTypeobject
Tagsobject
IconPropertiesobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Dirt_Crystal.name",
    "Description": "server.items.Soil_Dirt_Crystal.description"
  },
  "Icon": "Icons/ItemsGenerated/Soil_Dirt_Crystal.png",
  "Categories": [
    "Blocks.Soil"
  ],
  "PlayerAnimationsId": "Block",
  "Interactions": {
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Opacity": "Solid",
    "Group": "Stone",
    "Gathering": {
      "Breaking": {
        "ItemId": "Tool_Fertilizer_Crystal",
        "GatherType": "Rocks"
      }
    },
    "BlockParticleSetId": "Crystal",
    "Textures": [
      {
        "Sides": "BlockTextures/Soil_Dirt_Crystal_Side.png",
        "Weight": 1,
        "Up": "BlockTextures/Soil_Dirt_Crystal.png",
        "Down": "BlockTextures/Soil_Dirt_Crystal_Side.png"
      }
    ],
    "ParticleColor": "#462a21",
    "BlockSoundSetId": "Crystal",
    "PhysicalMaterialId": "Stone",
    "CubeShadingMode": "Reflective",
    "TextureComputedColor": "#462F1D"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Crystal"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}