Rock_Chalk_Cobble
Server/Item/Items/Rock/Chalk/Rock_Chalk_Cobble.json, 789 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
Parent | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Chalk_Cobble.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Chalk_Cobble.png",
"Set": "Rock_Chalk",
"BlockType": {
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Textures": [
{
"Weight": 70,
"All": "BlockTextures/Rock_Chalk_Cobble.png"
}
],
"ParticleColor": "#d0ccc6"
},
"ResourceTypes": [
{
"Id": "Rock"
},
{
"Id": "Rock_Chalk"
}
],
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Chalk"
]
},
"Parent": "Rock_Stone_Cobble",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}