Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Furniture / WinterHoliday_Props / WinterHoliday_Snowman.json

WinterHoliday_Snowman

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

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.WinterHoliday_Snowman.name"
  },
  "Categories": [
    "Blocks.Deco"
  ],
  "Recipe": {
    "Input": [
      {
        "Quantity": 3,
        "ItemId": "Soil_Snow"
      },
      {
        "ItemId": "Ingredient_Stick",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Charcoal",
        "Quantity": 3
      },
      {
        "ItemId": "Plant_Petals_Red",
        "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_Snowman.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Snowman_Texture.png"
      }
    ],
    "Group": "Props",
    "HitboxType": "Statue_Small",
    "VariantRotation": "NESW",
    "Flags": {},
    "Gathering": {
      "Soft": {}
    },
    "BlockParticleSetId": "Snow",
    "ParticleColor": "#c8f5f1",
    "BlockSoundSetId": "Snow",
    "PhysicalMaterialId": "Snow",
    "TextureComputedColor": "#918D99"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.45,
    "Rotation": [
      28.0,
      46.0,
      24.0
    ],
    "Translation": [
      1.0,
      -25.0
    ]
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Village"
    ]
  },
  "Icon": "Icons/ItemsGenerated/WinterHoliday_Snowman.png"
}