Initial commit

master
Wuzzy 2016-07-02 17:30:30 +02:00
commit 6dded8a850
4 changed files with 5 additions and 0 deletions

0
depends.txt Normal file
View File

1
description.txt Normal file
View File

@ -0,0 +1 @@
This mod disables the sneak glitch for all players.

3
init.lua Normal file
View File

@ -0,0 +1,3 @@
minetest.register_on_joinplayer(function(player)
player:set_physics_override({sneak_glitch=false, sneak=false})
end)

1
mod.conf Normal file
View File

@ -0,0 +1 @@
name = no_sneak_glitch