Ore_Adamantite_Magma_Cracked
Server/Item/Items/Ore/Adamantite/Ore_Adamantite_Magma_Cracked.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Ore_Adamantite_Magma_Cracked.name"
},
"Parent": "Rock_Magma_Cooled",
"BlockType": {
"Textures": [
{
"Weight": 1,
"Sides": "BlockTextures/Rock_Magma_Cooled_Adamantite_Cracks_Side.png",
"UpDown": "BlockTextures/Rock_Magma_Cooled_Adamantite_Cracks.png"
}
],
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"DropList": {
"Container": {
"Type": "Multiple",
"Containers": [
{
"Weight": 0,
"$Comment": "In this case 'Weight' is interpreted as a percentage chance to spawn, so 20% chance",
"Type": "Single",
"Item": {
"ItemId": "Ore_Adamantite"
}
},
{
"Type": "Single",
"Item": {
"ItemId": "Rock_Magma_Cooled"
}
}
]
}
}
}
},
"TextureComputedColor": "#1D181A"
},
"Icon": "Icons/ItemsGenerated/Ore_Adamantite_Magma_Cracked.png",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}