Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Plant / Grass / Plant_Grass_Poisoned.json

Plant_Grass_Poisoned

Server/Item/Items/Plant/Grass/Plant_Grass_Poisoned.json, 541 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Parentstring
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Grass_Poisoned.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Grass_Poisoned.png",
  "Parent": "Plant_Grass_Lush",
  "BlockType": {
    "CustomModel": "Blocks/Foliage/Plants/Cross_25px.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Cross_25px_Textures/Grassplant_Poisoned_GS.png",
        "Weight": 1
      }
    ],
    "Tint": [
      "#983cc5"
    ],
    "HitboxType": "Plant_Medium",
    "TextureComputedColor": "#C4B8BC"
  }
}