Make the Addorable achievement work

This commit is contained in:
kaadmy 2016-11-14 09:07:37 -08:00
parent 740ad418cb
commit f38da4b17f
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ function door.register_door(name, def)
description = def.description,
inventory_image = def.inventory_image,
groups = def.groups,
on_place = function(itemstack, placer, pointed_thing)
if not pointed_thing.type == "node" then
return itemstack