Skip to content

Commit 83bcd91

Browse files
committed
set up curse and modrinth publishing
1 parent a828f51 commit 83bcd91

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,26 @@ minecraft_fp {
2929
repoUrl = "https://mvn.falsepattern.com/releases"
3030
repoName = "mavenpattern"
3131
}
32+
curseforge {
33+
projectId = "1344779"
34+
dependencies {
35+
required("fplib")
36+
optional("swansong")
37+
optional("falsetweaks")
38+
optional("beddium")
39+
optional("rple")
40+
}
41+
}
42+
modrinth {
43+
projectId = "kvBHaMRv"
44+
dependencies {
45+
required("fplib")
46+
optional("swansong")
47+
optional("falsetweaks")
48+
optional("beddium")
49+
optional("rple")
50+
}
51+
}
3252
}
3353
}
3454

0 commit comments

Comments
 (0)