Patchouli

Patchouli

168M Downloads

Locked Category For Book On Custom Pack

CluelessPhil opened this issue · 5 comments

commented

On a custom pack a category is shown as locked an unable to be accessed.

Screenshot
2019-03-12_17 58 17

I am using these configs:

# Configuration file

general {
    # Set this to true to disable advancement locking and make all entries visible at all times
    # Config Flag: advancements_disabled
    B:"Disable Advancement Locking"=false

    # Set this to the ID of a book to have it show up in players' inventories, replacing the recipe book.
    S:"Inventory Button Book"=

    # Enable testing mode. By default this doesn't do anything, but you can use the config flag in your books if you want.
    # Config Flag: testing_mode
    B:"Testing Mode"=true
}
{
	"name": "Minemore: The Basics",
	"landing_text": "Test",
	"version": 1
}
{
    "name": "Test Entry",
    "icon": "minecraft:writable_book",
    "category": "test_category",
    "pages": [
        {
            "type": "text",
            "text": "This is a test entry, but it should show up!"
        }
    ]
}
{
	"name": "Test Category",
	"description": "This is a test category for testing!",
	"icon": "minecraft:writable_book"
}
commented

What's the folder structure like?

commented

Screen Shot 2019-03-12 at 6 41 15 PM

commented

I believe the category cannot be in a sub folder like that, it should be directly inside of the categories folder.

commented

On the Wiki the structure format was like that... or maybe I interpeted it wrongly

commented

Fixed it. “Test” folders were locking it