Rock_Volcanic
Server/Item/Items/Rock/Volcanic/Rock_Volcanic.json, 904 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Volcanic.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Volcanic.png",
"Set": "Rock_Volcanic",
"Recipe": {
"Input": [
{
"Quantity": 2,
"ResourceTypeId": "Rock_Volcanic"
}
],
"BenchRequirement": [
{
"Id": "Furnace",
"Type": "Processing"
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"Gathering": {
"Breaking": {
"ItemId": "Rock_Volcanic_Cobble",
"GatherType": "VolcanicRocks"
}
},
"Textures": [
{
"All": "BlockTextures/Rock_Volcanic.png",
"Weight": 1
}
],
"ParticleColor": "#352222"
},
"ResourceTypes": [
{
"Id": "Rock"
},
{
"Id": "Rock_Volcanic"
}
],
"Tags": {
"Type": [
"Rock"
]
},
"Parent": "Rock_Stone"
}