DAQEM / JobsPlus

Jobs+ mod for Minecraft Forge
MIT License
3 stars 6 forks source link

Extact EXP multilpier and other config to a more mutable file #73

Closed WhiT-Eboard closed 1 year ago

WhiT-Eboard commented 1 year ago

I found it inconvenient for me to change EXP multiplier as I have to recompile the whole project. So is there a chance that these conifgs can store in a .json file, .xml file or .properties file?

DAQEM commented 1 year ago

They are already in a serverconfig .toml file in the world > serverconfigs folder.

WhiT-Eboard commented 1 year ago

Really appreciate it.