[HELP] Create config file for a mod

Started by MarioRD on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[HELP] Create config file for a mod

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

Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You won't be able to do that…
Fri, 03/19/2021 - 01:02

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.