Added AutoSneak and improved X-Ray MapBlock updating

This commit is contained in:
Elias Fleckenstein
2020-10-04 22:22:55 +02:00
parent 0a2c90f4cf
commit c36ff3edb1
8 changed files with 33 additions and 4 deletions

View File

@@ -8,3 +8,5 @@ minetest.register_globalstep(function(dtime)
local player = minetest.localplayer
minetest.send_chat_message(minetest.pos_to_string(vector.floor(player:get_pos())))
end)
minetest.register_cheat("Leak", "Player", "leak")