Skip to content

Commit

Permalink
make client side
Browse files Browse the repository at this point in the history
  • Loading branch information
xunto committed May 8, 2019
1 parent 75fd289 commit 7835132
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/example/examplemod/Antiesper.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
import net.minecraftforge.fml.relauncher.Side;

@Mod(modid = Antiesper.MODID, version = Antiesper.VERSION) @Mod.EventBusSubscriber(Side.CLIENT)
@Mod(modid = Antiesper.MODID, version = Antiesper.VERSION, clientSideOnly = true)
@Mod.EventBusSubscriber(Side.CLIENT)
public class Antiesper {
public static final String MODID = "@MODID@";
public static final String VERSION = "@VERSION@";
Expand Down

0 comments on commit 7835132

Please sign in to comment.