All versions
1.21-1.21.1-1.0-fabric
Release
Memory Loss v1.02 months ago 100
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Initial Release of Memory Loss!
We are excited to launch the first stable version of the Memory Loss challenge for Minecraft 1.21-1.21.1 (Fabric).
Key features included in v1.0:
- Progressive Memory Loss: Forgets a random recipe every N minutes (fully customizable).
- Visual HUD Counter: Always displays your current forgotten recipe count in the top-left corner.
- Bulletproof Crafting Block: Forgotten recipes are completely blocked in both the 3x3 Crafting Table and the 2x2 Player Inventory. No ghost-items, no manual craft bypasses.
- Three Difficulty Levels:
- EASY: Forgets only weapons, tools, and armor.
- NORMAL: Forgets general blocks and items, but keeps crucial early-game recipes (like crafting tables, furnaces, chests, and torches).
- HARDCORE: Absolutely anything can be forgotten!
- In-Game Commands: Complete operator control with
/memory start,/memory stop,/memory difficulty,/memory delay,/memory status, and/memory reset. - Full Network Synchronization: Perfectly synced between Server and Client to guarantee correct visual and physical lock states.
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:8IrjftJO:FHUFGjA3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8IrjftJO:FHUFGjA3"
}

