Skip to content

Commit

Permalink
Flag neo entrypoint as client-only
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRyken committed Jul 1, 2024
1 parent 5493990 commit 03ca190
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@

package dev.terminalmc.xaerozoomout;

import net.neoforged.api.distmarker.Dist;
import net.neoforged.fml.common.Mod;

@Mod(XaeroZoomout.MOD_ID)
@Mod(value = XaeroZoomout.MOD_ID, dist = Dist.CLIENT)
public class XaeroZoomoutNeoForge {
public XaeroZoomoutNeoForge() {
XaeroZoomout.init();
Expand Down

0 comments on commit 03ca190

Please sign in to comment.