Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Items / Plant / Crop / Plant_Crop_Mushroom_Boomshroom_Small.json

Plant_Crop_Mushroom_Boomshroom_Small

Server/Item/Items/Plant/Crop/Plant_Crop_Mushroom_Boomshroom_Small.json, 1.5 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Interactionsobject
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
ItemSoundSetIdstring
DropOnDeathboolean

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",
    "PhysicalMaterialId": "Foliage",
    "Interactions": {
      "CollisionEnter": "Block_Explosion"
    },
    "TextureComputedColor": "#8C683F"
  },
  "PlayerAnimationsId": "Item",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "DropOnDeath": true
}