Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Plant / Moss / Plant_Moss_Blue.json

Plant_Moss_Blue

Server/Item/Items/Plant/Moss/Plant_Moss_Blue.json, 725 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
BlockTypeobject
Iconstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Moss_Blue.name"
  },
  "Parent": "Plant_Moss_Green",
  "BlockType": {
    "Gathering": {
      "Tools": [
        {
          "Type": "Shears"
        }
      ],
      "Soft": {
        "DropList": "Plant_Moss_Block_Blue"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "CustomModel": "Blocks/Foliage/Plants/Cross_Full.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Cross_Full_Textures/Moss_GS.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#159a6a",
    "Light": {
      "Color": "#044"
    },
    "Tint": [
      "#159a6a"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Moss_Blue.png"
}