Update mobs_mc
This commit is contained in:
parent
8c18fa522f
commit
84a277c91a
29 changed files with 52 additions and 40 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue