Topic category: Help with MCreator software
Hey all!
I’m creating a mod and I want it to include a server config .toml file in a world that is generated when the mod is loaded. I noticed file manger supports .txt and .json - but is there anyway to include a .toml file like this, with Mcreator?
I know that probably sounds silly - but it’s for compatibility with another mod I use that generates one and Im supposed to manually change the .toml settings every time I make a world. I'm trying to automate the settings change by just having it overwrite the .toml file that is present with the one I include with the mod so that each time a world is generated, the settings will be setup so the two mods work together. It's just to prevent me from having to change the file every time I create a new world.