From faed7c1c0b2e63be71e1174a0b1b0ecc43bca7a8 Mon Sep 17 00:00:00 2001 From: Lejo1 Date: Mon, 12 Oct 2020 10:24:55 +0200 Subject: [PATCH] dig + place key --- init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 7ffdfc1..bc54ef4 100644 --- a/init.lua +++ b/init.lua @@ -28,7 +28,9 @@ minetest.register_on_joinplayer(function(player) aux1={false}, down={false}, up={false}, - zoom={false} + zoom={false}, + dig={false}, + place={false} } end)