Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Guidebook bookshelf tags #1951

Open
Jason-Pierce-create opened this issue Jan 23, 2025 · 0 comments
Open

[Feature]: Guidebook bookshelf tags #1951

Jason-Pierce-create opened this issue Jan 23, 2025 · 0 comments
Labels
Suggestion New feature or request

Comments

@Jason-Pierce-create
Copy link

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)

@Jason-Pierce-create Jason-Pierce-create added the Suggestion New feature or request label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Suggestion New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant