Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Furniture / WinterHoliday_Props / WinterHoliday_Ornament_Bauble.json

WinterHoliday_Ornament_Bauble

Server/Item/Items/Furniture/WinterHoliday_Props/WinterHoliday_Ornament_Bauble.json, 2.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.WinterHoliday_Ornament_Bauble.name"
  },
  "Categories": [
    "Blocks.Deco"
  ],
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Crystal_Red",
        "Quantity": 1
      },
      {
        "ItemId": "Ingredient_Crystal_Yellow",
        "Quantity": 1
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Seasonal"
        ]
      }
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Ornamet_Bauble.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Ornamet_Bauble1_Texture.png"
      },
      {
        "Weight": 1,
        "Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Ornamet_Bauble2_Texture.png"
      },
      {
        "Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Ornamet_Bauble3_Texture.png",
        "Weight": 1
      }
    ],
    "Group": "Props",
    "HitboxType": "Ladder",
    "VariantRotation": "NESW",
    "Flags": {},
    "Gathering": {
      "Soft": {}
    },
    "BlockParticleSetId": "Crystal",
    "ParticleColor": "#fbc481",
    "BlockSoundSetId": "Glass",
    "PhysicalMaterialId": "Glass",
    "TextureComputedColor": "#FB8A0F"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 1.6,
    "Rotation": [
      0.0,
      0.0,
      15.0
    ],
    "Translation": [
      2.0,
      -14.0
    ]
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Village"
    ]
  },
  "Icon": "Icons/ItemsGenerated/WinterHoliday_Ornament_Bauble.png"
}