Skip to content

Commit

Permalink
sync with sakura-ryoko/itemscroller
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Jul 16, 2024
1 parent d6095aa commit c6c1b18
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ repositories {
maven { url "https://www.jitpack.io" }
maven { url "https://maven.neoforged.net/releases/" }
maven { url 'https://api.modrinth.com/maven' }
maven {
url "https://maven2.bai.lol"
content {
includeGroup "lol.bai"
}
}
}

dependencies {
Expand All @@ -23,7 +29,7 @@ dependencies {
neoForge libs.neoforge

modImplementation libs.mafglib
modImplementation libs.neonetwork
modImplementation libs.badpackets

implementation libs.jsr305
}
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mappings_patch="1.21+build.4"
neoforge="21.0.78-beta"

# Mod properties
version="0.1.3"
version="0.1.4"
maven-group="org.thinkingstudio.rocknroller"
archives-name="RocknRoller"

Expand All @@ -18,8 +18,8 @@ id-modrinth="hYq29QmW"
id-curseforge="916852"

# Mod dependencies
mafglib="0.1.14-mc1.21"
neonetwork="0.1.5+mc1.21"
mafglib="0.1.16-mc1.21"
badpackets="neo-0.8.1"

# Libraries
jsr305="3.0.2"
Expand All @@ -34,7 +34,7 @@ yarn-mappings = { group = "net.fabricmc", name = "yarn", version.ref = "yarn_map
yarn-mappings-patch = { group = "dev.architectury", name = "yarn-mappings-patch-neoforge", version.ref = "mappings_patch"}

neoforge = { group = "net.neoforged", name = "neoforge", version.ref = "neoforge" }
neonetwork = { group = "maven.modrinth", name = "neonetwork", version.ref = "neonetwork" }
badpackets = { group = "lol.bai", name = "badpackets", version.ref = "badpackets" }
mafglib = { group = "maven.modrinth", name = "mafglib", version.ref = "mafglib"}

jsr305 = { group = "com.google.code.findbugs", name = "jsr305", version.ref = "jsr305"}
Expand Down

0 comments on commit c6c1b18

Please sign in to comment.