WolfyScript / viewportl

A Minecraft Inventory GUI framework, designed to easily create reactive GUIs. Based on the well known Signal Reactivity System.
GNU General Public License v3.0
68 stars 12 forks source link

CustomItem old MetaSettings loading/conversion changes #48

Closed WolfyScript closed 3 years ago

WolfyScript commented 3 years ago

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