Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Deco / Deco_Nest.json

Deco_Nest

Server/Item/Items/Deco/Deco_Nest.json, 895 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Nest.name"
  },
  "Icon": "Icons/ItemsGenerated/Deco_Nest.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Semitransparent",
    "CustomModel": "Blocks/Miscellaneous/Nest.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Miscellaneous/Nest_Texture.png",
        "Weight": 1
      }
    ],
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {
        "ItemId": "Food_Egg"
      }
    },
    "BlockParticleSetId": "Dust",
    "BlockSoundSetId": "Branch",
    "PhysicalMaterialId": "Wood",
    "ParticleColor": "#6e694d",
    "TextureComputedColor": "#5F6149"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}