For detailed change logs, please visit: https://github.com/sakurawald/fuji/commits/dev/
For historical change logs, refer to: https://github.com/sakurawald/fuji/releases
For user manual, refer to: https://fuji-fabric.github.io
📑 Changelog
🐛 Fixes
- [core]
- Fixed an issue where scheduled jobs were not being re-scheduled after re-joining a
single-player worldonthe client side. (This issue only occurred when the mod was installed and used on theclient side. Since forserver-side, theserver instancewill only be started exactly once.)
- Fixed an issue where scheduled jobs were not being re-scheduled after re-joining a
For detailed change logs, please visit: https://github.com/sakurawald/fuji/commits/dev/
For historical change logs, refer to: https://github.com/sakurawald/fuji/releases
For user manual, refer to: https://fuji-fabric.github.io
📑 Changelog
✨ Added
- [command_permission]
- Now automatically detects when the
requirementof a command is changed at runtime by other mods.- Before: If another mod modified the requirement, you had to run
/reloadto re-wrap the command. - Now: Changes are detected instantly, and the command is re-wrapped automatically (no waiting until first use).
- Before: If another mod modified the requirement, you had to run
- Now automatically detects when the
🐛 Fixed
- [command_bundle] & [command_alias]
- Fixed an issue where hot-reloading would forget previously defined public commands when re-defining them.
- Before: Re-defining a public command required running
/reloadto load the new requirement. - Now: Just run
/fuji reloadto refine the command immediately.
- Before: Re-defining a public command required running
- Fixed an issue where hot-reloading would forget previously defined public commands when re-defining them.



