-
Notifications
You must be signed in to change notification settings - Fork 420
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
Replace vanilla recipes to point to common tags for input #3860
Comments
Id like to add in addition to the stick example, a common one multiple mods do including mine is add additional recipes for pumpkin pie and cakes using our own eggs, if such a system were to be added replacing those recipes using the eggs tag would be great. |
Wasn't the whole point of Convention Tags not to affect vanilla game simply by changing its content? |
@apple502j Yesn't. Sorta. Large behavior changes? Yes modloader specific tag. But for the recipe replacing stuff, I kinda well, ported that to the So it seems better to talk about the usage of the recipes stuff. Let's see
I can see arguments either way for having the recipe always point to a modloader tag or to a c tag. Just need to know which way Fabric leans. |
This came up in a random server but would be good to mention here.
Fabric API could replace recipes like bows or axes so they pull from
c:rods/wooden
and so forth. Example is Forge and NeoForge has done this for a long time: https://github.com/neoforged/NeoForge/blob/92792c6d573c9dff84bf8d04c6eae62eefa5aa19/src/generated/resources/data/minecraft/recipe/bow.json#L6The vanilla JSON file would simply be replaced. Probably by datagen and some additional tests surrounding it so it doesn't break on MC version updates.
The text was updated successfully, but these errors were encountered: