Skip to content

Commit

Permalink
Fix mod needing to be installed on clients if server has it
Browse files Browse the repository at this point in the history
  • Loading branch information
makamys committed Jan 31, 2024
1 parent 545f87d commit 53a2483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/makamys/neodymium/Neodymium.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

public class Neodymium implements Proxy {

@Mod(modid = MODID, version = VERSION, guiFactory = "makamys.neodymium.config.GuiFactory")
@Mod(modid = MODID, version = VERSION, guiFactory = "makamys.neodymium.config.GuiFactory", acceptableRemoteVersions = "*")
public static class ModContainer {
@SidedProxy(serverSide = "makamys.neodymium.util.Proxy$NullProxy", clientSide = "makamys.neodymium.Neodymium")
private static Proxy proxy;
Expand Down

0 comments on commit 53a2483

Please sign in to comment.