Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Plant / Leaves / Plant_Leaves_Autumn_Floor.json

Plant_Leaves_Autumn_Floor

Server/Item/Items/Plant/Leaves/Plant_Leaves_Autumn_Floor.json, 1.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Leaves_Autumn_Floor.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Floor_Leaves.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Cutout",
    "CustomModel": "Blocks/Foliage/Plants/Leaves_Floor.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Leaves_Floor_Textures/default.png",
        "Weight": 1
      }
    ],
    "BiomeTintUp": 0,
    "BiomeTintDown": 0,
    "BiomeTintEast": 0,
    "BiomeTintSouth": 0,
    "BiomeTintWest": 0,
    "BiomeTintNorth": 0,
    "TintUp": [],
    "Tint": [
      "#a57c2a"
    ],
    "BiomeTint": 100,
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "PlacementSettings": {
      "AllowBreakReplace": true
    },
    "Gathering": {
      "Soft": {
        "DropList": "Plant_Fiber"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "BlockParticleSetId": "Leaves",
    "Material": "Empty",
    "HitboxType": "Plant_Small",
    "BlockSoundSetId": "Leaves",
    "PhysicalMaterialId": "Foliage",
    "IgnoreSupportWhenPlaced": true,
    "TextureComputedColor": "#EFD5CB"
  },
  "PlayerAnimationsId": "Item",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Leaves"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}