Rock_Ledge_Cobble
Server/Item/Items/Rock/Ledge/Rock_Ledge_Cobble.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Parent | string |
BlockType | object |
ResourceTypes | array[3] |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Ledgestone_Cobble.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Ledgestone_Cobble.png",
"Set": "Rock_Ledge",
"Parent": "Rock_Stone_Cobble",
"BlockType": {
"Textures": [
{
"All": "BlockTextures/Rock_Ledgestone_Cobble.png",
"Weight": 1
},
{
"All": "BlockTextures/Rock_Ledgestone_Cobble02.png",
"Weight": 1
},
{
"All": "BlockTextures/Rock_Ledgestone_Cobble03.png",
"Weight": 1
},
{
"All": "BlockTextures/Rock_Ledgestone_Cobble04.png",
"Weight": 1
}
],
"ConnectedBlockRuleSet": null,
"ParticleColor": "#5a4034",
"TextureComputedColor": "#8B6458"
},
"ResourceTypes": [
{
"Id": "Bricks"
},
{
"Id": "Rock"
},
{
"Id": "Rock_Ledge"
}
],
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}