Rock_Stone_Cobble_Corner
Server/Item/Items/Rock/Stone/Rock_Stone_Cobble_Corner.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
MaxStack | number |
Icon | string |
Categories | array[1] |
PlayerAnimationsId | string |
Set | string |
BlockType | object |
ResourceTypes | array[1] |
Tags | object |
ItemSoundSetId | string |
Variant | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Stone_Cobble_Corner.name"
},
"ItemLevel": 10,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Rock_Stone_Cobble.png",
"Categories": [
"Blocks.Rocks"
],
"PlayerAnimationsId": "Block",
"Set": "Rock_Stone",
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Stone",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"ItemId": "Rock_Stone_Cobble"
}
},
"BlockParticleSetId": "Stone",
"Textures": [
{
"West": "BlockTextures/Rock_Stone_Cobble_Corner.png",
"South": "BlockTextures/Rock_Stone_Cobble_Corner_Flip.png",
"UpDown": "BlockTextures/Rock_Stone_Cobble_Top.png",
"North": "BlockTextures/Rock_Stone_Cobble_Side.png",
"East": "BlockTextures/Rock_Stone_Cobble_Side.png",
"Weight": 70
}
],
"ParticleColor": "#615d44",
"VariantRotation": "NESW",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone"
},
"ResourceTypes": [
{
"Id": "Rock"
}
],
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Stone"
]
},
"ItemSoundSetId": "ISS_Blocks_Stone",
"Variant": true
}