Rock_Aqua_Brick
Server/Item/Items/Rock/Aqua/Rock_Aqua_Brick.json, 1.0 KB
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_Brick.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Aqua_Brick.png",
"Set": "Rock_Aqua",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Aqua"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Bricks"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Textures": [
{
"Sides": "BlockTextures/Rock_Aqua_Brick_Side.png",
"UpDown": "BlockTextures/Rock_Aqua_Brick_Top.png",
"Weight": 1
}
],
"ParticleColor": "#255a63",
"TextureComputedColor": "#183C37"
},
"ResourceTypes": [
{
"Id": "Bricks"
},
{
"Id": "Rock_Aqua_Brick"
}
],
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Aqua"
]
},
"Parent": "Rock_Stone_Brick"
}