File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id ' com.github.johnrengelman.shadow' version ' 7.1.2'
55 id ' java'
66 id ' maven-publish'
7- id ' xyz.wagyourtail. unimined' version ' 1.4.1 '
7+ id ' io.github.null2264. unimined' version ' 1.4.2 '
88}
99
1010group ' me.earth'
@@ -40,6 +40,9 @@ repositories {
4040 maven {
4141 url = " https://maven.wagyourtail.xyz/releases"
4242 }
43+ maven {
44+ url = " https://maven.aap.my.id/"
45+ }
4346
4447 maven {
4548 name = ' 3arthMaven'
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ pluginManagement {
1919 maven {
2020 url = " https://maven.wagyourtail.xyz/snapshots"
2121 }
22+ maven {
23+ url = " https://maven.aap.my.id/"
24+ }
2225 gradlePluginPortal() {
2326 content {
2427 excludeGroup(" org.apache.logging.log4j" )
@@ -30,4 +33,4 @@ pluginManagement {
3033include ' api'
3134project(' :api' ). projectDir = file(' ../api' )
3235
33- rootProject. name = ' mc-runtime-test'
36+ rootProject. name = ' mc-runtime-test'
Original file line number Diff line number Diff line change 44 "dir" : " api" ,
55 "java" : " 8"
66 },
7+ {
8+ "dir" : " 1_21_9" ,
9+ "mc" : " 1.21.11" ,
10+ "lex" : " 61.0.0" ,
11+ "neo" : " 0-beta" ,
12+ "java" : " 21"
13+ },
714 {
815 "dir" : " 1_21_9" ,
916 "mc" : " 1.21.10" ,
176183 }
177184 ],
178185 "run_data" : [
186+ {
187+ "mc" : " 1.21.11" ,
188+ "type" : " lexforge" ,
189+ "modloader" : " forge" ,
190+ "regex" : " .*forge.*" ,
191+ "java" : " 21"
192+ },
193+ {
194+ "mc" : " 1.21.11" ,
195+ "type" : " neoforge" ,
196+ "modloader" : " neoforge" ,
197+ "regex" : " .*neoforge.*" ,
198+ "java" : " 21"
199+ },
200+ {
201+ "mc" : " 1.21.11" ,
202+ "type" : " fabric" ,
203+ "modloader" : " fabric" ,
204+ "regex" : " .*fabric.*" ,
205+ "java" : " 21"
206+ },
179207 {
180208 "mc" : " 1.21.10" ,
181209 "type" : " lexforge" ,
You can’t perform that action at this time.
0 commit comments