This fixes issues regarding CustomItems not correctly loading old MetaSettings from config.
Also some changes were made to the way the data is converted:
If it is an old config without any advanced setting, or you set advanced to true it will try to convert the checks. Each check that is not set to IGNORE or EXACT will be kept.
In you haven't changed the value of advanced all the checks will be cleared and will only include a single check (The CustomItemTag check).
Fixes WolfyScript/CustomCrafting-Wiki#73 - Recipes using custom items not working
This fixes issues regarding CustomItems not correctly loading old MetaSettings from config. Also some changes were made to the way the data is converted: If it is an old config without any
advanced
setting, or you setadvanced
to true it will try to convert the checks. Each check that is not set toIGNORE
orEXACT
will be kept.In you haven't changed the value of
advanced
all the checks will be cleared and will only include a single check (The CustomItemTag check).Fixes WolfyScript/CustomCrafting-Wiki#73 - Recipes using custom items not working