#Is it possible to make mixed modded recipes? Fabric 1.21.1
1 messages · Page 1 of 1 (latest)
A single file would be a clear impossibility. I also doubt filters or overlays can do the trick as those are tied to minecraft/datapackformat versions
I mean... you can just add a recipe that uses a mod's items and when that mod isn't installed, it wil just crash that recipe
Tho that would create some errors in the logs
then would it at least be possible to hide recipes based on the mods installed?
That's what he meant. If the game can't resolve all the id's used in the recipe it just prints an error in the logs and skips it.
but what if 2 recipes have all the mod id's needed, could you hide one of them so only 1 shows?
no, you can't dynamically include or exclude recipes like that. You can only filter them out beforehand but that's it.
yea that would require you to create a mod
welp, it was worth a try though