Ore_Gold_Calcite
Server/Item/Items/Ore/Gold/Ore_Gold_Calcite.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Ore_Gold_Calcite.name"
},
"Parent": "Ore_Gold_Stone",
"BlockType": {
"Textures": [
{
"Weight": 1,
"Sides": "BlockTextures/Calcite.png",
"UpDown": "BlockTextures/Calcite_Top.png"
}
],
"Gathering": {
"Breaking": {
"GatherType": "OreGold",
"DropList": {
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ore_Gold"
}
},
{
"Type": "Single",
"Item": {
"ItemId": "Rock_Calcite"
}
}
]
}
}
}
},
"ParticleColor": "#efcf22",
"TextureComputedColor": "#8D9499"
},
"Icon": "Icons/ItemsGenerated/Ore_Gold_Calcite.png",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}