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
Every time the player dies, regardless of whether they already have a copy or not, they'll be given a new Biomepedia book upon respawning. There's also already a button to view the Biomepedia in the inventory screen regardless of having the book, so this probably isn't necessary or intentional.
The text was updated successfully, but these errors were encountered:
This is a bug in Biomes You Will Go and not specific to this modpack. As a workaround you can edit .minecraft/config/byg/biomepedia.json5 and set the "give_item" line to false.
You may also want to set the inventory button to false as well because it conflicts with Protable Tables. { // Whether to give the biomepedia book ITEM to new players for the first time. "give_item": false, // Whether the biomepedia inventory BUTTON is enabled or not in the player inventory for all users connected to this host. "inventory_enabled": false }
The Biomepedia can be crafted with a book and three blue dye if you lose it and really want another copy.
Every time the player dies, regardless of whether they already have a copy or not, they'll be given a new Biomepedia book upon respawning. There's also already a button to view the Biomepedia in the inventory screen regardless of having the book, so this probably isn't necessary or intentional.
The text was updated successfully, but these errors were encountered: