]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Fixed typo in clientmods/inventory/mod.conf
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 22 Aug 2020 12:27:17 +0000 (14:27 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 22 Aug 2020 12:27:17 +0000 (14:27 +0200)
clientmods/inventory/init.lua
clientmods/inventory/mod.conf
clientmods/mods.conf

index 52791b338996ac1c2ed2158dafbc05f90b33c982..2b39a70a373ab64c07daacebd1f5f5259567366f 100644 (file)
@@ -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)
index 86fd451aed610c2d865ed7411752db4e6c7f4fff..18b883fbd949534e901e30128ab05e5952243a90 100644 (file)
@@ -1,3 +1,3 @@
-name = invertory
+name = inventory
 author = Fleckenstein
 description = The inventory cheats for Dragonfireclient
index de7e3c74c1de488007aed919542bee9d0704f79a..a2a29c06ff30b1fea043721f7ee70cb05b2e75a7 100644 (file)
@@ -4,3 +4,4 @@ load_mod_respawn = true
 load_mod_inventory = true
 load_mod_commands = true
 load_mod_chat = true
+load_mod_invertory = false