Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit c85e803

Browse files
committed
fix forge duplicate key + bump forge version
1 parent 788ad63 commit c85e803

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

forge/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ plugins {
2222
apply plugin: 'com.github.johnrengelman.shadow'
2323
apply plugin: 'org.spongepowered.mixin'
2424

25-
group = 'gg.playit'
26-
version = '1.3.1'
25+
version = project.mod_version
26+
group = project.maven_group
2727

2828
java {
2929
archivesBaseName = 'playit-forge'

forge/gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
org.gradle.jvmargs=-Xmx3G
22
org.gradle.daemon=false
3+
4+
mod_version=1.3.2
5+
maven_group=gg.playit

forge/src/main/java/gg/playit/api/models/TunnelType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public enum TunnelType {
99
MinecraftBedrock,
1010
@JsonProperty("valheim")
1111
Valheim,
12-
@JsonProperty("valheim")
12+
@JsonProperty("terraria")
1313
Terraria,
1414
@JsonProperty("starbound")
1515
Starbound,

0 commit comments

Comments
 (0)