magneticflux- / fabric-mumblelink-mod

A Fabric mod that connects to the MumbleLink plugin.
GNU Lesser General Public License v3.0
51 stars 13 forks source link

Default config file missing lines. #60

Closed iMahco closed 3 years ago

iMahco commented 3 years ago

Ahhh I just spent 3 hours trying to figure out if I was using the wrong mod or something because the configuration file had nothing, so I was stuck staring at the template values with 0 idea on what to do and how to implement them. After installing ModMenu, filling in values, and then hitting save the updated config file adds the missing lines. Just throwing this piece of info out there in hopes that default config file adds the missing lines. As it stands default config file only has:

mumbleAutoLaunchOption = "ACCEPT" mumbleDimensionYAxisAdjust = 0.0 voipClient = "MUMBLE"

All is working fine now on my end after the fix mentioned above so no concern there!

magneticflux- commented 3 years ago

Take it up with AutoConfig, that's what it does by default.

44 ought to fix this, it moves to a better config API.