Jumper
actions
backup
.gitignore
actions-newest-working.lua.bkp
actions-old.lua.bkp
locale
textures
trade
.gitmodules
README.md
debug.txt
depends.txt
description.txt
dialogue.lua
init.lua
license.txt
mod.conf
npc.lua
random_data.lua
relationships.lua
spawner.lua
trader.lua
trader_test.lua
Pathfinding: Adds functions that allows to map the Minetest 3D map to a 2D array to use by the pathfinding algorithm. Actions: Use new code for find_path function. Improves door opening while walking on paths, and also now close them. Cottages fence gates and doors are also now supported in addition to the default doors and gates. Changes to the Readme and the License.