Add mini-hunger mod. Correct meat drops in some mobs.
This commit is contained in:
parent
aac2db0da4
commit
36af3b1d92
4 changed files with 91 additions and 21 deletions
|
@ -8,12 +8,6 @@ local function teleporter(user, area, power)
|
|||
local name = user:get_player_name()
|
||||
local pos = user:getpos()
|
||||
|
||||
if not fun_caves.db then
|
||||
fun_caves.db = {}
|
||||
end
|
||||
if not fun_caves.db.teleport_data then
|
||||
fun_caves.db.teleport_data = {}
|
||||
end
|
||||
if not fun_caves.db.teleport_data[name] then
|
||||
fun_caves.db.teleport_data[name] = {}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue