Fix door names

This commit is contained in:
Kotolegokot 2013-03-31 18:44:19 +06:00
parent 0ab4cee07e
commit 5006852315

View File

@ -35,7 +35,7 @@ function doors:register_door(name, def)
end
minetest.register_craftitem(name, {
description = def.description,
description = def.description .. " Door",
inventory_image = def.inventory_image,
on_place = function(itemstack, placer, pointed_thing)