BlakeBr0 / IronJetpacks

Adds fully customizable FE powered jetpacks!
https://blakesmods.com/iron-jetpacks
MIT License
13 stars 21 forks source link

JSON Config Changes Not Applying #22

Closed Mochnant closed 4 years ago

Mochnant commented 4 years ago

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?

BlakeBr0 commented 4 years ago

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.

Mochnant commented 4 years ago

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?

Mochnant commented 4 years ago

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.

BlakeBr0 commented 4 years ago

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.

Mochnant commented 4 years ago

I have flown with client side speed while the server config was much lower, so not sure what’s going on there. That is to say, it does not appear as if server configs are taking precedent.