
CET Vocabulary
This modification enables learning English directly while playing Minecraft.
How the mod functions
After joining a game world, a countdown will appear in the bottom left corner of the screen.
'!'[https://raw.githubusercontent.com/IAFEnvoy/CET-Vocabulary/refs/heads/master/img/1.webp]
When the timer reaches zero, a vocabulary quiz window opens.
'!'[https://raw.githubusercontent.com/IAFEnvoy/CET-Vocabulary/refs/heads/master/img/2.webp]
Incorrect answers reduce the remaining attempts. Once all attempts are exhausted, the game automatically closes, encouraging more careful approach to word learning.
Configuration
{
// Enable the mod
"enable": true,
// Interval between quizzes in ticks
"interval": 3600,
// Number of wrong answers before game closure
"maxFailureChance": 10,
// Whether to display the timer
"renderTime": true,
// Number of answer choices (maximum 9)
"choiceCount": 6,
// Available options: CET4, CET6, BOTH
"wordCollection": "CET4"
}