Plant_Crop_Mushroom_Block_Brown_Trunk
Server/Item/Items/Plant/Crop/Plant_Crop_Mushroom_Block_Brown_Trunk.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
BlockType | object |
ResourceTypes | array[2] |
PlayerAnimationsId | string |
Tags | object |
$Comment | string |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Crop_Mushroom_Block_Brown_Trunk.name"
},
"Categories": [
"Blocks.Plants"
],
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "SeaLife",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"BlockParticleSetId": "Dust",
"Textures": [
{
"Weight": 1,
"Sides": "BlockTextures/Mushroom_Block_Brown_Trunk_Side.png",
"UpDown": "BlockTextures/Mushroom_Block_Brown_Trunk_Top.png"
}
],
"ParticleColor": "#534030",
"BlockSoundSetId": "Mushroom",
"RandomRotation": "YawStep90",
"CubeShadingMode": "Flat"
},
"ResourceTypes": [
{
"Id": "Mushrooms"
},
{
"Id": "Vegetables"
}
],
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Crop"
]
},
"$Comment": " ",
"Icon": "Icons/ItemsGenerated/Plant_Crop_Mushroom_Block_Brown_Trunk.png",
"ItemSoundSetId": "ISS_Items_Foliage"
}