Soil_Gravel_Sand_Red
Server/Item/Items/Soil/Gravel/Soil_Gravel_Sand_Red.json, 660 B
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Set | string |
BlockType | object |
Source
{
"Parent": "Soil_Gravel",
"TranslationProperties": {
"Name": "server.items.Soil_Gravel_Sand_Red.name"
},
"Icon": "Icons/ItemsGenerated/Soil_Gravel_Sand_Red.png",
"Categories": [
"Blocks.Rocks"
],
"Set": "Rock_Sandstone_Red",
"BlockType": {
"Textures": [
{
"All": "BlockTextures/Soil_Gravel_Sand_Red.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Soils",
"DropList": "Rubble_Sandstone_Red"
}
},
"ParticleColor": "#a06136",
"TransitionTexture": "BlockTextures/Transition_Gravel_Sand_Red.png",
"TextureComputedColor": "#A36939"
}
}