Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Craft recipe conflict using cottages:hay #23

Open
axcore opened this issue Mar 26, 2023 · 1 comment
Open

Craft recipe conflict using cottages:hay #23

axcore opened this issue Mar 26, 2023 · 1 comment

Comments

@axcore
Copy link

axcore commented Mar 26, 2023

In nodes_hay.lua

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

possible duplicate of #13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants