Tags
Creators
Details
12.22.1
Compatibility
Changes
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
Changelog
This release is the re-publish of v12.22.0
This release introduces a new core feature called Command Assistant, along with several bug fixes and improvements.
Features
- [core] Command Assistant
Provides real-time command hints while typing commands.- Added new
core.commandoptions inconfig.jsonto configure the requirements for using Command Assistant, or to disable it entirely.
- Added new
Fixes
- [core] Argument Suggestions
Fixed an issue where a required argument with a custom suggestions provider was still listed in command suggestions, even when the command source could not use that command.- Note: This was originally a minor bug from Mojang, causing inconsistency between the
/helpcommand and tab completions. We resolved it to prevent user confusion.
- Note: This was originally a minor bug from Mojang, causing inconsistency between the
- [core] ANSI Color Reset
Ensured that all ANSI color styles are properly reset in every terminal after printing the user guide in the console.
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:1TowMm2v:5hyvH5ut"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1TowMm2v:5hyvH5ut"
}





