Skip to content

Commit

Permalink
I give up trying to mark this mod as client-side-only. Just run it si…
Browse files Browse the repository at this point in the history
…ngleplayer locally and be happy.
  • Loading branch information
Hermanoid committed Jan 15, 2024
1 parent 0baf959 commit ea784e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/hermanoid/nerd/NotEnoughRecipeDumps.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class NotEnoughRecipeDumps {

public static final Logger LOG = LogManager.getLogger(Tags.MODID);

@SidedProxy(clientSide = "com.hermanoid.nerd.ClientProxy")
@SidedProxy(clientSide = "com.hermanoid.nerd.ClientProxy", serverSide = "com.hermanoid.nerd.CommonProxy")
public static CommonProxy proxy;

@Mod.EventHandler
Expand Down

0 comments on commit ea784e9

Please sign in to comment.