Ore_Iron_Basalt_Cracked
Server/Item/Items/Ore/Iron/Ore_Iron_Basalt_Cracked.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Ore_Iron_Basalt_Cracked.name"
},
"Parent": "Rock_Basalt",
"BlockType": {
"Textures": [
{
"All": "BlockTextures/Rock_Basalt_Iron_Cracks.png",
"Weight": 1
},
{
"All": "BlockTextures/Rock_Basalt_Iron_Cracks02.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_Iron"
}
},
{
"Type": "Single",
"Item": {
"ItemId": "Rock_Basalt_Cobble"
}
}
]
}
}
}
},
"TransitionTexture": "BlockTextures/Transition_Rock_Basalt.png",
"TransitionToGroups": [
"Stone"
],
"TextureComputedColor": "#484533"
},
"Icon": "Icons/ItemsGenerated/Ore_Iron_Basalt_Cracked.png",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}