forked from nalc/homedecor_modpack
change dig property of doorbell
This commit is contained in:
parent
e8dd191cfd
commit
defa628c4f
|
@ -1138,7 +1138,7 @@ minetest.register_node("homedecor:doorbell", {
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
groups = {snappy=1},
|
groups = {snappy=3},
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user