Daomephsta / LootTweaker

A CraftTweaker addon that adds the ability to tweak loot tables
MIT License
17 stars 2 forks source link

Make mod not required on client when installed on server #77

Closed Brycey92 closed 4 years ago

Daomephsta commented 4 years ago

Thanks, but there are several issues you haven't addressed.

  1. How do LootTweaker commands behave when sent from a client without it installed, to a server with it installed? Commands are mostly/entirely server-side, but they involve client-server communication, so I'd like them checked.
  2. acceptableRemoteVersions = "*" allows client-only installation as well as server-only installation. How does LootTweaker behave in the former situation?
  3. acceptableRemoteVersions = "*" allows version mismatch between client and server. I do not guarantee network compatibility between different versions.
Brycey92 commented 4 years ago

Thanks for pointing all that out! I'll look into it when I have time.