Ayutac's Simple Config

Ayutac's Simple Config

224 Downloads

A very basic and very lightweight configuration library for very basic needs. Like say, you make a mod and don't really care about configurations for your mod's users but want to address their needs anyway? Then this might be the perfect config lib for you.

Include is recommended. Check out the github page for how to use this in your mod.

Features

  • save integer config values (with a range)
  • save boolean config values
  • no comments in the config file itself
  • no annotations
  • no codecs
  • that's it

Issues, suggestions and even annoying "when will you update to 1.XY" questions all go to GitHub please, so I can actually be notified about them. Putting this into mod packs is allowed, but again, include in mods is the recommended way to go. I won't port it to forge, but you are free to do so.