Plant_Crop_Mushroom_Boomshroom_Small
Server/Item/Items/Plant/Crop/Plant_Crop_Mushroom_Boomshroom_Small.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Crop_Mushroom_Boomshroom_Small.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Mushroom_Boomshroom_Small.png",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"InteractionHint": "server.interactionHints.pick",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Plants/Boomshroom_Small.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Boomshroom_Large_Texture.png",
"Weight": 1
}
],
"Group": "Plant",
"HitboxType": "Plant_Large",
"VariantRotation": "UpDown",
"Light": {
"Color": "#a84"
},
"Flags": {
"IsStackable": true
},
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {
"DropList": "Plant_Mushroom_Boomshroom"
},
"Soft": {
"DropList": "Plant_Mushroom_Boomshroom"
}
},
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockParticleSetId": "Dust",
"ParticleColor": "#ffb020",
"BlockSoundSetId": "Mushroom",
"Interactions": {
"CollisionEnter": "Block_Explosion"
}
},
"PlayerAnimationsId": "Item",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Crop"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"DropOnDeath": true
}