Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
1.8.0-release-776815a2f0
Release
1.8.0-release-776815a2f02 years ago 212
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/
- feature: now the command suggestion for dynamic contents will be updated on the fly, without the server restart.
- feature: now will put a default kit set into a created new empty kit, as the slot placeholder to reduce the confusion. (kit module)
- feature: enhance the render function of bossbar, so that an instant bossbar will not be drawn in the client-side screen, if it's aborted in the first game-tick. (teleport warmup module and command warmup module)
- feature: now will not send the
Operation Successas the command feedback if it has nothing to say. (follow theno news is good newsrule.)- Influence:
/send-title,/send-toast,/command-attachment,/attachment,/burn,/freezeand/json
- Influence:
- feature: now will not
info the consoleon loading head categories, reducing the console spam. (head module) - feature: a clearer gui design, now making the
helper buttonusingbookitem. - feature: skip the un-necessary nametag making while the player is changing dimension. (nametag module)
- feature: set the default requirement of commands registered by
predicate moduleto level 4, since these commands is useless for default player. (predicate module) - fix: the player stats of interact with functional blocks doesn't get increased when interact these functional blocks using
functional commands:/anvil,/grindstone,/stonecutter. (functional module) - fix: now will not create a new kit using
/kit givecommand if the kit is not-exist. (kit module) - fix: ensure the kit item will be given even the specified slot is not empty. (kit module)
- refactor: simplify the
fake player managermodule. (carpet.fake_player_manager module)
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:uWsc9Pgb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1TowMm2v:uWsc9Pgb"
}





