Rock_Calcite
Server/Item/Items/Rock/Calcite/Rock_Calcite.json, 685 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Set | string |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
$Comment | string |
Icon | string |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Calcite.name"
},
"Set": "Rock_Calcite",
"BlockType": {
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Textures": [
{
"Weight": 1,
"Sides": "BlockTextures/Calcite.png",
"UpDown": "BlockTextures/Calcite_Top.png"
}
],
"ParticleColor": "#d4ece7"
},
"ResourceTypes": [
{
"Id": "Rock"
},
{
"Id": "Rock_Calcite"
}
],
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Calcite"
]
},
"$Comment": " ",
"Icon": "Icons/ItemsGenerated/Rock_Calcite.png",
"Parent": "Rock_Stone"
}