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
If you set enableEasterEggBees to false in General Options in resourcefulbees/common.toml config file, the Resourceful Bees guidebook fails to load properly and will end up missing a significant number of pages, listed below:
Getting Started
Finding Bees
Collecting Honeycombs
Breeding Bees
Advanced Tips
Mutations
Powered Centrifuge
The Ender Beecon
Apiaries
Auras
Beekeeping Tools
Bee Jar
Beehives
Scraper
Honey Generator
Elite Centrifuge
Ender Beecon
Apiary Storage
Honey Glass
Honey Congealer
Waxed Planks
Beepedia
Multiblock Centrifuge
Bottomless Honeypot
Extras
Credits
Making your Own
Main page of the guidebook shows a loading error; see screenshot:
How to Reproduce?
Load minecraft to auto-generate config files for Resourceful Bees
Create creative world
Add a copy of Fifty Shades of Bees guidebook item to inventory
Observe all pages loaded properly
Close game, edit config/resourcefulbees/common.toml
Under General Options change value of enableEasterEggBees from true to false
Save config file
Reload game
Open guidebook
Observe loading error and missing pages
Expected Behavior
Modifying config values should not break guidebook.
Version
0.10.7
Mod Loader Version
1.16.5-36.2.34
Logs or additional context
Given the specific error message, my guess is that disabling this specific config option prevents the Starry Bee's honey from being registered with minecraft, and the guidebook relies on that ID to load this page. That's causing an unhandled exception and so page-loading stops at this specific point and any subsequent pages are not loaded. Swallowing the exception or just selectively not loading the extra bees section at all would likely fix the problem.
Acknowledgement
I agree that I read the terms at the top of the page.
The text was updated successfully, but these errors were encountered:
Found an acceptable workaround: registering a honey with name starry and a bee named starry.json "tricks" the mod into not failing and lets all the pages load properly. Should probably still get fixed in code, but if anyone else hits this, you can still make it work.
Bug Description
If you set
enableEasterEggBees
tofalse
in General Options in resourcefulbees/common.toml config file, the Resourceful Bees guidebook fails to load properly and will end up missing a significant number of pages, listed below:Getting Started
Advanced Tips
Beekeeping Tools
Extras
Main page of the guidebook shows a loading error; see screenshot:
How to Reproduce?
true
tofalse
Expected Behavior
Modifying config values should not break guidebook.
Version
0.10.7
Mod Loader Version
1.16.5-36.2.34
Logs or additional context
Given the specific error message, my guess is that disabling this specific config option prevents the Starry Bee's honey from being registered with minecraft, and the guidebook relies on that ID to load this page. That's causing an unhandled exception and so page-loading stops at this specific point and any subsequent pages are not loaded. Swallowing the exception or just selectively not loading the extra bees section at all would likely fix the problem.
Acknowledgement
The text was updated successfully, but these errors were encountered: