Crude Bedroll is an item in Hytale, categorized under the Furniture category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
When placed, allows an Avatar to set their respawn point to this location.
The crafting recipe for Crude Bedroll in Hytale is shown below.
This item cannot be salvaged.
Below is the item's .json data as extracted from the game files.
Click here to view the full file.
{
"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": {
"TimeSeconds": 1,
"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",
"BlockEntity": {
"Components": {
"RespawnBlock": {}
}
}
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.455,
"Translation": [
10.2,
4.2
],
"Rotation": [
22.5,
45,
22.5
]
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Crude"
]
},
"Scale": 0.6,
"ItemSoundSetId": "ISS_Items_Cloth",
"MaxStack": 1
}