From 3bed0981d058b512bfb8aeeeeed235c9ee9385af Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sat, 15 Aug 2020 15:45:28 +0200 Subject: UI Update; Added AutoTool --- builtin/client/cheats.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'builtin') diff --git a/builtin/client/cheats.lua b/builtin/client/cheats.lua index 3a1f6b24a..839021ad2 100644 --- a/builtin/client/cheats.lua +++ b/builtin/client/cheats.lua @@ -20,6 +20,7 @@ core.cheats = { ["NoHurtCam"] = "no_hurt_cam", ["BrightNight"] = "no_night", ["Coords"] = "coords", + ["Clouds"] = "enable_clouds", }, ["World"] = { ["FastDig"] = "fastdig", @@ -31,11 +32,6 @@ core.cheats = { ["UnlimitedRange"] = "increase_tool_range_plus", ["PointLiquids"] = "point_liquids", }, - ["Misc"] = { - ["Enderchest"] = function() - minetest.open_special_inventory() - end, - } } function core.register_cheat(cheatname, category, func) -- cgit v1.2.3