Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Hypixel / Lobby / Lobby_Wall_Poster_Small01.json

Lobby_Wall_Poster_Small01

Server/Item/Items/Hypixel/Lobby/Lobby_Wall_Poster_Small01.json, 1.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Lobby_Wall_Poster_Small01.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Signs"
  ],
  "Set": "Furniture_Crude",
  "Icon": "Icons/ItemsGenerated/Lobby_Wall_Poster_Small01.png",
  "IconProperties": {
    "Scale": 1.1,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      11.0,
      -24.0
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Recipe": {
    "Input": [
      {
        "ItemId": "Wood_Darkwood_Planks_Half",
        "Quantity": 1
      },
      {
        "ItemId": "Ingredient_Bar_Iron",
        "Quantity": 1
      },
      {
        "ItemId": "Deco_Iron_Chain_Small",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Architects",
        "Type": "Crafting",
        "Categories": [
          "Housing"
        ]
      }
    ],
    "OutputQuantity": 2
  },
  "BlockType": {
    "BlockParticleSetId": "Dust",
    "BlockSoundSetId": "Cloth",
    "PhysicalMaterialId": "Wool",
    "CustomModel": "Blocks/Hypixel/Lobby/Poster_Wall_Small.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Hypixel/Lobby/Poster_Wall_01.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "Support": {
      "North": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "HitboxType": "Sign_Wall",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#ddd2b4",
    "VariantRotation": "NESW",
    "TextureComputedColor": "#A48988"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Crude"
    ]
  }
}