mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2025-08-01 23:10:20 +02:00
fix rat cooking
This commit is contained in:
2
rat.lua
2
rat.lua
@ -93,6 +93,6 @@ minetest.register_craftitem(":mobs:rat_cooked", {
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "mobs:rat_cooked",
|
||||
recipe = "mobs:rat",
|
||||
recipe = "mobs_animal:rat",
|
||||
cooktime = 5,
|
||||
})
|
||||
|
Reference in New Issue
Block a user