Rock_Aqua
Server/Item/Items/Rock/Aqua/Rock_Aqua.json, 922 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_Aqua.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Aqua.png",
"Set": "Rock_Aqua",
"Recipe": {
"Input": [
{
"Quantity": 2,
"ResourceTypeId": "Rock_Aqua"
}
],
"BenchRequirement": [
{
"Id": "Furnace",
"Type": "Processing"
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Textures": [
{
"All": "BlockTextures/Rock_Aqua.png",
"Weight": 1
}
],
"ParticleColor": "#58ad9b",
"Aliases": [
"aqua",
"aqua00"
],
"TextureComputedColor": "#294E48"
},
"ResourceTypes": [
{
"Id": "Rock"
},
{
"Id": "Rock_Aqua"
}
],
"Tags": {
"Type": [
"Rock"
]
},
"Parent": "Rock_Stone"
}