Started by
MarioRD
on
Topic category: Help with Minecraft modding (Java Edition)
Hi beautiful people!
Well ... basically what the title says. I have been researching how to create a configuration file for my mod, but sadly I have not been able to find anything :(
I have also seen the Goldorion plugin, which allows you to create a configuration file but I have not managed to do whit it what I want.
The mod i created is about structures and what I want to do with the configuration file is that the person can modify the spawning ratio of the structures, even allowing them to be spawned or not.
Can someone help me please? :D
You won't be able to do that except if you use custom code because it requires to change the value before the game registers your structure.