diff options
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 |