-
-
Notifications
You must be signed in to change notification settings - Fork 275
Implement #c:foods/dough
#2912
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
Implement #c:foods/dough
#2912
Conversation
|
|
I mentioned this on the Neo Discord, but just to make sure its addressed here, I am of the opinion all new tags need javadocs explaining them. I've been burned too many times trying to use a common tag without javadocs when other modders make different assumptions. At minimum, the PR description has some info that belongs in the javadoc (about the example subtags). But I'd also want to answer the following question: Can I assume that anything under say,
May also be worth saying these tags should not be used in furnace recipes, mods should add dough to bread recipes for their specific items. Above questions are for usages outside furnaces. |
|
🚀 This PR has been released as NeoForge version |
|
Created backport PR: #2928 |
Implement
#c:foods/dough, should contain any dough related item, more specific types can go under#c:foods/dough/<type>for example:#c:foods/dough/ryeFabric PR: FabricMC/fabric-api#5125