Minecraft – How to activate the Cheat Mod in Zombes ModPack

minecraft-java-editionmods

I recently installed Zombes Mod Pack on Minecraft. I know that I installed it correctly because the other mod I enabled that lets me reach farther does work. I then moved onto the cheat mod and set it up like I set up the other.

I had Minecraft closed at the time and when I started up Minecraft again, there was no error. I then checked what the key to activate Cheat Mode multiple times, but when I hit it it would not turn on, therefore I can't see the part I activated.

Is there something I am doing wrong? I have uncommented the mod and each thing I wanted, and I removed all the spaces. My only worry is that the key controls I entered were wrong and unrecognized.

Here is my config folder:
Here is my config folder showing how I set up the Cheat Mod:

Best Answer

You seem to have uncommented some lines that should have remained as comments. "Uncomment to enable mod" actually refers to the line below it ("modCheatEnabled = yes").

Every time there's a blank line, the first line afterwards is a brief description of what the option does and so should remain as a comment.

So, for example, the first couple of lines originally look like this:

# Uncomment to enable mod:
#modCheatEnabled       = yes

You changed it so it looks like this:

Uncomment to enable mod:
modCheatEnabled       = yes

But it should actually look like this:

# Uncomment to enable mod:
modCheatEnabled       = yes

The "modCheatEnabled" line should be the ONLY line you remove a '#' from in the Cheat Mod section of the config. I noticed that several other options (presumably all the options you changed) have been uncommented in the same way. "Toggles Cheat mode on / off", "Show / hide ores", "See through everything nearby..." and all the other lines that look like descriptions should still be commented with a '#' sign in front of them. It's the lines below those comments ("keyCheatShowOres = C", "keyCheatSee = T", etc.) that actually do anything.