#Is it possible to make mixed modded recipes? Fabric 1.21.1

1 messages · Page 1 of 1 (latest)

red vessel
#

Is it possible to 2 different recipes that's used based on which mods are installed, but also have a priority recipe if both are installed? Ideally in a single file but that's probably not possible

night nymph
#

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

untold cipher
#

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

red vessel
#

then would it at least be possible to hide recipes based on the mods installed?

lapis hound
#

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.

red vessel
#

but what if 2 recipes have all the mod id's needed, could you hide one of them so only 1 shows?

lapis hound
#

no, you can't dynamically include or exclude recipes like that. You can only filter them out beforehand but that's it.

untold cipher
#

yea that would require you to create a mod

red vessel
#

welp, it was worth a try though