Rock_Sandstone_White_Cobble
Server/Item/Items/Rock/Sandstone_White/Rock_Sandstone_White_Cobble.json, 806 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Sandstone_White_Cobble.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Sandstone_White_Cobble.png",
"Set": "Rock_Sandstone_White",
"BlockType": {
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Textures": [
{
"Sides": "BlockTextures/Rock_Sandstone_White_Cobble_Side.png",
"UpDown": "BlockTextures/Rock_Sandstone_White_Cobble_Top.png",
"Weight": 1
}
],
"ConnectedBlockRuleSet": null,
"ParticleColor": "#cca863"
},
"ResourceTypes": [
{
"Id": "Rock"
},
{
"Id": "Rock_Sandstone_White"
}
],
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Sandstone_White"
]
},
"Parent": "Rock_Stone_Cobble"
}