Fixed typo in clientmods/inventory/mod.conf
This commit is contained in:
parent
d8b8c1d313
commit
8b4d27141c
@ -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)
|
||||
|
@ -1,3 +1,3 @@
|
||||
name = invertory
|
||||
name = inventory
|
||||
author = Fleckenstein
|
||||
description = The inventory cheats for Dragonfireclient
|
||||
|
@ -4,3 +4,4 @@ load_mod_respawn = true
|
||||
load_mod_inventory = true
|
||||
load_mod_commands = true
|
||||
load_mod_chat = true
|
||||
load_mod_invertory = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user