forked from VoxeLibre/VoxeLibre
Make porkchop cookable
This commit is contained in:
parent
655d016f1e
commit
7320bc25aa
|
@ -327,6 +327,13 @@ minetest.register_craft({
|
||||||
cooktime = 10,
|
cooktime = 10,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "cooking",
|
||||||
|
output = "mcl_mobitems:cooked_porkchop",
|
||||||
|
recipe = "mcl_mobitems:porkchop",
|
||||||
|
cooktime = 10,
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "fuel",
|
type = "fuel",
|
||||||
recipe = "mcl_mobitems:blaze_rod",
|
recipe = "mcl_mobitems:blaze_rod",
|
||||||
|
|
Loading…
Reference in New Issue