Links
Tags
Creators
Details
2.0.1-fabric-1.21.1
Compatibility
Required content
Changes
-Tag parser has been rewritten.
-Removed disassembler and cache - all tags are now predefined rather than being generated at startup.
-General improvements to suggestions.
-Added suggestions for particle data, including in /particle command (thanks to vred1 for suggestion, and Hardel-DW for PR).
-Added "update_on_cursor_movement" setting to restore Minecraft suggestion behavior from before 26.1 (true by default).
-Added "unknown_item_components" setting to specify relevancy of unknown (modded) item data components ("relevand_by_default" by default).
-Added suggestions for "item_model" suggestions from resource packs (thanks to NotCbop for reporting).
-Changed suggestion file format - they're now loaded by mod itself and no longer treated as part of resource pack.
-Changed "json_string_suggestion" and "placing_of_irrelevant" setting type from integer to enum.
-Renamed "default_quotation_mark_type" to "default_quotation_mark" and changed its type from integer to enum.
-Removed settings: "use_disassembler", "load_from_resources", "use_cache", "max_cached_instances" and "max_stack_traces" - they were related to removed disassembler and cache.
-Removed "hide_forge_tags" setting as Forge/NeoForge tags are no longer present.
-Removed block entity type extraction and "allow_block_entity_extraction" setting.
-Removed suggestion saving and "save_suggestions" setting.
-"Finished in" message now shows only when "debug_mode" is enabled.
-Added basic mod API (thanks to mega12345mega for suggestion).
-Changed mod ID from "nbt_ac" to "nbtac".
-Fixed item data component suggestions for some partial IDs (e.g. note_block_sound).
-Fixed item component id suggestion including equal sign when removing component with "hide_mc_namespace_in_components" disabled or with modded components.
-Fixed various issues caused by Java localization.
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:vWVcTLDc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UR0ocuEt:vWVcTLDc"
}

