JSON Config Changes Not Applying
Mochnant opened this issue · 5 comments
Minecraft 1.15.2
Forge: 31.1.79
IronJetpacks 3.0.1
Editing the existing json files in /config/ironjetpacks/jetpacks/ to modify speeds, costs, etc do not seem to be applied in game after server restart. No additional jetpacks were added.
There are no log messages for IronJetpacks that shows any issues.
Is this a known issue, and/or can I provide any diagnostic information to help find the issue?
You mention a server restart. Do the clients have the same config files? They need to be the same on both the server and the client.
Interesting, I’m sure that is what it is then, thank you.
Would it be possible to have these be server side so that admins could tweak numbers without updating their mod packs?
A further thought... if a client intentionally changed their local configs, it seems like their settings would be used on the server? That seems to be a potential angle for abuse.
Can't be server side only because the configs are used to generate the items. Server side should always take priority for anything that matters.