FakeModMod
FakeModMod is a unique Minecraft mod that automatically generates several virtual (empty) mods with customizable names every time the game starts. It was inspired by JFronny's Modsmod.
All settings are configured through the .minecraft/config/fmm_picker.json configuration file, providing flexibility in customizing displayed data. The configuration allows you to set up lists of messages from which one is randomly selected each time the game launches.
Here's an example of what the configuration looks like:
{
"entries": [
[
"Message number 1",
"Look, I'm a mod",
"Me too!",
"(each string becomes a mod)"
],
[
"Message number 2",
"Here's the second message",
"A message is picked at random from the 'entries' list",
"Every time the game is launched",
"Wow"
]
]
}
In this example, the mod will select one of two messages—first or second—every time the game launches, creating as many virtual mods as there are lines in the chosen message.