Rock_Lime_Cobble
Server/Item/Items/Rock/Lime/Rock_Lime_Cobble.json, 1.1 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_Limestone_Cobble.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Lime_Cobble.png",
"Set": "Rock_Lime",
"Parent": "Rock_Stone_Cobble",
"BlockType": {
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Rock_Limestone_Cobble.png"
},
{
"Weight": 1,
"All": "BlockTextures/Rock_Limestone_Cobble02.png"
},
{
"Weight": 1,
"All": "BlockTextures/Rock_Limestone_Cobble03.png"
},
{
"Weight": 1,
"All": "BlockTextures/Rock_Limestone_Cobble04.png"
}
],
"ParticleColor": "#dccd97",
"TransitionToGroups": [
"Dirt",
"Stone"
],
"ConnectedBlockRuleSet": null,
"TransitionTexture": "BlockTextures/Transition_Rock_Limestone_Cobble.png"
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"ResourceTypes": [
{
"Id": "Rock"
},
{
"Id": "Rock_Lime"
}
]
}