Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Hypixel / Lobby / Furniture_Cybercity_Sign_Fruit.json

Furniture_Cybercity_Sign_Fruit

Server/Item/Items/Hypixel/Lobby/Furniture_Cybercity_Sign_Fruit.json, 1.9 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Cybercity_Sign_Fruit.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Signs"
  ],
  "Set": "Furniture_Lumberjack",
  "Icon": "Icons/ItemsGenerated/Furniture_Cybercity_Sign_Fruit.png",
  "IconProperties": {
    "Scale": 0.55,
    "Rotation": [
      0.0,
      125.0,
      19.0
    ],
    "Translation": [
      -8.0,
      -31.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": "Metal",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "CustomModel": "Blocks/Hypixel/Lobby/Sign_Vertical_2x1_Chunky.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Hypixel/Lobby/Sign_Vertical_2x2/Sign_Shop_Chunky1.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#e8842a",
    "VariantRotation": "NESW",
    "HitboxType": "Sign_Tall1x2_Chunky",
    "Light": {
      "Color": "#ba7"
    },
    "TextureComputedColor": "#C8966E"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Lumberjack"
    ]
  }
}