Jump to content

Vistaf

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Vistaf

  1. With your example, do the config values change during runtime? (i.e you don't have to reload the minecraft client in order to get the changes made directly to the config in say a text editor?) and if they do, how? Like which values should i be getting, ive tried like ExampleModConfig.clientBoolean but that doesn't update. Thanks!
  2. Hi, Thanks for posting your example mod! its a real help since forge decided to change everything, however, looking through your code I couldn't figure out how it actaully is you access the values stored in the config? Like how do i determine whether "clientBoolean" is true or false? Thanks! UPDATE: Sorry, I figured out how to get it. However, When i change the file with MC open, the value does not change when im retrieving it. Is this intentional, or am I meant to be doing something else? I did notice that the setValueAndSave() function is never used. Thanks again!
  3. How did you update the changes in game?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.