Darkhax-Minecraft / BotanyPots

Adds some flower pots that can be used to grow various crops.
GNU Lesser General Public License v2.1
100 stars 75 forks source link

Fixing missing Bookshelf checks for Regions Unexplored compat recipes #390

Closed DragonS0u1623 closed 5 months ago

DragonS0u1623 commented 6 months ago

closes #388

Darkhax commented 6 months ago

Thank you for reporting this issue and working on a fix for it. Have you verified that all the recipes load after applying your fix? I noticed the duskmelon check is looking for an item that isn't referenced in the same file.

DragonS0u1623 commented 6 months ago

Good catch. I fixed the file to properly reference the slice which means that the recipes should all work now.

Darkhax commented 5 months ago

Looks good. Thanks again for the fix.