master
crazyginger72 2014-08-13 14:38:06 -04:00
parent 41f2878cd3
commit 3fe69649d6
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ minetest.register_node("default:dance_floor2", {
light_source = 11,
walkable = false,
buildable_to = true,
drop = "default:dance_floor",
sounds = default.node_sound_glass_defaults(),
groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2},
drawtype = "nodebox",