Changes
- updated MixinBooter version to 10.6
- fixed breaking all books (I forgot the null check)
- added support to lock entries behind a gamerule (only boolean gamerules are supported)
{
"requirements": [
{
"type": "gamerule",
"trigger": "doDaylightCycle"
}
]
}
Changes
- entries can now be locked via gamestages
- entries can now be visible only when the player is in a specific gamemode
- entries can now be visible only when the player is in a specific dimension
- fixed an error with the ic2 book as it's still WIP and should not have been registered
Syntax for your page json files:
{
"name": "Crafting Test",
"icon": "minecraft:crafting_table",
"category": "test_category",
"requirements": [
{
"type": "gamemode",
"trigger": "creative"
}, {
"type": "gamestage",
"trigger": "test"
}, {
"type": "dimension",
"trigger": "the_nether"
}
],
"pages": []
}
Changes
- fixed display of broken books in JEI and the Booklist
- fixed a issue where the page count in the booklist was higher than the actual page count



