Open doors when right-clicking a door with a door.
authorAuke Kok <sofar@foo-projects.org>
Sun, 14 Feb 2016 04:27:03 +0000 (20:27 -0800)
committerparamat <mat.gregory@virginmedia.com>
Fri, 19 Feb 2016 19:54:50 +0000 (19:54 +0000)
commit2cc6640edffd96fcef16fe76901a1de7ab3326f0
treee0ec806831e23af8cafd3895cc2bef79aae07c3e
parentbbf17c9ecabe3e6f8782d1faf91c34ece361026b
Open doors when right-clicking a door with a door.

And similarly, if we wield a door and right click any node
that has an on_rightclick() handler, call the handler
instead.

Just to be on the safe side, assure that none of this
code runs when right-clicking an entity or player, which
would likely crash the server.

Fold in PR #831 as well - prevent server crash on door
place on unknown blocks, by @tenplus1.
mods/doors/init.lua