diff --git a/1_items_default.lua b/1_items_default.lua index 9e7d36c..07b3ba6 100644 --- a/1_items_default.lua +++ b/1_items_default.lua @@ -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