Vanilla Lectern recipe missing?
xevira opened this issue ยท 6 comments
Mod conflict? If so, please clarify which mod is conflicting!
Only mods I see conflicting is between BYG and Fabric? I'm not entirely sure where the breakdown is, but since I can only see BYG woods used in the recipe shown in REI. Looking at the recipe inside the repo, I see c:bookshelves and don't know where that is populated exactly.
API/Modloader
BYG: v1.1.6
Fabric 0.11.3 + Fabric API 0.30.0
Describe the bug
Only BYG wooden slabs and bookshelves are allowed when crafting lecterns.
To Reproduce
Try to craft the Lectern using vanilla recipe (vanilla wooden slabs and vanilla bookshelf)
Expected behavior
I expect to be able to craft the lectern using vanilla materials.
Screenshots/Videos
N/A
Additional context
N/A
Logs
No logs
issue is back in fabric, im making a datapack in jar form to temp fix it for myself
issues is because of this, the vanilla bookshelf is missing
still having this issue, was this ever fixed?
@Redd56 did you ever make that datapack fix?
I found the issue:
BYG/src/main/resources/data/byg/tags/blocks/bookshelves.json is missing the "replace": false entry. It is only a problem in the Fabric version. The Forge tag list for bookshelves is correct.