Better Item Editor, Data Backup & Bug Fixes| v4.16.9
This update requires the latest WolfyUtils 4.16.15 update! Download it here!
Improved Item Editor By default, CC detects the source of the item, like Oraxen or MMOItem, etc., but if an item was manipulated manually, or contains multiple third-party plugin options, that system falls apart.
This update adds a new identifier selector to the Item Editor, so you can change the source of the detected stack.
In this example the Oraxen Amethyst was renamed outside Oraxen, CC detects that the stack is from Oraxen and links to it.
However, we want to keep the changes, so we
shift + right-click on the result, and
shift + right-click again to open the Item Editor.
Here we select the Bukkit parser, that keeps the item as is, so it is no longer linked to Oraxen, and manual stack changes are kept.
Data Directory Backup When using the local storage loader (default) a backup is created before the recipe and item configs are upgrade to the new format.
This applies to both the automatic upgrade and manual upgrade using the
/recipes save.
The backups are stored as zip files inside the
CustomCrafting/data_backups directory.
By default, each backup is kept for 60 days. The old backups are only deleted after the specified duration and only when a new backup was created.
The backup feature can be toggled and configured in the config.yml under
local_storage.backup.
keep_for specifies the duration for which to keep the backups. The unit can be
MINUTES,
HOURS,
DAYS, and even
SECONDS etc.
Better Lockdown mode visibility The lockdown command requires a confirmation before actually toggling the mode.
When Lockdown is enabled, then a log message is printed on the first craft attempt after lockdown has been enabled.
Then another message on the first craft attempt every hour.
Changelog
Improved Stack Editor with new identifier parser selection
#336 — Fix Vanilla Cooking Recipe Placeholders using Result item as source
#353 — Add Data Directory Backup For Local Storage
54d5ad4 — Reindex Recipe Book when recipes are validated after their dependencies
5abf142 — Add a lockdown warning A log message is printed on the first craft attempt after lockdown has been enabled, then on the first craft attempt every hour.
602e8dc — The lockdown command requires a confirmation now
f3e01eb — Fix ShapelessRecipe ingredients failing before validation
6f07c40, 5d99bba — Use the new Result#item methods & remove CustomItem usages
e43a7bf — Fix error in NBTMergeAdapter when selected ingredients are empty
9056989 — Fix Anvil Recipe Validator not taking repairTask settings into account