Template_Soil
Server/Item/Items/Soil/Template_Soil.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Set | string |
ResourceTypes | array[1] |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Template_Soil.name"
},
"Quality": "Template",
"Icon": "Icons/ItemsGenerated/Soil_Dirt.png",
"Categories": [
"Blocks.Soils"
],
"SubCategory": "GrassAndDirt",
"PlayerAnimationsId": "Block",
"Set": "Soil",
"ResourceTypes": [
{
"Id": "Soils"
}
],
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Dirt",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Soils"
}
},
"BlockParticleSetId": "Dirt",
"Textures": [
{
"All": "BlockTextures/Soil_Dirt.png",
"Weight": 1
}
],
"ParticleColor": "#98743b",
"BlockSoundSetId": "Dirt",
"TransitionTexture": "BlockTextures/Transition_Soil_Dirt.png",
"TransitionToGroups": [
"Stone",
"Dirt"
],
"BlockBreakingDecalId": "Breaking_Decals_Soil"
},
"Tags": {
"Type": [
"Soil"
],
"Family": [
"Dirt"
]
},
"ItemSoundSetId": "ISS_Blocks_Soft"
}