]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - builtin/client/cheats.lua
UI Update; Added AutoTool
[dragonfireclient.git] / builtin / client / cheats.lua
index 3a1f6b24a20797982cb949170e0ad335c846c78c..839021ad2726a687c7b4b1a022582cbd16d45689 100644 (file)
@@ -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)