Tags
Creators
Details
2.1.0+mc1.20.1-forge
Compatibility
Changes
Visual Creative Tab Editor 2.1.0 - Minecraft 1.20.1 / forge
- Adds persistent undo and redo, including after saving and reopening the editor. History is kept separately for each world or server.
- Adds collapsible tab and item folders grouped by vanilla or mod source, with saved visibility filters.
- Adds a global layout template, hidden-tab recovery, and default tab/item ordering controls.
- Supports local creative-tab editing on servers without the mod. Modded servers retain permission and revision checks.
- Raises bounded catalog and transfer limits for large modpacks, and fixes restoration of immutable tab collections.
- Reduces redundant draft copying and removes editor trace logging from the normal log level.
- Updates the editor buttons, removes text shadows, and includes a new project icon.
- Uses LGPL-3.0-or-later.
Requires Java 17 and the matching Minecraft/loader version.
Global templates affect worlds without a saved layout; existing world overrides remain authoritative. Folder filters affect the folder browser and do not delete items.
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:wyfx33ZJ:20xineKb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wyfx33ZJ:20xineKb"
}

