You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed a few of the guidebooks don't have the ability to be used with the base bookshelves by default, but vibes kinda feel like they should be, being books. I tossed a few in my own server_scripts > Tweaks > tags.js in the meantime, as I discover them. I'll list them here:
allthemods.add('minecraft:bookshelf_books', 'patchouli:guide_book') allthemods.add('minecraft:bookshelf_books', 'evilcraft:origins_of_darkness') allthemods.add('minecraft:bookshelf_books', 'ae2:guide') (less "bookish", you may or may not want to include it) allthemods.add('minecraft:bookshelf_books', 'powah:book')
(Also, you could probably save yourself a big text block in that file if you fit those in a forEach loop or equivalent applying the bookshelf tag)
The text was updated successfully, but these errors were encountered:
Feature Details
I've noticed a few of the guidebooks don't have the ability to be used with the base bookshelves by default, but vibes kinda feel like they should be, being books. I tossed a few in my own server_scripts > Tweaks > tags.js in the meantime, as I discover them. I'll list them here:
allthemods.add('minecraft:bookshelf_books', 'patchouli:guide_book')
allthemods.add('minecraft:bookshelf_books', 'evilcraft:origins_of_darkness')
allthemods.add('minecraft:bookshelf_books', 'ae2:guide') (less "bookish", you may or may not want to include it)
allthemods.add('minecraft:bookshelf_books', 'powah:book')
(Also, you could probably save yourself a big text block in that file if you fit those in a forEach loop or equivalent applying the bookshelf tag)
The text was updated successfully, but these errors were encountered: