From b33b64457a3d32f1e3aedeb93d7fd37d10086ee0 Mon Sep 17 00:00:00 2001 From: warmthdawn Date: Sun, 7 Mar 2021 19:45:53 +0800 Subject: [PATCH] =?UTF-8?q?HOTFIX:=20=E4=BF=AE=E6=94=B9=EF=BC=9A=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E7=AB=AF=E5=BF=85=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/warmthdawn/justenoughdrags/JustEnoughDrags.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/com/warmthdawn/justenoughdrags/JustEnoughDrags.java b/src/main/java/com/warmthdawn/justenoughdrags/JustEnoughDrags.java index 50ad4f7..58ac336 100644 --- a/src/main/java/com/warmthdawn/justenoughdrags/JustEnoughDrags.java +++ b/src/main/java/com/warmthdawn/justenoughdrags/JustEnoughDrags.java @@ -9,8 +9,7 @@ import net.minecraftforge.fml.common.event.FMLPreInitializationEvent; import org.apache.logging.log4j.Logger; -@Mod(modid = JustEnoughDrags.MODID, name = JustEnoughDrags.NAME, version = JustEnoughDrags.VERSION - , clientSideOnly = true) +@Mod(modid = JustEnoughDrags.MODID, name = JustEnoughDrags.NAME, version = JustEnoughDrags.VERSION) public class JustEnoughDrags { public static final String MODID = "justenoughdrags"; public static final String NAME = "Just Enough Drags";