Name: doors Source: Fork of upstream mod - Do not replace License: See "license.txt" (and Home Decor for "*bedroom*") ---------------------------------------------------------------------- 1. This is a fork of an upstream "doors" mod. The starting point was copied from a late 2020 snapshot of "minetest_game". The git URL used was: https://github.com/minetest/minetest_game.git The commit hash used was: 1ade8941b497e71dd05e80827e5f34a4659e47b0 ---------------------------------------------------------------------- 2. Changes include: 2a. Applied the following patch file, which is included with this file (oldcoder.txt): bucket-doors.patch 2b. For each of these Home Decor door base types: basic_panel carolina closet_mahogany closet_oak exterior_fancy french_mahogany french_oak french_white woodglass wood_plain wrought_iron the following 4 "doors:" door types are implemented: doors:homedecor_BASE_{a,b,c,d} So is run-time LBM conversion for these corresponding alternate door types: doors:BASE_{a,b,c,d} doors:door_BASE_{a,b,c,d} homedecor:BASE_{a,b,c,d} homedecor:door_BASE_{a,b,c,d} 2c. As a special case, each of these door types: doors:bedroom_{a,b,c,d} doors:door_bedroom_{a,b,c,d} is converted by LBM to the appropriate entry in: doors:homedecor_basic_panel_{a,b,c,d} 2d. The tile and inventory images for the Home Decor door types listed above have been scaled up (using "scalerx") and moved into the "doors" mod. 2e. Removed "mod.conf". Note: Dependency information has moved to "de- pends.txt". 2f. Added a tile image (doors_blank.png) to "doors:hidden". 2g. Added the files "00README" and "oldcoder.txt" (this file). ---------------------------------------------------------------------- End of file.