Links
Tags
Creators
Details
2.1-fabric-26.3
Compatibility
Required content
Changes
-Added /data command storage suggestions.
-Added support for @s selector (thanks to W2D3F1X2 for reporting).
-Restored ability to load user-defined suggestions (thanks to UnRealDinnerbone for request).
-Added getValueSuggestions() API method (thanks to mega12345mega for suggestion).
-Improvements to loading suggestions with API. Added addBlockEntityMapping() API method.
-Suggestions based on entity selector now work for any valid player name, not only of these within render distance.
-Removed "support_command_namespace" and "use_new_thread" settings while keeping their default (enabled) behavior.
-Removed setting sections "Mods and Plugins Support" and "Advanced Settings" - "unknown_item_components" was moved to "Item Components".
-Fixed missing "block to block entity" mapping on later versions.
-Fixed missing suggestion for brewing_stand "Fuel" tag.
-Fixed missing Polish translation for "unknown_item_components" setting description.
-Added "nbt_ac" (1.x version) as incompatible mod (thanks to lunaynx for reporting).
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:UR0ocuEt:oyCeoqzt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UR0ocuEt:oyCeoqzt"
}

