Small hotfix update – sorry for the quick second release on the same day.
I found an issue after the previous version and decided to fix it immediately.
Changes in 1.2.5:
- Added new vanilla amount placeholders
- Improved DeluxeMenus support for Vanilla-only sell checks
- Custom ItemCoreX items with the same base material are no longer counted as normal Vanilla items
- This makes Vanilla shop checks much safer when using DeluxeMenus
Example:
You can now use DeluxeMenus requirement checks like this:
type: '>='
input: '%itemcorex_vanilla_amount_BONE%'
output: 1
This means DeluxeMenus checks the placeholder value from ItemCoreX instead of only checking the material itself.
That way:
- real Vanilla items are counted
- ItemCoreX custom PDC items are ignored
- deny_commands can work again together with safe Vanilla selling
Sorry again for the quick follow-up update, and thanks for the support.