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": []
}