diff options
| author | realOneplustwo <oneplustwoisyes@gmail.com> | 2020-10-22 17:36:31 -0700 |
|---|---|---|
| committer | realOneplustwo <oneplustwoisyes@gmail.com> | 2020-10-22 17:36:31 -0700 |
| commit | 6652d7ac2a463581aa53c1599b7b93762422ff0f (patch) | |
| tree | 1cb3af9f77b799411e404caac37ee6ba84c071f9 /builtin | |
| parent | 62cf9b46600ff1f1f2733401f0a670d703fee136 (diff) | |
| download | dragonfireclient-6652d7ac2a463581aa53c1599b7b93762422ff0f.tar.xz | |
Add Block Formspec Hack
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/client/cheats/init.lua | 1 | ||||
| -rw-r--r-- | builtin/settingtypes.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/builtin/client/cheats/init.lua b/builtin/client/cheats/init.lua index a7be83cee..5e94ed86c 100644 --- a/builtin/client/cheats/init.lua +++ b/builtin/client/cheats/init.lua @@ -51,6 +51,7 @@ core.cheats = { ["PointLiquids"] = "point_liquids", ["PrivBypass"] = "priv_bypass", ["AutoRespawn"] = "autorespawn", + ["BlockFormspec"] = "block_formspec" }, ["Chat"] = { ["IgnoreStatus"] = "ignore_status_messages", diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index ebd0ad621..f13492146 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2299,6 +2299,8 @@ replace (Replace) bool false crystal_pvp (CrystalPvP) bool false +block_formspec (BlockFormSpec) bool false + [Cheat Menu] # Font to use for cheat menu |
