File tree 3 files changed +5
-13
lines changed
3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -186,14 +186,6 @@ publishing {
186
186
name = ' BuildDirLocal'
187
187
url = " $buildDir /repo"
188
188
}
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
- }
197
189
198
190
def ldlMaven = System . getenv(' LDL_MAVEN' )
199
191
if (ldlMaven) {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ loader_version=0.12.12
10
10
fabric_api_version =0.55.3+1.19
11
11
12
12
# Mod Properties
13
- mod_version = 2.1.1
13
+ mod_version = 2.1.2
14
14
maven_group = dev.lambdaurora
15
15
archives_base_name = lambdynamiclights
16
16
modrinth_id =yBW8D80W
Original file line number Diff line number Diff line change 30
30
],
31
31
"depends" : {
32
32
"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" ,
36
36
"java" : " >=17"
37
37
},
38
38
"recommends" : {
39
- "modmenu" : " >=2 .0.0"
39
+ "modmenu" : " >=4 .0.0"
40
40
},
41
41
"suggests" : {
42
42
"ears" : " *" ,
You can’t perform that action at this time.
0 commit comments