Tags
Creators
Details
12.24.0
Compatibility
Changes
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
Changelog
-
[core] Feature: Improved data de-serialization.
- All data types now automatically generate a default configuration if the user accidentally deletes it.
-
[core] Feature: Enhanced item string parser.
- Items with custom NBT data can now be specified as icons in GUIs.
- The syntax is consistent with the
/give <item>command, allowing custom player heads and other data-driven items to be used in multiple contexts, such as:- Warp icons
- Head economy items (You can now specify an item with NBT as the item currency)
- Title items
- Works items
- Command menu slot items
Examples:
- Set a custom player head as a warp icon:
/warp set-item city minecraft:player_head[minecraft:profile=Steve] - Use a custom player skull as a toast icon:
/send-toast @s --icon minecraft:player_head[minecraft:profile=Steve] <rb>Hello World - Use a custom player skull as a dialog button icon:
/send-dialog @s --yesButtonItem minecraft:player_head[minecraft:profile=Steve] <rb>Hello World - Construct item stacks with any data component:
/warp set-item shop minecraft:diamond_sword[minecraft:damage=1024] /warp set-item shop bundle[bundle_contents=[{id:"diamond",count:2}]]
-
[color.anvil] Fix: Ensured the module works in single-player worlds when installed client-side.
-
[core] feature: Improve the compatibility when running on
neoforgeplatform (withconnectormod)- [command_permission] fix: make it working in
neoforge single-player world.
- [command_permission] fix: make it working in
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:3LbHj39I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1TowMm2v:3LbHj39I"
}





