Rock_Aqua_Brick_Ornate
Server/Item/Items/Rock/Aqua/Rock_Aqua_Brick_Ornate.json, 986 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
Parent | string |
ResourceTypes | array[1] |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Aqua_Brick_Ornate.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Aqua_Brick_Ornate.png",
"Set": "Rock_Aqua",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Aqua"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Ornate"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Textures": [
{
"All": "BlockTextures/Rock_Aqua_Brick_Ornate.png",
"Weight": 1
}
],
"ParticleColor": "#255a63",
"TextureComputedColor": "#143732"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Aqua"
]
},
"Parent": "Rock_Aqua_Brick",
"ResourceTypes": [
{
"Id": "Rock_Aqua_Brick"
}
]
}