To enable, uncomment "use_texture_alpha" on lines 72 and 99 of
doors_and_gates.lua, and make sure that if you are using a texture pack,
that it has support for alpha on these doors. (HDX does, as do the
default textures).
Note that alpha support is glitchy - without shaders it will not work at all,
and the doors' nodeboxes will be screwed up. With shaders, it mostly works,
but the whole door is slightly translucent where it should not be.
Dropped support for punching doors to open them - only right-click now.
Moved gates out of fences and into doors file, renamed that file to
doors_and_gates.lua.
Changed gates to also use right click to open, and in the process
completely rewrote how gates are defined and managed; this necessitated
creating some duplicate textures. Some of them are blank, and texture
pack authors may find the extra filenames useful anyway.
Node names for all gates have changed, aliases are provided for backward
compatibility.
Renamed the plain one to include "black", aliased to original name.
Better textures for the wooden table/chair and the black armchair.
Also renamed purple shutter to violet for consistency.
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.
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.