cafe over writing seed tags
Vadewolf opened this issue ยท 2 comments
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.
