aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clientmods/inventory/init.lua4
-rw-r--r--clientmods/inventory/mod.conf2
-rw-r--r--clientmods/mods.conf1
3 files changed, 6 insertions, 1 deletions
diff --git a/clientmods/inventory/init.lua b/clientmods/inventory/init.lua
index 52791b338..2b39a70a3 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_open_inventory(function(inv)
+ print(inv)
+end)
diff --git a/clientmods/inventory/mod.conf b/clientmods/inventory/mod.conf
index 86fd451ae..18b883fbd 100644
--- a/clientmods/inventory/mod.conf
+++ b/clientmods/inventory/mod.conf
@@ -1,3 +1,3 @@
-name = invertory
+name = inventory
author = Fleckenstein
description = The inventory cheats for Dragonfireclient
diff --git a/clientmods/mods.conf b/clientmods/mods.conf
index de7e3c74c..a2a29c06f 100644
--- a/clientmods/mods.conf
+++ b/clientmods/mods.conf
@@ -4,3 +4,4 @@ load_mod_respawn = true
load_mod_inventory = true
load_mod_commands = true
load_mod_chat = true
+load_mod_invertory = false