Sokomine/cottages

Craft recipe conflict using cottages:hay

Opened this issue · 1 comments

In nodes_hay.lua

	output = "cottages:hay_mat 9",
	recipe = {
		{"cottages:hay"},
	},
})
minetest.register_craft({
	output = "cottages:hay_bale",
	recipe = {{"cottages:hay"}},
})

possible duplicate of #13