Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Items / Furniture / WinterHoliday_Props / WinterHoliday_WinterRoll.json

WinterHoliday_WinterRoll

Server/Item/Items/Furniture/WinterHoliday_Props/WinterHoliday_WinterRoll.json, 1.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.WinterHoliday_WinterRoll.name"
  },
  "Categories": [
    "Blocks.Deco"
  ],
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 4
      },
      {
        "ItemId": "Plant_Petals_Yellow",
        "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_Ornament_WinterRoll.blockymodel",
    "Group": "Props",
    "HitboxType": "Painting",
    "VariantRotation": "NESW",
    "Flags": {},
    "Gathering": {
      "Soft": {}
    },
    "BlockParticleSetId": "Dust",
    "ParticleColor": "#a05b09",
    "BlockSoundSetId": "Soft",
    "PhysicalMaterialId": "Wool",
    "CustomModelTexture": [
      {
        "Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Ornament_WinterRoll_Texture.png"
      }
    ],
    "TextureComputedColor": "#813B21"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 1.8,
    "Rotation": [
      0.0,
      0.0,
      15.0
    ],
    "Translation": [
      4.0,
      -15.0
    ]
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Village"
    ]
  },
  "Icon": "Icons/ItemsGenerated/WinterHoliday_WinterRoll.png"
}