Create Cafe

Create Cafe

3M Downloads

cafe over writing seed tags

Vadewolf opened this issue ยท 2 comments

commented

umm is it known that cafe seems to be over writing wheat seed tags? asking cause trying to use wheat seeds in recipes and they dont work
2022-07-29_15 13 58
that is wat shows with cafe installed but also with pams crops too so any info is welcome pls and thank you

commented

Hi, I'm going to shed some light on this issue.

The problem is that you're registering an item which doesn't exist, createcafe:coffee, to a standard tag, forge:seeds/coffeebean. This breaks the tag, which is fine in a vacuum since you don't use it. However, if another mod (specifically Pam's harvestcraft) comes along and registers its own coffeebean seeds, then that breaks every recipe it has which might use the tag. And if/when that mod copies the broken coffeebean tag into the general forge:seeds (and to be honest, I'm not sure why you don't) it breaks that tag for everything, such as the magebloom seed recipe posted earlier.

Its a five second fix though. Just adjust your tag to target your actual coffee bean seeds rather than an item that doesn't exist.

commented

Thanks for the help! I guess at some point I changed the item name from coffee to coffee_beans and didn't change the tag along with it.