-
Notifications
You must be signed in to change notification settings - Fork 60
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
Allow wildcards in recipe ingredients. #944
Comments
i think tags would be better, as for this if you had an addon that would add new planks, it wouldn't show up because it is searching for cubyz:*_planks |
Yeah, that's a good point. Then it would be .{
.inputs = .{.planks, "cubyz:iron_ingot"},
.output = "cubyz:chisel",
}, As long as the tag has no |
should the tags be custom so that addons can make their own? |
Yes, and ideally it would automatically create the tag when its first defined in an item. |
The issue with this is that you can't specify an amount |
Well since |
e.g.
Would create one recipe for each different plank type.
The text was updated successfully, but these errors were encountered: