Update mobs_mc

This commit is contained in:
Wuzzy 2017-07-20 16:34:16 +02:00
parent 8c18fa522f
commit 84a277c91a
29 changed files with 52 additions and 40 deletions

View file

@ -335,8 +335,8 @@ end
if c("porkchop_raw") and c("porkchop_cooked") then
minetest.register_craft({
type = "cooking",
output = "mobs_mc:porkchop_raw",
recipe = "mobs_mc:porkchop_cooked",
output = "mobs_mc:porkchop_cooked",
recipe = "mobs_mc:porkchop_raw",
cooktime = 5,
})
end