LearnPlay

Quick rating

LearnPlay

No reviews yet

A Minecraft mod that seamlessly integrates spaced repetition learning into gameplay through trigger-based flashcard reviews. Learn while you play—no interruptions, just natural flow.

Educational
Mod Loaders
Forge
NeoForge
Fabric
Quilt
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client Only

Runs entirely on the client. Works on vanilla servers.

About

Project Details

Type
Mod
License
MIT License
Latest Version
learnplay-quilt-1.0.0.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

LearnPlay

Learn while you play. Play while you learn. 🎮📚

💡 The Philosophy

Educational games are usually terribly boring. People still play popular games as usual, ignoring the "educational" ones. So why try to gamify education when we can educate the gameplay instead?

LearnPlay doesn't interrupt your gaming experience with forced learning sessions. Instead, it seamlessly weaves learning into the natural flow of Minecraft gameplay through a trigger-based learning system. You're not playing an educational game—you're playing Minecraft while genuinely learning something on the side.

The goal? Achieve that perfect flow state where you're half-learning, half-playing, and they don't interfere with each other. Games have everything needed for flow—challenge, feedback, progression. Learning is hard, but it doesn't have to feel that way.

🎯 Features

📚 Simple Spaced Repetition System

  • Fixed Interval Progression: Simple, predictable intervals (10min → 20min → 1d → 3d → 7d → 14d → 30d → 60d → 120d → 240d)
  • Two-Button System: Just "Forgot" or "Remember"—no complicated ratings
  • Automatic Scheduling: Cards appear when they're due for review
  • Progress Tracking: Per-player progress saved with NBT data persistence
  • Review Statistics: Track your learning progress with detailed stats

🎮 Gameplay Integration

LearnPlay triggers flashcard reviews during natural gameplay moments:

  • Death Trigger: Review cards after dying (configurable frequency)
  • Timer Trigger: Periodic reviews at set intervals
  • Block Break Trigger: Review after breaking blocks (with whitelist support)
  • Block Place Trigger: Review after placing blocks (with whitelist support)
  • Entity Kill Trigger: Review after killing mobs (with whitelist support)
  • Advancement Trigger: Review when earning achievements
  • Chat Trigger: Review based on chat patterns

🗂️ Deck & Category Management

  • Hierarchical Organization: Categories → Subcategories → Decks → Cards
  • Category Browser: Navigate through your learning materials with an intuitive interface
  • Deck Editor: Create and edit decks with a user-friendly GUI
  • Card Editor: Add, edit, and manage flashcards
  • Enable/Disable Decks: Control which decks are active for reviews
  • Import/Export: JSON-based storage for easy sharing and backup

⚙️ Customization

  • Configurable Triggers: Enable/disable and customize each trigger type
  • Review Limits: Set daily limits for new cards and reviews
  • Keybindings: Customizable hotkeys (default: 'I' for manual review)
  • HUD Stats: Optional on-screen statistics display
  • Pause on Review: Optionally pause the game during flashcard reviews

🌐 Multi-Platform Support

Built with Architectury, LearnPlay supports:

  • Fabric
  • Forge
  • NeoForge
  • Quilt

🚀 Getting Started

Creating Your First Deck

  1. Press 'I' (or your configured keybind) to open the config screen
  2. Click "Browse Categories & Decks"
  3. Click "+ Deck" to create a new deck
  4. Add cards using the "+ Card" button
  5. Enable the deck using the toggle button
  6. Configure triggers in the config screen

Reviewing Cards

Cards will automatically appear based on your configured triggers. You can also:

  • Press 'I' to manually start a review session
  • Click "Reveal Answer" to see the answer
  • Choose your response:
    • Forgot: Resets the card to 10 minutes
    • Remember: Advances to the next interval in the progression

Understanding the Interval System

The system uses a simple fixed progression:

  • Level 0: 10 minutes
  • Level 1: 20 minutes
  • Level 2: 1 day
  • Level 3: 3 days
  • Level 4: 7 days
  • Level 5: 14 days
  • Level 6: 30 days
  • Level 7: 60 days
  • Level 8: 120 days
  • Level 9: 240 days (maximum)

Each time you click "Remember", the card advances one level. Click "Forgot" and it resets to 10 minutes.

⚙️ Configuration

Configuration is stored in config/learnplay/config.json:

{
  "triggers": {
    "enableDeathTrigger": true,
    "enableTimerTrigger": false,
    "deathTriggerEveryNDeaths": 2,
    "timerIntervalMinutes": 15,
    "blockBreakTriggerThreshold": 100,
    "blockBreakWhitelist": "stone,dirt,oak_log,iron_ore,diamond_ore",
    "entityKillTriggerThreshold": 10,
    "entityKillWhitelist": "zombie,skeleton,creeper,spider,enderman"
  },
  "maxCardsPerSession": 20,
  "maxNewCardsPerDay": 10,
  "maxReviewsPerDay": 100,
  "pauseGameDuringReview": true,
  "showHudStats": false,
  "keybindCode": 73
}

LearnPlay

Learn while you play. Play while you learn. 🎮📚

💡 The Philosophy

Educational games are usually terribly boring. People still play popular games as usual, ignoring the "educational" ones. So why try to gamify education when we can educate the gameplay instead?

LearnPlay doesn't interrupt your gaming experience with forced learning sessions. Instead, it seamlessly weaves learning into the natural flow of Minecraft gameplay through a trigger-based learning system. You're not playing an educational game—you're playing Minecraft while genuinely learning something on the side.

The goal? Achieve that perfect flow state where you're half-learning, half-playing, and they don't interfere with each other. Games have everything needed for flow—challenge, feedback, progression. Learning is hard, but it doesn't have to feel that way.

🎯 Features

📚 Simple Spaced Repetition System

  • Fixed Interval Progression: Simple, predictable intervals (10min → 20min → 1d → 3d → 7d → 14d → 30d → 60d → 120d → 240d)
  • Two-Button System: Just "Forgot" or "Remember"—no complicated ratings
  • Automatic Scheduling: Cards appear when they're due for review
  • Progress Tracking: Per-player progress saved with NBT data persistence
  • Review Statistics: Track your learning progress with detailed stats

🎮 Gameplay Integration

LearnPlay triggers flashcard reviews during natural gameplay moments:

  • Death Trigger: Review cards after dying (configurable frequency)
  • Timer Trigger: Periodic reviews at set intervals
  • Block Break Trigger: Review after breaking blocks (with whitelist support)
  • Block Place Trigger: Review after placing blocks (with whitelist support)
  • Entity Kill Trigger: Review after killing mobs (with whitelist support)
  • Advancement Trigger: Review when earning achievements
  • Chat Trigger: Review based on chat patterns

🗂️ Deck & Category Management

  • Hierarchical Organization: Categories → Subcategories → Decks → Cards
  • Category Browser: Navigate through your learning materials with an intuitive interface
  • Deck Editor: Create and edit decks with a user-friendly GUI
  • Card Editor: Add, edit, and manage flashcards
  • Enable/Disable Decks: Control which decks are active for reviews
  • Import/Export: JSON-based storage for easy sharing and backup

⚙️ Customization

  • Configurable Triggers: Enable/disable and customize each trigger type
  • Review Limits: Set daily limits for new cards and reviews
  • Keybindings: Customizable hotkeys (default: 'I' for manual review)
  • HUD Stats: Optional on-screen statistics display
  • Pause on Review: Optionally pause the game during flashcard reviews

🌐 Multi-Platform Support

Built with Architectury, LearnPlay supports:

  • Fabric
  • Forge
  • NeoForge
  • Quilt

🚀 Getting Started

Creating Your First Deck

  1. Press 'I' (or your configured keybind) to open the config screen
  2. Click "Browse Categories & Decks"
  3. Click "+ Deck" to create a new deck
  4. Add cards using the "+ Card" button
  5. Enable the deck using the toggle button
  6. Configure triggers in the config screen

Reviewing Cards

Cards will automatically appear based on your configured triggers. You can also:

  • Press 'I' to manually start a review session
  • Click "Reveal Answer" to see the answer
  • Choose your response:
    • Forgot: Resets the card to 10 minutes
    • Remember: Advances to the next interval in the progression

Understanding the Interval System

The system uses a simple fixed progression:

  • Level 0: 10 minutes
  • Level 1: 20 minutes
  • Level 2: 1 day
  • Level 3: 3 days
  • Level 4: 7 days
  • Level 5: 14 days
  • Level 6: 30 days
  • Level 7: 60 days
  • Level 8: 120 days
  • Level 9: 240 days (maximum)

Each time you click "Remember", the card advances one level. Click "Forgot" and it resets to 10 minutes.

⚙️ Configuration

Configuration is stored in config/learnplay/config.json:

{
  "triggers": {
    "enableDeathTrigger": true,
    "enableTimerTrigger": false,
    "deathTriggerEveryNDeaths": 2,
    "timerIntervalMinutes": 15,
    "blockBreakTriggerThreshold": 100,
    "blockBreakWhitelist": "stone,dirt,oak_log,iron_ore,diamond_ore",
    "entityKillTriggerThreshold": 10,
    "entityKillWhitelist": "zombie,skeleton,creeper,spider,enderman"
  },
  "maxCardsPerSession": 20,
  "maxNewCardsPerDay": 10,
  "maxReviewsPerDay": 100,
  "pauseGameDuringReview": true,
  "showHudStats": false,
  "keybindCode": 73
}

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works