Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Furniture / WinterHoliday_Props / WinterHoliday_Snowflake.json

WinterHoliday_Snowflake

Server/Item/Items/Furniture/WinterHoliday_Props/WinterHoliday_Snowflake.json, 1.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.WinterHoliday_Snowflake.name"
  },
  "Categories": [
    "Blocks.Deco"
  ],
  "Recipe": {
    "Input": [
      {
        "ItemId": "Soil_Snow",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Seasonal"
        ]
      }
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "Material": "Empty",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_TreeTop_Snowflake.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_TreeTop_Snowflake_Texture.png"
      }
    ],
    "Group": "Props",
    "VariantRotation": "Wall",
    "Flags": {},
    "Gathering": {
      "Soft": {}
    },
    "BlockParticleSetId": "Crystal",
    "ParticleColor": "#60fff9",
    "BlockSoundSetId": "Glass",
    "HitboxType": "Beam"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 1.1,
    "Rotation": [
      0.0,
      0.0,
      20.0
    ],
    "Translation": [
      3.0,
      -11.0
    ]
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Village"
    ]
  },
  "Scale": 1.0,
  "Icon": "Icons/ItemsGenerated/WinterHoliday_Snowflake.png"
}