Rock_Peach_Cobble
Server/Item/Items/Rock/Peach/Rock_Peach_Cobble.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Parent | string |
BlockType | object |
IconProperties | object |
ResourceTypes | array[2] |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Peachstone_Cobble.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Peachstone_Cobble.png",
"Set": "Rock_Peach",
"Parent": "Rock_Stone_Cobble",
"BlockType": {
"Textures": [
{
"All": "BlockTextures/Peachstone_Cobble.png",
"Weight": 1
},
{
"All": "BlockTextures/Peachstone_Cobble02.png",
"Weight": 1
},
{
"All": "BlockTextures/Peachstone_Cobble03.png",
"Weight": 3
},
{
"All": "BlockTextures/Peachstone_Cobble04.png",
"Weight": 2
},
{
"All": "BlockTextures/Peachstone_Cobble05.png",
"Weight": 2
}
],
"ConnectedBlockRuleSet": null,
"ParticleColor": "#ecb489",
"TextureComputedColor": "#E7B38B"
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"ResourceTypes": [
{
"Id": "Rock"
},
{
"Id": "Rock_Peach"
}
]
}