Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Furniture / Crude / Furniture_Crude_Bed.json

Furniture_Crude_Bed

Server/Item/Items/Furniture/Crude/Furniture_Crude_Bed.json, 2.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Crude_Bed.name",
    "Description": "server.items.Furniture_Crude_Bed.description"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Crude_Bed.png",
  "Categories": [
    "Furniture.Benches"
  ],
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 3
      },
      {
        "ItemId": "Ingredient_Hide_Light",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Fieldcraft",
        "Type": "Crafting",
        "Categories": [
          "Tools"
        ]
      },
      {
        "Id": "Workbench",
        "Type": "Crafting",
        "Categories": [
          "Workbench_Survival"
        ]
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Benches/Bedroll.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Benches/Bedroll_Texture.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Bed_Crude",
    "VariantRotation": "NESW",
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "Beds": [
      {
        "Offset": {
          "X": -0.1,
          "Y": -0.4,
          "Z": 0.8
        },
        "Yaw": 0
      }
    ],
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "Bed"
          }
        ]
      },
      "Primary": "Check_Can_Break_Respawn"
    },
    "BlockParticleSetId": "Wood",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#be9042",
    "BlockSoundSetId": "Cloth",
    "PhysicalMaterialId": "Wool",
    "BlockEntity": {
      "Components": {
        "RespawnBlock": {}
      }
    },
    "TextureComputedColor": "#8E6C32"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.5,
    "Rotation": [
      25,
      313,
      340
    ],
    "Translation": [
      11,
      4.2
    ]
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Crude"
    ]
  },
  "Scale": 0.6,
  "ItemSoundSetId": "ISS_Items_Cloth",
  "MaxStack": 1
}