Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Furniture / Feran / Furniture_Feran_Bed.json

Furniture_Feran_Bed

Server/Item/Items/Furniture/Feran/Furniture_Feran_Bed.json, 2.2 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Setstring
Recipeobject
Iconstring
IconPropertiesobject
BlockTypeobject
Tagsobject
Scalenumber
ItemSoundSetIdstring
MaxStacknumber
ItemLevelnumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Feran_Bed.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Beds"
  ],
  "Set": "Furniture_Feran",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Wood_Drywood_Planks",
        "Quantity": 3
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 4
      },
      {
        "ItemId": "Ingredient_Leather_Medium",
        "Quantity": 2
      },
      {
        "ResourceTypeId": "Bone",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Beds"
        ]
      }
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Feran_Bed.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.295,
    "Translation": [
      17.1,
      -5.7
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Bone",
    "PhysicalMaterialId": "Stone",
    "Beds": [
      {
        "Offset": {
          "X": 0.4,
          "Y": 0.4,
          "Z": 1.15
        },
        "Yaw": 0
      }
    ],
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "Bed"
          }
        ]
      },
      "Primary": "Check_Can_Break_Respawn"
    },
    "CustomModel": "Blocks/Decorative_Sets/Feran/Bed.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Feran/Bed_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "HitboxType": "Bed_Feran",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#c7b885",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "BlockEntity": {
      "Components": {
        "RespawnBlock": {}
      }
    },
    "TextureComputedColor": "#A98C67"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Feran"
    ]
  },
  "Scale": 0.6,
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "MaxStack": 1,
  "ItemLevel": 5
}