From 8b4d27141cfc669dbf5cdd0d27078c95f1d8272e Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sat, 22 Aug 2020 14:27:17 +0200 Subject: [PATCH] Fixed typo in clientmods/inventory/mod.conf --- clientmods/inventory/init.lua | 4 ++++ clientmods/inventory/mod.conf | 2 +- clientmods/mods.conf | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.44.0