Rock_Aqua_Brick_Pillar_Base
Server/Item/Items/Rock/Aqua/Rock_Aqua_Brick_Pillar_Base.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Aqua_Brick_Pillar_Base.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Aqua_Brick_Pillar_Base.png",
"Set": "Rock_Aqua",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Aqua_Brick"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Pillar"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Pillars/Pillar_Base_Textures/Aqua_Brick.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"ItemId": "Rock_Aqua_Brick_Pillar_Base"
}
},
"ParticleColor": "#255a63",
"TextureComputedColor": "#193B36"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Aqua"
]
},
"Parent": "Rock_Stone_Brick_Pillar_Base"
}