⚙️ Furniture Settings
item
Determines the item that this furniture corresponds to. This is usually used to get furniture item in creative mode with middle click(1.21.4+).
item: default:test_furniture
hit_times
This determines how many times the player needs to hit the furniture to destroy it.
hit_times: 3
sounds
Determines the sound of the furniture in various situations
- break When the player breaks this furniture
- place When the player places this furniture
- hit When the player hits this furniture
sounds:
break: minecraft:block.bamboo_wood.break
place: minecraft:block.bamboo_wood.place
hit: minecraft:block.bamboo_wood.hit
info
You can configure like this to precisely control the volume and pitch
sounds:
break:
id: minecraft:block.deepslate.break
pitch: 0.5
volume: 0.25
place: minecraft:block.deepslate.step
adventure_mode_breaking
Whether to allow players in adventure mode to break it
adventure_mode_breaking: true
correct_tools
Determines the required tool to break this piece of furniture
correct_tools:
- "#minecraft:axes"
- "minecraft:diamond_pickaxe"