Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Plant / Crop / Plant_Crop_Mushroom_Boomshroom_Large.json

Plant_Crop_Mushroom_Boomshroom_Large

Server/Item/Items/Plant/Crop/Plant_Crop_Mushroom_Boomshroom_Large.json, 762 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Parentstring
BlockTypeobject
DropOnDeathboolean

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"
  },
  "DropOnDeath": true
}