1
0

doors: Fix craftitem not listed in inventory (#1683)

Fixes bug caused by b847888
Dieser Commit ist enthalten in:
SmallJoker
2017-04-02 10:01:01 +02:00
committet von GitHub
Ursprung 5fe831ed13
Commit b377aaa50d

Datei anzeigen

@ -254,7 +254,7 @@ function doors.register(name, def)
minetest.register_craftitem(":" .. name, {
description = def.description,
inventory_image = def.inventory_image,
groups = def.groups,
groups = table.copy(def.groups),
on_place = function(itemstack, placer, pointed_thing)
local pos