1
0
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:
sys4-fr
2017-12-16 22:21:52 +01:00
parent 92446a8fec
commit d727e7d624
3 changed files with 33 additions and 1 deletions

View File

@ -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")