Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed LGPL-3.0-or-later
Published 2 weeks ago
Updated 2 weeks ago
CET Vocabulary
This mod can let you learn English in game.
Usage
After join a world, there will be a countdown in the bottom left corner.

When the countdown to 0, it will open a quiz screen.

If you don't answer correctly, the remain chances will reduce. When it reduced to 0, the game will automatically close.
Configuration
{
//Enable this mod
"enable": true,
//Interval between quiz, in ticks
"interval": 3600,
//How many wrong answers before close
"maxFailureChance": 10,
//Whether it need to render time
"renderTime": true,
//Up to 9
"choiceCount": 6,
//Allowed: CET4, CET6, BOTH
"wordCollection": "CET4"
}