Plant_Crop_Mushroom_Boomshroom_Large
Server/Item/Items/Plant/Crop/Plant_Crop_Mushroom_Boomshroom_Large.json, 801 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Crop_Mushroom_Boomshroom_Large.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Mushroom_Boomshroom_Large.png",
"Parent": "Plant_Crop_Mushroom_Boomshroom_Small",
"BlockType": {
"InteractionHint": "server.interactionHints.pick",
"CustomModel": "Blocks/Foliage/Plants/Boomshroom_Large.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Boomshroom_Large_Texture.png",
"Weight": 1
}
],
"Gathering": {
"Harvest": {
"DropList": "Plant_Mushroom_Boomshroom_Large"
},
"Soft": {
"DropList": "Plant_Mushroom_Boomshroom_Large"
}
},
"ParticleColor": "#9a7240",
"TextureComputedColor": "#8C683F"
},
"DropOnDeath": true
}