From 2321e3da4c7f29ae06400e91e4e031777c6a5d9a Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sat, 22 Aug 2020 14:30:52 +0200 Subject: Removed console output spammed by minetest.find_node_near --- clientmods/inventory/init.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'clientmods') diff --git a/clientmods/inventory/init.lua b/clientmods/inventory/init.lua index 52791b338..eff8fa39b 100644 --- a/clientmods/inventory/init.lua +++ b/clientmods/inventory/init.lua @@ -5,3 +5,7 @@ dofile(modpath .. "/invhack.lua") dofile(modpath .. "/enderchest.lua") dofile(modpath .. "/next_item.lua") dofile(modpath .. "/autotool.lua") + +minetest.register_on_inventory_open(function(inv) + print(inv) +end) -- cgit v1.2.3