Skip to content

Commit

Permalink
Lexicon can be placed in bookshelf and on lectern
Browse files Browse the repository at this point in the history
Fixes #4488, but will not trigger advancement when opening the book from a lectern yet.
  • Loading branch information
TheRealWormbo committed Apr 14, 2024
1 parent ed5fc37 commit 42b821d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Xplat/src/main/java/vazkii/botania/data/ItemTagProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ protected void addTags(HolderLookup.Provider provider) {
BotaniaBlocks.hourglass.asItem(), BotaniaBlocks.manaPylon.asItem(), monocle);
this.tag(ItemTags.MUSIC_DISCS).add(recordGaia1, recordGaia2);
this.tag(ItemTags.CLUSTER_MAX_HARVESTABLES).add(manasteelPick, elementiumPick, terraPick, glassPick);
this.tag(ItemTags.LECTERN_BOOKS).add(lexicon);
this.tag(ItemTags.BOOKSHELF_BOOKS).add(lexicon);

this.tag(BotaniaTags.Items.DUSTS_MANA).add(manaPowder);

Expand Down

0 comments on commit 42b821d

Please sign in to comment.