Posted February 3, 20187 yr I'm playing around with forge server side mods for the first time and I need a bit of a sanity check on this one. Is it actually possible to make a server side mod that only needs to be installed on the server with no client counterpart? Setting serverSideOnly in the mod info still causes the client to be blocked saying it does not have the mod installed. For this test case all the mod does is send a message to the player after a BreakEvent. Edited February 3, 20187 yr by Melnking solved
February 3, 20187 yr Author Resolved, in order to not require the client to have the mod installed simply set acceptableRemoteVersions to "*"
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.