Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Items / Soil / Sand / Soil_Sand_White.json

Soil_Sand_White

Server/Item/Items/Soil/Sand/Soil_Sand_White.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Iconstring
Categoriesarray[1]
SubCategorystring
PlayerAnimationsIdstring
Setstring
BlockTypeobject
ResourceTypesarray[1]
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Sand_White.name"
  },
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Soil_Sand_White.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "GrassAndDirt",
  "PlayerAnimationsId": "Block",
  "Set": "Soil",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Sand",
    "HitboxType": "Full",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "BlockParticleSetId": "Sand",
    "Textures": [
      {
        "All": "BlockTextures/Soil_Sand_White.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#fcdc7c",
    "BlockSoundSetId": "Sand",
    "PhysicalMaterialId": "Dirt",
    "TransitionTexture": "BlockTextures/Transition_Soil_Sand_White.png",
    "TransitionToGroups": [
      "Stone",
      "Sand",
      "Wood",
      "Mud",
      "Dirt"
    ],
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "CubeShadingMode": "Standard",
    "TextureComputedColor": "#E0C469"
  },
  "ResourceTypes": [
    {
      "Id": "Sands"
    }
  ],
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Sand"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Gravel"
}