diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-01-22 16:05:29 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-01-22 16:05:29 +0000 |
commit | 284021ebb79d9de81e6621f92b3ac6cf8df17c94 (patch) | |
tree | 8a1b3b90d29e19ab2a04cff93641749281ae5ef8 | |
parent | 202ecfccaddf1f115c19aec81d3cdbe59573e91e (diff) |
fix rat cooking
-rw-r--r-- | rat.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, }) |