xmas star - attached node

master
Mitori Itoshiki 2013-07-19 20:06:24 +04:00
parent bcfc82c985
commit 0e6d533a5e
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ minetest.register_node("default:star", {
wield_image = "snow_star.png",
paramtype = "light",
walkable = false,
groups = {snappy=7,dig_immediate=3},
groups = {snappy=7,dig_immediate=3,attached_node=1},
sounds = default.node_sound_defaults(),
})