Skip to content

Commit 6e4eaef

Browse files
committed
Update dependencies declaration.
1 parent f418744 commit 6e4eaef

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

build.gradle

-8
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,6 @@ publishing {
186186
name = 'BuildDirLocal'
187187
url = "$buildDir/repo"
188188
}
189-
maven {
190-
name = 'GithubPackages'
191-
url = uri('https://maven.pkg.github.com/LambdAurora/LambDynamicLights')
192-
credentials {
193-
username = project.findProperty('gpr.user') ?: System.getenv('USERNAME')
194-
password = project.findProperty('gpr.key') ?: System.getenv('TOKEN')
195-
}
196-
}
197189

198190
def ldlMaven = System.getenv('LDL_MAVEN')
199191
if (ldlMaven) {

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ loader_version=0.12.12
1010
fabric_api_version=0.55.3+1.19
1111

1212
# Mod Properties
13-
mod_version = 2.1.1
13+
mod_version = 2.1.2
1414
maven_group = dev.lambdaurora
1515
archives_base_name = lambdynamiclights
1616
modrinth_id=yBW8D80W

src/main/resources/fabric.mod.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
],
3131
"depends": {
3232
"fabricloader": ">=0.12.12",
33-
"fabric": ">=0.34.9",
34-
"minecraft": ">=1.18.1",
35-
"spruceui": ">=3.3.0",
33+
"fabric": ">=0.55.3+1.19",
34+
"minecraft": ">=1.19",
35+
"spruceui": ">=4.0.0",
3636
"java": ">=17"
3737
},
3838
"recommends": {
39-
"modmenu": ">=2.0.0"
39+
"modmenu": ">=4.0.0"
4040
},
4141
"suggests": {
4242
"ears": "*",

0 commit comments

Comments
 (0)