Only Vanilla Advancements (Fabric)
This modification maintains the Minecraft advancements screen in its pure state by removing all additions not part of the original game. The initial tab structure is preserved, preventing the appearance of extra sections and chaotic element clutter.
Problem Before Installation
The standard achievements interface can become overloaded with various additions from mods and datapacks, which impairs navigation and perception.
Result With the Mod Installed
After activating the modification, only official Minecraft achievements remain, and the interface takes on a clean and organized appearance.
Flexible Configuration
If needed, specific achievements from third-party developers can be retained. For example, the mod allows preserving progress from the 'biomesoplenty' modification through a configuration file.
Key Features
- Automatic filtering of all achievements not belonging to the standard Minecraft set
- Configuration is applied upon server startup and after each datapack reload
- Flexible settings system allows keeping specific mods or individual achievements through a simple TOML config
- Optionally retains parent achievements to maintain interface integrity
- Minimal performance impact – processing occurs only during loading
Installation
- Requires installed Fabric and Fabric API
- Place the mod file in the mods/ folder and launch the game
Configuration
- Configuration file:
config/only_vanilla_advancements.toml(created automatically on first run) - Main parameters:
kept_mods,kept_advancements,removed_mods,removed_advancements,keep_parent_advancements - Additional configuration: when Mod Menu and Cloth Config are installed, parameter modification through the game menu becomes available
Compatibility
- Works in both singleplayer and dedicated servers
- Compatible with Mod Menu and Cloth Config, but their installation is not mandatory
Building from Source Code
- Java 21, Gradle build system with Fabric Loom
- Versions specified in the
gradle.propertiesfile, execute./gradlew buildto build
License
- CC0-1.0 - free use