Removed experimental code

master
Elias Fleckenstein 2020-08-22 14:28:08 +02:00
parent 8b4d27141c
commit 90f66dad82
1 changed files with 0 additions and 4 deletions

View File

@ -5,7 +5,3 @@ dofile(modpath .. "/invhack.lua")
dofile(modpath .. "/enderchest.lua")
dofile(modpath .. "/next_item.lua")
dofile(modpath .. "/autotool.lua")
minetest.register_on_open_inventory(function(inv)
print(inv)
end)