Rock_Lime_Brick_Smooth
Server/Item/Items/Rock/Lime/Rock_Lime_Brick_Smooth.json, 867 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Parent | string |
Recipe | object |
BlockType | object |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Limestone_Brick_Smooth.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Lime_Brick_Smooth.png",
"Set": "Rock_Lime",
"Parent": "Rock_Lime_Brick",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Lime",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Smooth"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Rock_Limestone_Brick.png"
}
],
"ParticleColor": "#dccd97"
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}