Gamemode4Dev / GM4_Datapacks

Gamemode 4 is a collection of modular Minecraft Datapacks that change or expand on the vanilla experience whilst keeping the vanilla feel. Our modules are developed with a focus on usability and efficiency.
https://gm4.co
GNU General Public License v3.0
108 stars 56 forks source link

Guidebook 1.21 #1015

Open BluePsychoRanger opened 1 month ago

BluePsychoRanger commented 1 month ago

Another Major Change (Guidebook v3.0.0)

All modules will need to be redownloaded to support the new guidebook module. Most of the guidebook json files haven't changed since the beet script handles the generate files.

Changes

Removed runtime alphabetical sort

Removed binary search tree in favor of macros

Removed separate loot tables for each module's book

Unlocked page info is probably faster now

Update recipe files to use components

Future Optimizations

When modules are changed, the entire player database is wiped (restored with advancements, so nothing breaks)

The player db can become very large with duplicate data

BluePsychoRanger commented 1 month ago

Fixes #985