BlockProt

BlockProt

17.2k Downloads

[Question]: Can't add chiseled_bookshelf in `lockable_tile_entities`

ravel10 opened this issue ยท 1 comments

commented

Your question

When i add chiseled_bookshelf in lockable_tile_entities
i have "[BlockProt] Caught invalid value passed to lockable_tile_entities: CHISELED_BOOKSHELF" in the console

I have the same message with COMPOSTER

image)

It's normal ?

commented

Composter is not a tile entity and can therefore not be locked as a tile entity. It should, however, be lockable as a normal block.

Chiseled Bookshelf is a new tile entity from 1.20 which I will add support for now.

Thanks for mentioning this.