Skip to content

Commit 2ec728c

Browse files
committed
use other foundation
1 parent 1d033a6 commit 2ec728c

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

build.gradle

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def props = project.properties
4747
def sysProps = System.getProperties()
4848
def details = versionDetails()
4949

50-
group 'catserver'
50+
group 'catroom'
5151

5252
//version details.lastTag + (project.hasProperty("release") ?
5353
// "" : ("+build." + details.commitDistance + (project.hasProperty("run_number") ?
@@ -241,6 +241,9 @@ project(':catroom') {
241241
maven {
242242
url "https://maven.outlands.top/releases/"
243243
}
244+
maven {
245+
url 'https://jitpack.io'
246+
}
244247
}
245248

246249
ext {
@@ -440,8 +443,7 @@ project(':catroom') {
440443
// Added back deprecated features for mods to load up properly
441444
installer "org.ow2.asm:asm-deprecated:$props.asm_deprecated"
442445

443-
installer "top.outlands:foundation:0.17.1" // TODO: update
444-
// installer "top.outlands:foundation:0.16.3" // TODO: update
446+
installer 'com.github.voidsutdio:foundation:f014b991e3'
445447
installer 'net.lenni0451:Reflect:1.5.0'
446448
installer 'org.javassist:javassist:3.30.2-GA'
447449
installer "zone.rong:imaginebreaker:2.1"
@@ -1108,6 +1110,7 @@ project(':catroom') {
11081110
artifacts.each { key, lib ->
11091111
libraries.add(lib.name)
11101112
}
1113+
11111114
libraries.add('net.minecraftforge:legacydev:0.2.3.+:fatjar')
11121115
universalFilters.add('^(?!binpatches\\.pack\\.lzma$).*$')
11131116

buildSrc/src/main/groovy/com/cleanroommc/gradle/helpers/tasks/Util.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ class Util {
152152
"https://repo.cleanroommc.com/releases/",
153153
"https://maven.arcseekers.com/releases/",
154154
"https://maven.minecraftforge.net/",
155+
"https://jitpack.io/"
155156
]
156157
try {
157158
return urlList.stream().map(original -> original + path)

0 commit comments

Comments
 (0)