Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Furniture / Village / Furniture_Village_Bed.json

Furniture_Village_Bed

Server/Item/Items/Furniture/Village/Furniture_Village_Bed.json, 1.8 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
BlockTypeobject
PlayerAnimationsIdstring
IconPropertiesobject
ResourceTypesarray[2]
Tagsobject
Scalenumber
ItemSoundSetIdstring
MaxStacknumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Village_Bed.name"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Village_Bed.png",
  "Categories": [
    "Furniture.Beds"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Village/Bed_Texture.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Bed_Village",
    "VariantRotation": "NESW",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "Beds": [
      {
        "Offset": {
          "X": 0.4,
          "Y": 0.4,
          "Z": 1.0
        },
        "Yaw": 0
      }
    ],
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "Bed"
          }
        ]
      },
      "Primary": "Check_Can_Break_Respawn"
    },
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "CustomModel": "Blocks/Decorative_Sets/Village/Bed.blockymodel",
    "ParticleColor": "#864d31",
    "BlockEntity": {
      "Components": {
        "RespawnBlock": {}
      }
    },
    "TextureComputedColor": "#42271C"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.335,
    "Translation": [
      9.3,
      -3.9
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Village"
    ]
  },
  "Scale": 0.6,
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "MaxStack": 1
}