Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Items / Plant / Plant_Roots_Cave_Small.json

Plant_Roots_Cave_Small

Server/Item/Items/Plant/Plant_Roots_Cave_Small.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Roots_Cave_Small.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Roots_Cave_Small.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Foliage/Plants/Cross.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Cross_Textures/Root.png",
        "Weight": 1
      }
    ],
    "Opacity": "Transparent",
    "Group": "Plant",
    "HitboxType": "Plant_Large",
    "VariantRotation": "UpDown",
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {
        "DropList": "Plant_Leaves"
      }
    },
    "BlockParticleSetId": "Leaves_Branches",
    "BlockSoundSetId": "Plant",
    "PhysicalMaterialId": "Foliage",
    "ParticleColor": "#b8a25f",
    "TextureComputedColor": "#827040"
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.73,
    "Translation": [
      0,
      -13.5
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "SubType": [
      "Roots"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}