Fluidingredient breaks when it uses a tag that contains optional entries
WhitePhant0m opened this issue ยท 3 comments
Example, mead recipe breaks when bumblezone is installed as it adds optional entries to the honey tag
recipe works again when i entirely overwrite said tag to no longer have those optional entries.
Subscribing here just so I can watch this since this is quite an oddity issue. Optional tags are a vanilla thing and mods should support it
(Also please add honey buckets if you have that item to c:buckets/honey so recipes that uses honey buckets can have compat easier)
Subscribing here just so I can watch this since this is quite an oddity issue. Optional tags are a vanilla thing and mods should support it
(Also please add honey buckets if you have that item to c:buckets/honey so recipes that uses honey buckets can have compat easier)
We don't have honey buckets in this mod, but I agree, this is one insanely weird issue.
Okay, so honestly, the weirdest thing about this. We don't actually utilise any weird tag loading system for this specific feature.
The implementation is purely RegistryCodecs.homogeneousList(Registries.FLUID) and ByteBufCodecs.holderSet(Registries.FLUID)
So I think another mod is to blame here, because nothing is popping up when I work with just BnC.