mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2024-12-22 17:00:26 +01:00
fix rat cooking
This commit is contained in:
parent
202ecfccad
commit
284021ebb7
2
rat.lua
2
rat.lua
@ -93,6 +93,6 @@ minetest.register_craftitem(":mobs:rat_cooked", {
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "cooking",
|
type = "cooking",
|
||||||
output = "mobs:rat_cooked",
|
output = "mobs:rat_cooked",
|
||||||
recipe = "mobs:rat",
|
recipe = "mobs_animal:rat",
|
||||||
cooktime = 5,
|
cooktime = 5,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user