diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-07-31 19:23:29 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-07-31 19:23:29 +0200 |
commit | 2675bcca1a3e8c59475ccb29d1afa9e19489a686 (patch) | |
tree | d12d7db86a4d6180e8da5555d2782e169f0ba89b /builtin/client/cheats.lua | |
parent | 3d980cf5756aee9fc619e4d667f1427967dda53b (diff) | |
download | dragonfireclient-2675bcca1a3e8c59475ccb29d1afa9e19489a686.tar.xz |
Added more cheats
Diffstat (limited to 'builtin/client/cheats.lua')
-rw-r--r-- | builtin/client/cheats.lua | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/builtin/client/cheats.lua b/builtin/client/cheats.lua index efd8c6452..f10b879e3 100644 --- a/builtin/client/cheats.lua +++ b/builtin/client/cheats.lua @@ -9,18 +9,27 @@ core.cheats = { ["DragonRider"] = "entity_speed", ["Freecam"] = "freecam", ["PrivBypass"] = "priv_bypass", + ["AutoForward"] = "continuous_forward", + ["PitchMove"] = "pitch_move", + ["AutoJump"] = "autojump", + ["Jesus"] = "jesus", }, ["Render"] = { ["Xray"] = "xray", ["Fullbright"] = "fullbright", ["HUDBypass"] = "hud_flags_bypass", - ["NoHurtCam"] = "no_hurt_cam" + ["NoHurtCam"] = "no_hurt_cam", }, ["World"] = { ["FastDig"] = "fastdig", + ["FastPlace"] = "fastplace", ["AutoDig"] = "autodig", + ["AutoPlace"] = "autoplace", + ["InstantBreak"] = "instant_break", ["IncreasedRange"] = "increase_tool_range", ["UnlimitedRange"] = "increase_tool_range_plus", + ["Scaffold"] = "scaffold", + ["Highway"] = "highway", }, ["Misc"] = { ["Enderchest"] = function() |