Up-Mods / Icarus

Minecraft mod that adds a bunch of colourful and unique wings
https://curseforge.com/projects/428151
Other
12 stars 12 forks source link

Server config not updating from icarus.json changes #59

Closed anonlurker closed 5 months ago

anonlurker commented 1 year ago

I'm running a Fabric 1.19.2 multiplayer server with the Fabric Medieval Minecraft Modpack (MMC1) which contains this mod. My friends and I wanted to update the config to disable the armor slow and allow sneaking midflight, but updating the config/icarus.json file to contain these settings

  "armourSlows": false,
  "canSlowFall": true,
  "maxSlowedMultiplier": 0.0,

and restarting the server didn't seem to work - syncing the values with the clients did not work either. Editing the origins config on the other hand correctly updated the features that the mod allowed, such as enabling/disabling shield usage. Could I check if I am doing something wrongly?

Thanks!

CammiePone commented 1 year ago

whats your version of Icarus?

anonlurker commented 1 year ago

Its 1.14

anonlurker commented 1 year ago

would it work if i recompiled the jar from the v1.14 release with new defaults in IcarusConfig?

I see theres an open issue on https://github.com/TeamMidnightDust/MidnightLib/issues/29 which hints it may not work with loading server configs