]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Reorganize categories
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 12 Dec 2020 14:21:17 +0000 (15:21 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 12 Dec 2020 14:21:17 +0000 (15:21 +0100)
builtin/client/cheats.lua

index 1efe4f0b9673419bf2245c99ca8fe4546da9abbd..d158b9fbc540e1330e35de8e6f559ae4e4077a10 100644 (file)
@@ -1,10 +1,7 @@
 core.cheats = {
        ["Combat"] = {
                ["AntiKnockback"] = "antiknockback",
-               ["FastHit"] = "spamclick",
-               ["AttachmentFloat"] = "float_above_parent",
-               ["ThroughWalls"] = "dont_point_nodes",
-               ["AutoHit"] = "autohit",
+               ["AttachmentFloat"] = "float_above_parent",             
        },
        ["Movement"] = {
                ["Freecam"] = "freecam",
@@ -31,12 +28,14 @@ core.cheats = {
                ["NodeESP"] = "enable_node_esp",
                ["NodeTracers"] = "enable_node_tracers",
        },
-       ["World"] = {
+       ["Interact"] = {
                ["FastDig"] = "fastdig",
                ["FastPlace"] = "fastplace",
                ["AutoDig"] = "autodig",
                ["AutoPlace"] = "autoplace",
                ["InstantBreak"] = "instant_break",
+               ["FastHit"] = "spamclick",
+               ["AutoHit"] = "autohit",
        },
        ["Exploit"] = {
                ["EntitySpeed"] = "entity_speed",
@@ -48,6 +47,7 @@ core.cheats = {
                ["PointLiquids"] = "point_liquids",
                ["PrivBypass"] = "priv_bypass",
                ["AutoRespawn"] = "autorespawn",
+               ["ThroughWalls"] = "dont_point_nodes",
        },
 }