-
Notifications
You must be signed in to change notification settings - Fork 3
Breaking Changes | v1.6.6.0
In 1.6.6.0 there are some changes to CustomItems.
The NamespacedKey of your saved CustomItems will change their format:
From the original <namespace>:<item_key>
to customcrafting:<namespace>/<item_key>
internally!
The input in-game for you is not going to change!
The only downside of this change is that it will break the current items your players have.
To prevent these items from being useless, the plugin will update all the items in the player's inventory when they join.
(It will only update the NamespacedKey and will keep all other NBT as is)
This feature can be disabled anytime in the config.yml:
custom_items:
update: false
The Recipe Priority has been reversed to make more sense.
Recipes with the HIGHEST
priority are now checked first.
Recipes with the LOWEST
priority are now checked last.
More info here.
Do you need help or found an issue?
Discord Server - SpigotMC - Patreon