Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / Plant / Seaweed / Plant_Seaweed_Grass.json

Plant_Seaweed_Grass

Server/Item/Items/Plant/Seaweed/Plant_Seaweed_Grass.json, 1.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Seaweed_Grass.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Seaweed_Short.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Grass/Dense_Small_4Rows.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Grass/Dense_Small_4Rows_Textures/Seaweeds_GS.png",
        "Weight": 1
      }
    ],
    "Group": "SeaLife",
    "Effect": [
      "WindAttached"
    ],
    "Flags": {},
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Tools": [
        {
          "Type": "Shears"
        }
      ],
      "Soft": {
        "DropList": "Plant_Fiber"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "BlockParticleSetId": "Grass",
    "BiomeTint": 100,
    "HitboxType": "Block_Half",
    "Tint": [
      "#37ae8f"
    ],
    "BlockSoundSetId": "Fern",
    "PhysicalMaterialId": "Foliage",
    "TextureComputedColor": "#CEDBD8"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.665,
    "Translation": [
      0,
      -14.3
    ],
    "Rotation": [
      17,
      45,
      17
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Seaweed"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}