Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Furniture / WinterHoliday_Props / WinterHoliday_Cane.json

WinterHoliday_Cane

Server/Item/Items/Furniture/WinterHoliday_Props/WinterHoliday_Cane.json, 1.7 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdobject
Categoriesarray[1]
Recipeobject
BlockTypeobject
Iconstring
IconPropertiesobject
Interactionsobject
Consumableboolean
Utilityobject
Tagsobject
Scalenumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.WinterHoliday_Cane.name"
  },
  "PlayerAnimationsId": {
    "Parent": "Item"
  },
  "Categories": [
    "Blocks.Deco"
  ],
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Stick",
        "Quantity": 1
      },
      {
        "ItemId": "Ingredient_Tree_Sap",
        "Quantity": 2
      },
      {
        "ItemId": "Plant_Petals_Red",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Seasonal"
        ]
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Semitransparent",
    "CustomModel": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Ornament_Cane.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Ornament_Cane_Texture.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Ladder",
    "RandomRotation": "None",
    "CustomModelScale": 0.5,
    "BlockParticleSetId": "Dust",
    "ParticleColor": "#ffe7e7",
    "VariantRotation": "NESW",
    "Group": "Props",
    "Gathering": {
      "Soft": {}
    },
    "TextureComputedColor": "#E57B81"
  },
  "Icon": "Icons/ItemsGenerated/WinterHoliday_Cane.png",
  "IconProperties": {
    "Scale": 0.6,
    "Rotation": [
      0.0,
      0.0,
      27.0
    ],
    "Translation": [
      13.0,
      -19.0
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Consumable": false,
  "Utility": {
    "Compatible": false
  },
  "Tags": {
    "Type": [
      "Food"
    ]
  },
  "Scale": 2
}