Vox Eternum WikiSearch the Vox Eternum Wiki…Ctrl K

Internal use only

Bed

Introduced in 0.1.0

How to make it

Connections

Crafted from
Hide, Wood Planks, Wool
Dropped by
Bed
Drops
Bed

Developer details

Internal ID
block/bed
Source
assets/data/blocks.toml → bed
Textures
vox:bed_top, vox:bed_side, vox:planks
[blocks.bed]
capabilities = ["bed"]
civilization_value = 3
collision = true
drops = [{"item":"vox:bed"}]
extends = "vox:base"
gravity_affected = false
light_emission = 0
material = "vox:cloth"
mineable = true
name = "Bed"
needs_support = "below"
opaque = false
render = "half"
replaceable = false
solid = true
textures = {"top":"vox:bed_top","side":"vox:bed_side","bottom":"vox:planks"}
tool_required = false