diff --git a/mods/twilight/init.lua b/mods/twilight/init.lua index d466961..79b2e79 100644 --- a/mods/twilight/init.lua +++ b/mods/twilight/init.lua @@ -210,7 +210,7 @@ else jump = 1.0, -- multiplier to default value gravity = 1.0, -- multiplier to default value sneak = true, -- whether player can sneak - sneak_glitch = false, -- whether player can use the sneak glitch + sneak_glitch = true, -- whether player can use the sneak glitch }) end @@ -230,4 +230,4 @@ minetest.register_craftitem("twilight:crystal", { return itemstack end end -}) \ No newline at end of file +})