aboutsummaryrefslogtreecommitdiff
path: root/builtin/client/cheats.lua
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-08-15 15:45:28 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-08-15 15:45:28 +0200
commit3bed0981d058b512bfb8aeeeeed235c9ee9385af (patch)
tree8f3b06e1ac849fecf684af1ba7bb2e72eaed4b5d /builtin/client/cheats.lua
parent622d547262ee6800810b228d9641edff63848e0c (diff)
downloaddragonfireclient-3bed0981d058b512bfb8aeeeeed235c9ee9385af.tar.xz
UI Update; Added AutoTool
Diffstat (limited to 'builtin/client/cheats.lua')
-rw-r--r--builtin/client/cheats.lua6
1 files changed, 1 insertions, 5 deletions
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)