
AdvancementDisable
A simple mod that allows you to completely disable achievements within specific namespaces in Minecraft. If you're tired of constant notifications about earned achievements or want to create your own gaming experience without built-in goals, this tool is an excellent solution.
How it works
The mod removes all achievements in the namespaces specified in the configuration file. This gives you complete control over which in-game goals will be active in your world.
disabledMods = [
"minecraft" # disable all achievements from the base game
]
Technical features
The mod includes the night-config library for working with configuration files, ensuring easy setup and reliable performance.