mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-01-11 00:50:18 +01:00
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