Ore_Gold_Basalt
Server/Item/Items/Ore/Gold/Ore_Gold_Basalt.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
SubCategory | string |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
MaxStack | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Ore_Gold_Basalt.name"
},
"Icon": "Icons/ItemsGenerated/Ore_Gold_Basalt.png",
"Categories": [
"Blocks.Ores"
],
"SubCategory": "Ore",
"BlockType": {
"Material": "Solid",
"DrawType": "CubeWithModel",
"CustomModel": "Resources/Ores/Ore_Large.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Ores/Ore_Textures/Gold.png",
"Weight": 1
}
],
"Group": "Stone",
"Flags": {},
"RandomRotation": "YawStep90",
"Gathering": {
"Breaking": {
"GatherType": "OreGold",
"DropList": {
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ore_Gold"
}
},
{
"Type": "Single",
"Item": {
"ItemId": "Rock_Basalt_Cobble"
}
}
]
}
}
}
},
"BlockParticleSetId": "Ore",
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Rock_Basalt.png"
}
],
"ParticleColor": "#efcf22",
"BlockSoundSetId": "Ore",
"PhysicalMaterialId": "Stone",
"TextureComputedColor": "#B98410"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Ore"
],
"Family": [
"Gold"
]
},
"MaxStack": 25,
"ItemSoundSetId": "ISS_Blocks_Stone"
}