Soil_Hive_Brick
Server/Item/Items/Soil/Hive/Soil_Hive_Brick.json, 873 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Categories | array[1] |
PlayerAnimationsId | string |
Set | string |
BlockType | object |
Tags | object |
Icon | string |
ItemSoundSetId | string |
ResourceTypes | array[2] |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Hive_Brick.name"
},
"ItemLevel": 10,
"Categories": [
"Blocks.Rocks"
],
"PlayerAnimationsId": "Block",
"Set": "Soil",
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Stone",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Soils"
}
},
"BlockParticleSetId": "Mud",
"Textures": [
{
"Weight": 2,
"All": "BlockTextures/Soil_Hive_Brick.png"
}
],
"ParticleColor": "#876448",
"BlockSoundSetId": "Dirt",
"TransitionToGroups": []
},
"Tags": {
"Type": [
"Soil"
]
},
"Icon": "Icons/ItemsGenerated/Soil_Hive_Brick.png",
"ItemSoundSetId": "ISS_Blocks_Soft",
"ResourceTypes": [
{
"Id": "Bricks"
},
{
"Id": "Soil_Hive_Brick"
}
]
}