TheXFactor117 / Levels

A small, Minecraft mod focused around the aspect of weapon and armor leveling.
GNU General Public License v2.0
24 stars 19 forks source link

Clientside Config Issues #95

Open Practiclycrp opened 7 years ago

Practiclycrp commented 7 years ago

When updating damage values on the server/client, they will incorrectly display on clients that don't match the servers custom damage values.

Example; Server has a custom archaic damage of x5, item has 6 base damage equaling to 30. Client A doesn't have their config set to x5 archaic and will see the item as having 24 damage, Client B does and sees the damage as 30.

Forge 13.20.0.2252 Levels 2 R1.2.0 Minecraft 1.11.2

TheXFactor117 commented 7 years ago

Thanks - I need to look into synchronizing config files on server. Will do so in a second.