Rock_Calcite_Brick_Decorative
Server/Item/Items/Rock/Calcite/Rock_Calcite_Brick_Decorative.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
$Comment | string |
Icon | string |
Parent | string |
ResourceTypes | array[1] |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Calcite_Brick_Decorative.name"
},
"ItemLevel": 10,
"Set": "Rock_Calcite",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Calcite"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Decorative"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Textures": [
{
"Weight": 1,
"Sides": "BlockTextures/Calcite_Brick_Decorative.png",
"UpDown": "BlockTextures/Calcite_Brick_Decorative_Top.png"
}
],
"ParticleColor": "#d4ece7"
},
"Tags": {
"Type": [
"Rock"
]
},
"$Comment": " ",
"Icon": "Icons/ItemsGenerated/Rock_Calcite_Brick_Decorative.png",
"Parent": "Rock_Calcite_Brick",
"ResourceTypes": [
{
"Id": "Rock_Calcite_Brick"
}
]
}