Crafting Block
Introduced in 0.1.0
How to make it
Crafting Block
- Inputs
- 4× Wood Planks
- Outputs
- Kind
- crafting
Connections
- Crafted from
- Wood Planks
- Dropped by
- Crafting Block
- Drops
- Crafting Block
Developer details
- Internal ID
- block/crafting_block
- Source
- assets/data/blocks.toml → crafting_block
- Textures
- vox:crafting_top, vox:planks
[blocks.crafting_block]
capabilities = ["crafting"]
civilization_value = 2
collision = true
drops = [{"item":"vox:crafting_block"}]
extends = "vox:planks"
gravity_affected = false
light_emission = 0
material = "vox:wood"
mineable = true
name = "Crafting Block"
opaque = true
render = "cube"
replaceable = false
solid = true
textures = {"top":"vox:crafting_top","side":"vox:planks","bottom":"vox:planks"}
tool = "vox:chopping"
tool_required = false