cozylights fix gefixt, ein paar animalworld Rezepte gefixt
This commit is contained in:
parent
de1f75a3dc
commit
0859a56f8f
2 changed files with 15 additions and 1 deletions
|
@ -202,4 +202,18 @@ if convert_mobs_redo then
|
|||
minetest.register_alias_force("mobs:nametag", "animalia:nametag")
|
||||
end
|
||||
|
||||
if minetest.get_modpath("animalworld") then
|
||||
minetest.register_alias_force("animalwordl:pork_raw", "animalia:porkchop_raw")
|
||||
minetest.register_alias_force("animalwordl:pork_cooked", "animalia:porkchop_cooked")
|
||||
minetest.register_alias_force("animalworld:bucket_milk", "animalia:bucket_milk")
|
||||
end
|
||||
|
||||
if minetest.get_modpath("jelys_pizzaria") then
|
||||
minetest.register_alias_force("jelys_pizzaria:cheese", "animalworld:cheese")
|
||||
end
|
||||
|
||||
if minetest.get_modpath("ethereal") then
|
||||
minetest.register_alias_force("animalworld:cookedfish", "ethereal:fish_cooked")
|
||||
end
|
||||
|
||||
minetest.log("action", "[MOD] Animalia [0.6] loaded")
|
||||
|
|
|
@ -515,7 +515,7 @@ minetest.register_globalstep(function(dtime)
|
|||
for _,cozyplayer in pairs(cozylights.cozyplayers) do
|
||||
local t = os.clock()
|
||||
local player = minetest.get_player_by_name(cozyplayer.name)
|
||||
if player = nil then
|
||||
if player == nil then
|
||||
goto next_player
|
||||
end
|
||||
local pos = vector.round(player:getpos())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue