Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Soil / Snow / Soil_Snow.json

Soil_Snow

Server/Item/Items/Soil/Snow/Soil_Snow.json, 1.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Snow.name"
  },
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Soil_Snow.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "GrassAndDirt",
  "PlayerAnimationsId": "Block",
  "Set": "Soil_Snow",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Snow",
    "HitboxType": "Block_Seven_Eighth",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "BlockParticleSetId": "Snow",
    "MovementSettings": {
      "Friction": 0.25
    },
    "Textures": [
      {
        "All": "BlockTextures/Soil_Snow.png",
        "Weight": 1
      }
    ],
    "BlockSoundSetId": "Snow",
    "PhysicalMaterialId": "Snow",
    "TransitionTexture": "BlockTextures/Transition_Soil_Snow.png",
    "TransitionToGroups": [
      "Stone",
      "Grass",
      "Gravel",
      "Dirt",
      "Dirt_Dark",
      "Ice"
    ],
    "CubeShadingMode": "Standard",
    "ParticleColor": "#ddf0f4",
    "TextureComputedColor": "#DCF1F5"
  },
  "Tags": {
    "Type": [
      "Soil"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft"
}