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

Plant_Hay_Bundle

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

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Hay_Bundle.name"
  },
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Resources/Plants/HayBundle.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Plants/HayBundle_Texture.png",
        "Weight": 1
      }
    ],
    "CustomModelScale": 0.7,
    "HitboxType": "Plant_Small",
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {}
    },
    "BlockParticleSetId": "Grass",
    "BlockSoundSetId": "Bush",
    "PhysicalMaterialId": "Foliage",
    "ParticleColor": "#e2ae59",
    "TextureComputedColor": "#D59944"
  },
  "PlayerAnimationsId": "Item",
  "Icon": "Icons/ItemsGenerated/Plant_Hay_Bundle.png",
  "IconProperties": {
    "Scale": 0.855,
    "Rotation": [
      20,
      336,
      45
    ],
    "Translation": [
      4,
      -6
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}