crafting table can be broken by hand
This commit is contained in:
parent
3714132ed0
commit
adc73f1a73
2
init.lua
2
init.lua
@ -209,7 +209,7 @@ minetest.register_node("inventory_plus:workbench", {
|
|||||||
tiles = {"invplus_workbench_top.png", "default_wood.png", "default_wood.png"},
|
tiles = {"invplus_workbench_top.png", "default_wood.png", "default_wood.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
groups = {choppy = 2},
|
groups = {choppy = 2, oddly_breakable_by_hand = 1},
|
||||||
legacy_facedir_simple = true,
|
legacy_facedir_simple = true,
|
||||||
sounds = default.node_sound_wood_defaults(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user