[Bug]: unable to disable the biomepedia of the inventory during the first connection
ComeBelin opened this issue · 6 comments
Minecraft Version
1.18.2
BYG Version
1.4.2
Terrablender Version
1.1.0.102
Mod Loader
Forge
Mod Loader Version
40.1.73
Bug Severity
Minor
What happened?
despite the changes made to the configurations, the biomepedia remains in the inventory during the first connection
latest.log
Did you isolate BYG?
I tried BYG alone
Was this the option referred to above (in biomepedia.json5)?
// Whether the biomepedia button is enabled or not in the player inventory for all users connected to this host.
"inventory_enabled": false
Or maybe this one (in biomepedia_inventory.json5)?
/* Whether the biomepedia button is visible in the player inventory.
Servers can disable this button from functioning regardless of this value.
*/
"visible": false
In either case, the option is only to disable the Biomepedia button, not the item in the starting inventory. It sounds like the real problem is that there is no option to remove the Biomepedia starting item. This is an important config option for modpack authors, since many of us prefer a clean starting inventory.
2022-10-09.20-14-18.mp4
I cannot reproduce any of the mentioned issues as seen in this video, therefore closing this.
@johnsone751 Datapacks allow you to disable the advancement which gives the starting item: https://github.com/AllTheMods/ATM-7/blob/main/kubejs/data/byg/advancements/biomepedia_gift.json
The inventory item gift on world first join/load can be removed via this datapack:
no_biomepedia.zip