Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Plant / Grass / Plant_Grass_Lush.json

Plant_Grass_Lush

Server/Item/Items/Plant/Grass/Plant_Grass_Lush.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Grass_Lush.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Grass_Short_2.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Foliage/Plants/Cross_17px.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Cross_17px_Textures/Grassplant_Lush_GS.png",
        "Weight": 1
      }
    ],
    "PlacementSettings": {
      "AllowBreakReplace": true
    },
    "Opacity": "Transparent",
    "Effect": [
      "WindFractal"
    ],
    "Tint": [
      "#297430"
    ],
    "BiomeTint": 100,
    "HitboxType": "Plant_Small",
    "Gathering": {
      "Tools": [
        {
          "Type": "Shears"
        }
      ],
      "Soft": {
        "DropList": "Empty"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "Support": {
      "Down": [
        {
          "TagId": "Type=Soil"
        }
      ]
    },
    "RandomRotation": "YawStep1",
    "BlockParticleSetId": "Grass",
    "BlockSoundSetId": "Plant"
  },
  "PlayerAnimationsId": "Item",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Grass"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}