Sokomine / travelnet

network of teleporter-boxes that allow easy travelling to other boxes on the same network (Mod for Minetest)
GNU General Public License v3.0
30 stars 52 forks source link

Use mt4 playermodel origin (works with 5 too) #47

Open Poikilos opened 5 years ago

Poikilos commented 5 years ago

For teleport, adjusting the player position by -.5 on the y axis allows interoperability with MT 4 (a.k.a. 0.4.x). Somehow this still works perfectly with Minetest 5, but added a minetest.conf setting anyway (player_model_bottom, default -.5). I purposely did not add the setting to settingtypes.txt, because the appropriate place for that would be in default or player_api.

thomasrudin commented 4 years ago

Merged here: https://github.com/mt-mods/travelnet (@Sokomine please tell me when you are maintaining this again)