mirror of
https://github.com/mt-mods/controls.git
synced 2024-11-08 08:03:47 +01:00
dig + place key
This commit is contained in:
parent
fca7da6ffb
commit
faed7c1c0b
4
init.lua
4
init.lua
@ -28,7 +28,9 @@ minetest.register_on_joinplayer(function(player)
|
|||||||
aux1={false},
|
aux1={false},
|
||||||
down={false},
|
down={false},
|
||||||
up={false},
|
up={false},
|
||||||
zoom={false}
|
zoom={false},
|
||||||
|
dig={false},
|
||||||
|
place={false}
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user