Lobby_Wall_Poster01
Server/Item/Items/Hypixel/Lobby/Lobby_Wall_Poster01.json, 1.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
IconProperties | object |
Interactions | object |
Recipe | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Lobby_Wall_Poster01.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Signs"
],
"Set": "Furniture_Crude",
"Icon": "Icons/ItemsGenerated/Lobby_Wall_Poster01.png",
"IconProperties": {
"Scale": 1.1,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
11.0,
-19.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.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": "#d8c8e0",
"VariantRotation": "NESW",
"TextureComputedColor": "#A48988"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Crude"
]
}
}