diff options
| author | Elias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com> | 2021-08-30 17:58:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-30 17:58:18 +0200 |
| commit | f122888148f6efb2f4d28d4de4e4f4221cb29ac0 (patch) | |
| tree | 0f470e22d1768fa135a08e75b1d76e35b6531104 /builtin | |
| parent | 35445d24f425c6291a0580b468919ca83de716fd (diff) | |
| parent | f3082146c3d88cfbcc452a8dd4dabe88ad3c7ef8 (diff) | |
| download | dragonfireclient-f122888148f6efb2f4d28d4de4e4f4221cb29ac0.tar.xz | |
Merge pull request #42 from Minetest-j45/master
Add AirJump
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/client/cheats.lua | 1 | ||||
| -rw-r--r-- | builtin/settingtypes.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/builtin/client/cheats.lua b/builtin/client/cheats.lua index e4cace744..a1e00814e 100644 --- a/builtin/client/cheats.lua +++ b/builtin/client/cheats.lua @@ -12,6 +12,7 @@ core.cheats = { ["NoSlow"] = "no_slow", ["JetPack"] = "jetpack", ["AntiSlip"] = "antislip", + ["AirJump"] = "airjump", }, ["Render"] = { ["Xray"] = "xray", diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 4c9d3f15b..ab3ceb9e7 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2323,3 +2323,5 @@ player_esp_color (PlayerESP Color) v3f 0, 255, 0 tool_range (Additional Tool Range) int 2 reach (Reach) bool false + +airjump (AirJump) bool false |
