
Recipes Incompatible with Create and Tinker's Construct Honey (Liquid) 1.20.1
SilverSaan opened this issue ยท 2 comments
Honey for Brewin and Chewin has the following recipes
Recipes from Create accept Tinker's Construct Honey
This is not a critical fix, and it absolutely does not stop my dreams of automating brews (As I can put them in a bottle before), but I assume it's just adding tags and allowing recipes to accept some kind of common tag to liquid honey so it accepts liquid honey and honey buckets from other mods.
If it's anything more complicated than that then please, don't bother with it.
This is what happens when using a pipe to insert liquid honey (From Create) into a keg
There is also the reverse problem, honey bottles default to liquid honey for Brewin and Chewin, which makes some create recipes, unacessable
changing the recipes to require forge:honey
instead of brewinandchewin:honey
and then adding the forge:honey
tag to brewinandchewing's honey would probably fix this.
I was trying to do this but I don't really have any experience with minecraft mods and I couldn't figure out how to do it (and it probably wouldn't be very good quality if I did anyway)
Inviting someone with more java/forge knowledge to fix this
changing the recipes to require
forge:honey
instead ofbrewinandchewin:honey
and then adding theforge:honey
tag to brewinandchewing's honey would probably fix this.
I did do the second part (Adding the tag to brewin and chewin honey), but was incapable of doing the first part as I don't understand how Forge checks the recipes, (Probably something like FluidStack has tag (Whatever is on json fluidTag))
This is merged so the developer will probably release it with a new version for 1.20.1, hopefully she can do the first part