Rock_Ledge_Brick_Decorative
Server/Item/Items/Rock/Ledge/Rock_Ledge_Brick_Decorative.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Parent | string |
Recipe | object |
BlockType | object |
IconProperties | object |
ResourceTypes | array[1] |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Ledgestone_Brick_Decorative.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Ledgestone_Brick_Decorative.png",
"Set": "Rock_Ledgestone_Brick",
"Parent": "Rock_Ledge_Brick",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Ledge",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Decorative"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"Textures": [
{
"Weight": 1,
"Sides": "BlockTextures/Rock_Ledgestone_Brick_Decorative.png",
"UpDown": "BlockTextures/Rock_Ledgestone_Brick_Decorative.png"
}
],
"ParticleColor": "#5a5144"
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"ResourceTypes": [
{
"Id": "Rock_Ledge_Brick"
}
]
}