Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / Plant / Flowers / Plant_Flower_Common_Lime.json

Plant_Flower_Common_Lime

Server/Item/Items/Plant/Flowers/Plant_Flower_Common_Lime.json, 739 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
BlockTypeobject
Iconstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Flower_Common_Lime.name"
  },
  "Parent": "Plant_Flower_Common_White",
  "BlockType": {
    "InteractionHint": "server.interactionHints.pick",
    "CustomModel": "Blocks/Foliage/Flowers/JungleFlower.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Flowers/JungleFlower_Texture.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Soft": {
        "DropList": "Plant_Flower_Green_Harvest"
      },
      "Harvest": {}
    },
    "BlockParticleSetId": "Grass",
    "ParticleColor": "#7ecc4b",
    "HitboxType": "Plant_Small",
    "TextureComputedColor": "#ACDC7A"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Flower_Jungle.png"
}