Fixed typo in clientmods/inventory/mod.conf

This commit is contained in:
Elias Fleckenstein 2020-08-22 14:27:17 +02:00
parent d8b8c1d313
commit 8b4d27141c
3 changed files with 6 additions and 1 deletions

View 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)

View File

@ -1,3 +1,3 @@
name = invertory
name = inventory
author = Fleckenstein
description = The inventory cheats for Dragonfireclient

View 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