Rock_Magma_Cooled_Cobble_Roof_Flat
Server/Item/Items/Rock/Magma/Rock_Magma_Cooled_Cobble_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_Magma_Cooled_Cobble_Roof_Flat.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Magma_Cooled_Cobble_Roof_Flat.png",
"Set": "Rock_Magma_Cooled",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Slope_Textures/Magma_Cooled_Cobble.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"ParticleColor": "#0d0a0a"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Magma_Cooled"
]
},
"Parent": "Rock_Stone_Cobble_Roof_Flat",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Magma_Cooled"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Roof"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-2
]
}
}