Allow the mod to be loaded in a dedicated server environment

This commit is contained in:
Jonas Herzig
2018-01-16 16:01:59 +01:00
parent 5a1e893a45
commit 23c5df5aaa
11 changed files with 15 additions and 6 deletions

View File

@@ -36,6 +36,7 @@ import java.util.Optional;
version = "@MOD_VERSION@",
acceptedMinecraftVersions = "@MC_VERSION@",
acceptableRemoteVersions = "*",
clientSideOnly = true,
useMetadata = true)
public class ReplayModReplay {
public static final String MOD_ID = "replaymod-replay";