Builders Crafts & Additions (Forge)

Builders Crafts & Additions (Forge)

7M Downloads

forge:books tag does not seem to allow books into the bookshelf

codewolf219 opened this issue ยท 1 comments

commented

public static boolean isBook(ItemStack stack) {

I've got Tinker's Construct 3 installed and the books (all have the forge:books tag) will not slot into the bookshelf (except for materials and you which there is an exception for).

I believe the problem is in the initialization of the tag (

private static final ITag<Item> FORGE_BOOKS_TAG = ItemTags.makeWrapperTag(new ResourceLocation("forge", "books").toString());
)

I've had to change my tag initializations to be on demand, as when the static variable is initialized the tag has not been initialized yet.

BuildersAddition v20210517a
TConstruct 3.1.2.265
Forge 36.2.2

commented

Fixed in 20211016a.