Make porkchop cookable

This commit is contained in:
Wuzzy 2017-02-13 14:11:18 +01:00
parent 655d016f1e
commit 7320bc25aa
1 changed files with 7 additions and 0 deletions

View File

@ -327,6 +327,13 @@ minetest.register_craft({
cooktime = 10,
})
minetest.register_craft({
type = "cooking",
output = "mcl_mobitems:cooked_porkchop",
recipe = "mcl_mobitems:porkchop",
cooktime = 10,
})
minetest.register_craft({
type = "fuel",
recipe = "mcl_mobitems:blaze_rod",