FioMenu Update - Changelog
(1.24)
- Added Dynamic material: %placeholder% Parsing to FioMenu
- FioMenu now supports placeholder-based material resolution directly inside item definitions through material: "%placeholder%".
- Introduced behavior.durability: <value> with Static and Placeholder Support
- Added a new behavior.durability property that allows menu items to apply runtime durability visuals directly from configuration.
- Added behavior.fallback.enabled for Dynamic Material Rendering Failures
- Added a dedicated fallback behavior for placeholder-driven material rendering through behavior.fallback.enabled: true.
- When a material: "%placeholder%" result resolves to invalid, null, empty, undefined, or a non-usable value such as no material available, FioMenu can now swap the item into a configured fallback state.
- Added New [REPAIR_GUI] Action Support
- Introduced a new repair action system through [REPAIR_GUI] and value-based variants such as [REPAIR_GUI+10].
- This action repairs the item placed into the configured repair slot while preserving its existing item data, including meta, NBT-related data, components, and other item-specific information instead of converting it into a plain vanilla replacement.
- Added New repair.yml Example Menu for Repairing Features
- Added a new repair.yml example configuration that demonstrates how to build a repair interface entirely with FioMenu components.