Skip to content
Snippets Groups Projects
Commit 4ef68102 authored by paramat's avatar paramat
Browse files

Beds: Re-add commas at list ends

parent 1d8def5c
No related branches found
No related tags found
No related merge requests found
......@@ -13,11 +13,11 @@ function beds.register_bed(name, def)
sounds = default.node_sound_wood_defaults(),
node_box = {
type = "fixed",
fixed = def.nodebox.bottom
fixed = def.nodebox.bottom,
},
selection_box = {
type = "fixed",
fixed = def.selectionbox
fixed = def.selectionbox,
},
after_place_node = function(pos, placer, itemstack)
local n = minetest.get_node_or_nil(pos)
......@@ -94,7 +94,7 @@ function beds.register_bed(name, def)
node_box = {
type = "fixed",
fixed = def.nodebox.top,
}
},
})
minetest.register_alias(name, name .. "_bottom")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment