mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-07 18:30:28 +02:00
[Fix issue #12] Get scorched_stuff when cooking cooked rat. Also scorched_stuff is of type fuel and can be used to craft Black dye too.
Fix craft from mobs_animal to get ability to cook rat. This craft don't worked until now (Bug)
This commit is contained in:
@ -21,7 +21,7 @@ local mods =
|
||||
"beds", "boats", "bucket",
|
||||
"nyancat", "moreores", "moreblocks",
|
||||
"maptools", "doors", "flowers",
|
||||
"carts", "nether"
|
||||
"carts", "nether", "mobs_animal"
|
||||
}
|
||||
|
||||
for _,mod in ipairs(mods) do
|
||||
@ -46,3 +46,5 @@ if minetest.get_modpath("quests") and quests then
|
||||
end, player:get_player_name())
|
||||
end)
|
||||
end
|
||||
|
||||
minetest.log("action", "[MOD] NALC loaded")
|
||||
|
Reference in New Issue
Block a user