diff --git a/nodes_hay.lua b/nodes_hay.lua index f612bcf..5edf426 100644 --- a/nodes_hay.lua +++ b/nodes_hay.lua @@ -120,8 +120,9 @@ minetest.register_node("cottages:hay_bale", { minetest.register_craft({ output = "cottages:hay_mat 9", recipe = { - {"cottages:hay"}, + {"cottages:hay", "cottages:pitchfork"}, }, + replacements = {{"cottages:pitchfork", "cottages:pitchfork"}} }) minetest.register_craft({