Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Plant / Bushes / Plant_Bush.json

Plant_Bush

Server/Item/Items/Plant/Bushes/Plant_Bush.json, 1.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Bush.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Bush_Green.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "Gathering": {
      "Tools": [
        {
          "Type": "Shears"
        }
      ],
      "Soft": {
        "DropList": "Plant_Bush"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "PlacementSettings": {
      "AllowBreakReplace": true
    },
    "DrawType": "Model",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Bush_Big_Textures/Green.png",
        "Weight": 1
      }
    ],
    "Effect": [
      "WindAttached"
    ],
    "CustomModel": "Blocks/Foliage/Plants/Bush_Big.blockymodel",
    "CustomModelScale": 0.8,
    "Opacity": "Transparent",
    "Flags": {},
    "RandomRotation": "YawStep1",
    "Support": {
      "Down": [
        {
          "TagId": "Type=Soil",
          "FaceType": "Full"
        },
        {
          "FaceType": "Bushes"
        },
        {
          "TagId": "SubType=Tilled",
          "Support": "Disallowed"
        }
      ]
    },
    "Supporting": {
      "Up": [
        {
          "FaceType": "Bushes"
        }
      ]
    },
    "BlockParticleSetId": "Leaves_Round",
    "ParticleColor": "#579a1f",
    "BlockSoundSetId": "Bush",
    "PhysicalMaterialId": "Foliage",
    "BiomeTint": 20,
    "TextureComputedColor": "#426314"
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.345,
    "Translation": [
      2.5,
      -26.299999
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Bush"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "ItemLevel": 45
}