Skip to content

Commit 49604f1

Browse files
committed
Make this the mod server side only compatible.
1 parent 495a09c commit 49604f1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
org.gradle.jvmargs=-Xmx3G
44

55
# Mod Details
6-
version=2.3.1
6+
version=2.4.0
77
mcp_version=20171003
88
pe_version=PE1.4.0
99
mc_version=1.12.2
1010
forge_version=14.23.5.2811
1111

1212
# Curseforge Details
1313
cf_project=313402
14-
release_type=release
14+
release_type=beta
1515

1616
# Mod Dependencies
1717
version_actuallyadditions=1.12.2-r144

src/main/java/com/tagnumelite/projecteintegration/PEIntegration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @author TagnumElite
3131
* @version 2.0.0
3232
*/
33-
@Mod(modid = PEIApi.MODID, name = PEIApi.NAME, version = PEIApi.VERSION, dependencies = Reference.DEPENDENCIES, certificateFingerprint = "342c9251777bda1ef9b9f1cb1387c2bd4d06cd78")
33+
@Mod(modid = PEIApi.MODID, name = PEIApi.NAME, version = PEIApi.VERSION, dependencies = Reference.DEPENDENCIES, certificateFingerprint = "342c9251777bda1ef9b9f1cb1387c2bd4d06cd78", acceptableRemoteVersions = "*")
3434
public class PEIntegration {
3535
public static Configuration config;
3636
private static boolean DISABLE = false;

0 commit comments

Comments
 (0)