Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Items / Plant / Plant_Barnacles.json

Plant_Barnacles

Server/Item/Items/Plant/Plant_Barnacles.json, 1.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Barnacles.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Barnacles.png",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Foliage/Water/Barnacles.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Water/Barnacles_Texture.png",
        "Weight": 1
      }
    ],
    "VariantRotation": "DoublePipe",
    "Opacity": "Transparent",
    "Flags": {},
    "Gathering": {
      "Soft": {
        "DropList": "Plant_Fiber"
      }
    },
    "HitboxType": "Block_Flat",
    "BlockParticleSetId": "Flower",
    "MovementSettings": {
      "IsClimbable": true
    },
    "RandomRotation": "YawStep90",
    "BlockSoundSetId": "Grass",
    "PhysicalMaterialId": "Foliage",
    "ParticleColor": "#73664e",
    "TextureComputedColor": "#655B3D"
  },
  "PlayerAnimationsId": "Item",
  "Categories": [
    "Blocks.Plants"
  ],
  "IconProperties": {
    "Scale": 0.7,
    "Rotation": [
      90.0,
      0.0,
      0.0
    ],
    "Translation": [
      1.0,
      -1.0
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}