Soil_Clay
Server/Item/Items/Soil/Clay/Soil_Clay.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Set | string |
Recipe | object |
BlockType | object |
ResourceTypes | array[1] |
Tags | object |
ItemSoundSetId | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Clay.name"
},
"ItemLevel": 10,
"Icon": "Icons/ItemsGenerated/Soil_Clay.png",
"Categories": [
"Blocks.Soils"
],
"SubCategory": "ColouredClay",
"PlayerAnimationsId": "Block",
"Set": "Soil_Clay",
"Recipe": {
"Input": [
{
"ItemId": "Rock_Sandstone_Red",
"Quantity": 4
}
],
"OutputQuantity": 1,
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Pottery"
]
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Dirt",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Soils"
}
},
"ParticleColor": "#be7f51",
"BlockParticleSetId": "Stone",
"Textures": [
{
"All": "BlockTextures/Soil_Clay.png",
"Weight": 1
}
],
"BlockSoundSetId": "Dirt"
},
"ResourceTypes": [
{
"Id": "Clays"
}
],
"Tags": {
"Type": [
"Soil"
]
},
"ItemSoundSetId": "ISS_Blocks_Soft",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}