Soil_Clay_Grey
Server/Item/Items/Soil/Clay/Soil_Clay_Grey.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Set | string |
BlockType | object |
ResourceTypes | array[1] |
Tags | object |
IconProperties | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Clay_Grey.name"
},
"ItemLevel": 10,
"Icon": "Icons/ItemsGenerated/Soil_Clay_Grey.png",
"Categories": [
"Blocks.Soils"
],
"SubCategory": "ColouredClay",
"PlayerAnimationsId": "Block",
"Set": "Soil_Clay",
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Dirt",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Soils"
}
},
"ParticleColor": "#6A635E",
"BlockParticleSetId": "Stone",
"Textures": [
{
"All": "BlockTextures/Clay_Grey.png",
"Weight": 1
}
],
"BlockSoundSetId": "Dirt"
},
"ResourceTypes": [
{
"Id": "Clays"
}
],
"Tags": {
"Type": [
"Soil"
],
"Family": [
"Clay"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
0.0,
-13.5
]
},
"ItemSoundSetId": "ISS_Blocks_Soft"
}