rather than crafting a sign-on-fencepost from one of each, how about just
placing a sign directly onto a fencepost instead? This commit adds this.
Place a brass or wrought iron fencepost, then attempt to place a sign against
it. The fencepost will be replaced with one bearing the sign - in the same
node. Dig to get the two pieces back as separate items, right click the placed
sign to edit the text thereon.
Note that as of this commit, there is a bug in minetest/builtin/item.lua that
causes signs not to be deducted from your inventory on placement.
into two files - one with the nodebox models, and one with the
actual node definitions.
In the process, cleaned up the code that handles node_ownership
and protection mods.
Also made the mod automatically enable either left-click or right-click to
open/close a door, depending on whether the game supports it (actually it
checks for the existance of an unrelated function that happened to be added at
the same time as the new right-click function).
Renamed some textures, duplicated all of the _lr.png textures to make it
easier to register the textures in a loop and to allow for more flexible
texturing.
the area you place in is owned by someone else, and you don't have rights to
build there, the door will not be placed (you will receive a warning message
instead).
event that UD isn't present. Same recipes (plus a couple of alternates), same
item names, interchangeable/compatible with all other recipes that use the two
items in UD.
doors, converted the others to use that new code, and all use nodeboxes now.
Folding doors are now called "closet" doors and will be converted via a handful
of aliases. Tweaked crafting recipe for oak closet door to put the steel ingot
on the left. Moves all doors' crafting recipes into crafts.lua. This sweeps
away the old buggy zlpdoors-derived code.
Made using one stick above one moreblocks super glow glass (same sort of recipe
used for other microblocks, but this one's centered on the bottom face of the
node).