Removed console output spammed by minetest.find_node_near
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user