Tool Leveling+ [Forge]

Tool Leveling+ [Forge]

2M Downloads

can't add more items

Alucard987 opened this issue ยท 5 comments

commented

i trying to add more items to levels and enchantments. but when the mod load the config on minecraft, config file are restore previous config.

commented

Closing this, due to no activity.
Additionally a fix was pushed in df75d50 that should fix this error. (not yet build and released)

commented

if the config keeps resetting, there is a problem with the format of the file
you can test your file (before loading the game) for a proper format here https://jsonlint.com/

commented

i use the tool for the format. keeps on same trouble

commented

Can you send me the config? The way you want it to be, before starting the game.
Will have a look over it and try it myself.

commented

Just had someone report a similar issue, do you mean

"bonus_item_more_levels" : [
    {
        "item" : "..."
    },
    {
        "item" : "..."
    }
]

resets back to

"bonus_item_more_levels" : {
    "item" : "..."
}

when the config loads?