Skip to content

Commit

Permalink
fix forge duplicate key + bump forge version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxomatic458 committed Sep 14, 2024
1 parent 788ad63 commit c85e803
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ plugins {
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'org.spongepowered.mixin'

group = 'gg.playit'
version = '1.3.1'
version = project.mod_version
group = project.maven_group

java {
archivesBaseName = 'playit-forge'
Expand Down
3 changes: 3 additions & 0 deletions forge/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

mod_version=1.3.2
maven_group=gg.playit
2 changes: 1 addition & 1 deletion forge/src/main/java/gg/playit/api/models/TunnelType.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public enum TunnelType {
MinecraftBedrock,
@JsonProperty("valheim")
Valheim,
@JsonProperty("valheim")
@JsonProperty("terraria")
Terraria,
@JsonProperty("starbound")
Starbound,
Expand Down

0 comments on commit c85e803

Please sign in to comment.