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

Plant_Roots_Cave

Server/Item/Items/Plant/Plant_Roots_Cave.json, 1.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Roots_Cave.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Roots_Cave.png",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Foliage/Plants/HangingRoots.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/HangingRoots_Textures/Cave.png",
        "Weight": 2
      },
      {
        "Texture": "Blocks/Foliage/Plants/HangingRoots_Textures/Cave_02.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Foliage/Plants/HangingRoots_Textures/Cave_03.png",
        "Weight": 1
      }
    ],
    "VariantRotation": "UpDownNESW",
    "Opacity": "Transparent",
    "Flags": {},
    "Gathering": {
      "Soft": {
        "DropList": "Plant_Fiber"
      }
    },
    "Material": "Empty",
    "BlockParticleSetId": "Leaves_Branches",
    "MovementSettings": {
      "IsClimbable": true
    },
    "Support": {
      "Up": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "BlockSoundSetId": "Plant",
    "PhysicalMaterialId": "Foliage",
    "ParticleColor": "#b8a25f",
    "TextureComputedColor": "#867A40"
  },
  "PlayerAnimationsId": "Item",
  "Categories": [
    "Blocks.Plants"
  ],
  "IconProperties": {
    "Scale": 0.465,
    "Rotation": [
      16,
      357,
      354
    ],
    "Translation": [
      1,
      -27
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "SubType": [
      "Roots"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}