FioMenu Update - Changelog
(1.22)
- Improved Bedrock UI Rules Key Compatibility
- Applied additional Bedrock-side fixes around the Rules key so Bedrock UI configurations are now parsed more consistently with Java-side menu logic.
- Expanded actions.<key>.<rulesX> Click-Scope Support
- Extended conditional action handling so rule blocks can now be defined directly under click-specific action keys such as actions.left.rules0, actions.right.rules0, and similar scoped branches.
- Server owners are no longer limited to a single shared conditional block when defining rule-based click behavior inside actions:.
- Improvised compact rule syntax such as rules0: "%vault_eco_balance% >= 75000" continues to work alongside structured syntax like:
rules0:
type: "money"
value: ">= 75000"
- Fixed ENUM_SOUND Category Parsing Bug
- Resolved a sound parsing issue where FioMenu could incorrectly interpret category input and produce warnings such as invalid SoundCategory enum constants.