Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
2.0.0-release-52d158133b
Release
2.0.0-release-52d158133b2 years ago 53
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Server-side
Singleplayer
Changes
The version number of fuji follows
semvernow: https://semver.org/
This version including the breaking changes if you are using them:
- refactor: rename the commands registered by
predicate moduleinto a unified style, all predicate commands are now suffixes with?character. (predicate module)
- feature: add
all_commands_require_level_4_permission_to_use_by_defaultoption. - feature: add
gui supportfor/command-bundle listcommand. (command bundle module) - feature: add
/fuji inspect argument-typescommand, to list all registered argument types. (fuji module) - feature: add
/fuji inspect configurationscommand, to list loaded configuration files. (fuji module) - feature: only send the message feedback to player command source, to avoid the console spam. (predicate module)
- feature: add
predicate commands:/is-op?,/is-holding?,/has-exp?,/has-exp-level?,/is-in-world?,/is-in-gamemode?(predicate module) - feature: allow to define
multiple default skins. (skin module) - refactor: enhance the compatibility of hopper mixin of
production work. (works module) - refactor: change the ui style from
oak buttonintoquartz button, it's clearer. - refactor: remove the un-used option
random_skin
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:G25t6U3Z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1TowMm2v:G25t6U3Z"
}





