Started by
Ziadod
on
Topic category: Help with Minecraft modding (Java Edition)
I’ve created my mod using a single script, and now I want to add a configuration screen. I downloaded an MCreator 2025.2 plugin called Configuration Files, which lets me create a procedure-like visual block editor for my config. I connected the config to the main script, but my only issue is that when I launch the game, the Config button for my mod in the Mods list is greyed out/disabled. How can I make it open the config properly?
there is a plugin that allows configs for mcreator, look it up
What is it called? I used a plugin called Configuration Files, which adds a config editor. I created the config and connected it to my script, but the in-game button isn’t clickable. I think it needs to be registered somehow, but I’m not sure how.