This commit is contained in:
tacigar 2016-12-21 20:27:32 +09:00
parent a63d9c1aee
commit 1e2b48473a
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ minetest.register_craftitem("maidroid_tool:nametag", {
minetest.show_formspec(player_name, "maidroid_tool:nametag", formspec)
maidroid_buf[player_name] = luaentity
itemstack:take_item()
return itemstack
end
end