diff options
| author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-07-08 13:01:06 +0200 |
|---|---|---|
| committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-07-08 13:01:06 +0200 |
| commit | 6796baec66d3f04a668a2eeff9ac357f4491af4a (patch) | |
| tree | d65e4e62932e7ede06201c69e30171804bad7c13 /builtin | |
| parent | 5a2bf6634c73030a70fdef6bae1784f24cc6d48d (diff) | |
| download | dragonfireclient-6796baec66d3f04a668a2eeff9ac357f4491af4a.tar.xz | |
Defaultsettings
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/settingtypes.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 698dcf57b..87c00cab0 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2142,13 +2142,13 @@ fullbright (Enable fullbright) bool false xray (Enable xray, requires fullbright) bool false -xray_texture (Texture to make transparent when xray is enabled) string default_stone.png +xray_node (Texture to apply xray) string default:stone -priv_bypass (Make the Client think it has all privs) bool false +priv_bypass (Make the Client think it has all privs) bool true fastdig (Fast Dig) bool false -prevent_natural_damage (Prevent Natural Damage e.g Fall Damage) bool false +prevent_natural_damage (Prevent Natural Damage e.g Fall Damage) bool true freecam (Move around freely) bool false @@ -2156,6 +2156,9 @@ killaura (Enable Killaura) bool false no_hurt_cam (No Hurt Cam) bool false -increase_tool_range (Increase Tool Range) bool false +increase_tool_range (Increase Tool Range) bool true + +killaura_fast (Enable fast Killaura) bool true + +hud_flags_bypass (Enable HUD Flags Bypass) bool true -killaura_fast (Enable fast Killaura) bool false |
