Added customizable keybindings, improved freecam, added special inventory keybind (by default ender inventory)

This commit is contained in:
Elias Fleckenstein
2020-07-18 20:01:17 +02:00
parent 83f59484d3
commit 5a8610c2f4
21 changed files with 146 additions and 34 deletions

View File

@@ -20,6 +20,6 @@ local formspec = "size[9,8.75]"..
"listring[current_player;enderchest]"..
"listring[current_player;main]"
function minetest.show_extra_inventory()
function minetest.open_special_inventory()
minetest.show_formspec("enderchest:enderchest", formspec)
end