Soil_Snow
Server/Item/Items/Soil/Snow/Soil_Snow.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Set | string |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
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",
"TransitionTexture": "BlockTextures/Transition_Soil_Snow.png",
"TransitionToGroups": [
"Stone",
"Grass",
"Gravel",
"Dirt",
"Dirt_Dark",
"Ice"
],
"CubeShadingMode": "Standard",
"ParticleColor": "#ddf0f4"
},
"Tags": {
"Type": [
"Soil"
]
},
"ItemSoundSetId": "ISS_Blocks_Soft"
}