Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / Plant / Moss / Plant_Moss_Green.json

Plant_Moss_Green

Server/Item/Items/Plant/Moss/Plant_Moss_Green.json, 943 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Parentstring
ResourceTypesarray[1]
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Moss_Green.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Moss.png",
  "Parent": "Plant_Moss_Rug_Green",
  "ResourceTypes": [
    {
      "Id": "Moss"
    }
  ],
  "BlockType": {
    "Gathering": {
      "Tools": [
        {
          "Type": "Shears"
        }
      ],
      "Soft": {
        "DropList": "Plant_Moss_Block_Green"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "CustomModel": "Blocks/Foliage/Plants/Cross_Full.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Cross_Full_Textures/Moss_GS.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Plant_Large",
    "RandomRotation": "YawStep1",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#84b338",
    "Tint": [
      "#84b338"
    ],
    "TextureComputedColor": "#A9A9A9"
  }
}