Craft recipe conflict using cottages:hay
Opened this issue · 1 comments
axcore commented
In nodes_hay.lua
output = "cottages:hay_mat 9",
recipe = {
{"cottages:hay"},
},
})
minetest.register_craft({
output = "cottages:hay_bale",
recipe = {{"cottages:hay"}},
})
fluxionary commented
possible duplicate of #13