Rock_Lime_Brick_Roof_Flat
Server/Item/Items/Rock/Lime/Rock_Lime_Brick_Roof_Flat.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
BlockType | object |
Tags | object |
Parent | string |
Recipe | object |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Limestone_Brick_Roof_Flat.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Lime_Brick_Roof_Flat.png",
"Set": "Rock_Lime",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Slope_Rock_Textures/Limestone_Brick.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"ParticleColor": "#dccd97",
"TextureComputedColor": "#C1B586"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Lime"
]
},
"Parent": "Rock_Stone_Brick_Roof_Flat",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Lime_Brick"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Roof"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-1
]
}
}