Ore_Copper_Sandstone
Server/Item/Items/Ore/Copper/Ore_Copper_Sandstone.json, 996 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Ore_Copper_Sandstone.name"
},
"Icon": "Icons/ItemsGenerated/Ore_Copper_Sandstone.png",
"Parent": "Ore_Copper_Stone",
"BlockType": {
"Gathering": {
"Breaking": {
"GatherType": "OreCopper",
"DropList": {
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ore_Copper"
}
},
{
"Type": "Single",
"Item": {
"ItemId": "Rock_Sandstone_Cobble"
}
}
]
}
}
}
},
"Textures": [
{
"Weight": 1,
"Sides": "BlockTextures/Rock_Sandstone_Side.png",
"UpDown": "BlockTextures/Rock_Sandstone_Top.png"
}
],
"ParticleColor": "#ffa04a",
"TextureComputedColor": "#B78446"
}
}