Rock_Quartzite_Brick_Pillar_Base
Server/Item/Items/Rock/Quartzite/Rock_Quartzite_Brick_Pillar_Base.json, 1003 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Quartzite_Brick_Pillar_Base.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Quartzite_Brick_Pillar_Base.png",
"Set": "Rock_Quartzite",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Quartzite_Brick"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Pillar"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"Opacity": "Transparent",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Pillars/Pillar_Base_Textures/Quartzite_Brick.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"ParticleColor": "#96844f"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Quartzite"
]
},
"Parent": "Rock_Stone_Brick_Pillar_Base"
}