Skip to content
Snippets Groups Projects
Commit b847888c authored by cx384's avatar cx384 Committed by SmallJoker
Browse files

doors: add groups to the door craftitem

parent 7c42c411
No related branches found
No related tags found
No related merge requests found
......@@ -254,6 +254,7 @@ function doors.register(name, def)
minetest.register_craftitem(":" .. name, {
description = def.description,
inventory_image = def.inventory_image,
groups = def.groups,
on_place = function(itemstack, placer, pointed_thing)
local pos
......
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