@@ -3,21 +3,22 @@ plugins {
33
44 // https://github.com/ReplayMod/preprocessor
55 // https://github.com/Fallen-Breath/preprocessor
6- id(" com.replaymod.preprocess" ) version(" 0a04a5668b " )
6+ id(" com.replaymod.preprocess" ) version(" d452ef7612 " )
77
88 // https://github.com/GradleUp/shadow
9- id(" com.gradleup.shadow" ) version(" 8.3.6 " ) apply(false )
9+ id(" com.gradleup.shadow" ) version(" 9.1.0 " ) apply(false )
1010
1111 // https://github.com/hierynomus/license-gradle-plugin
1212 id(" com.github.hierynomus.license" ) version(" 0.16.1" ) apply(false )
1313
1414 // https://github.com/Fallen-Breath/yamlang
15- id(" me.fallenbreath.yamlang" ) version(" 1.4.1 " ) apply(false )
15+ id(" me.fallenbreath.yamlang" ) version(" 1.5.0 " ) apply(false )
1616
1717 // https://github.com/firstdarkdev/modpublisher
18- id(" com.hypherionmc.modutils.modpublisher" ) version(" 2.1.7 " ) apply(false )
18+ id(" com.hypherionmc.modutils.modpublisher" ) version(" 2.1.8 " ) apply(false )
1919
2020 id(" maven-publish" )
21+ id(" idea" )
2122}
2223
2324version = project. mod_version
@@ -35,11 +36,11 @@ preprocess {
3536 var mc12001 = createNode(" 1.20.1" , 1_20_01, " " )
3637 var mc12006 = createNode(" 1.20.6" , 1_20_06, " " )
3738 var mc12101 = createNode(" 1.21.1" , 1_21_01, " " )
39+ var mc12103 = createNode(" 1.21.3" , 1_21_03, " " )
3840 var mc12104 = createNode(" 1.21.4" , 1_21_04, " " )
3941 var mc12105 = createNode(" 1.21.5" , 1_21_05, " " )
40- var mc12106 = createNode(" 1.21.6" , 1_21_06, " " )
41- var mc12107 = createNode(" 1.21.7" , 1_21_07, " " )
4242 var mc12108 = createNode(" 1.21.8" , 1_21_08, " " )
43+ var mc12110 = createNode(" 1.21.10" , 1_21_10, " " )
4344
4445 mc12006. link(mc12001, file(" versions/mapping_12006_12001.txt" ))
4546 mc12001. link(mc11904, file(" versions/mapping_12001_11904.txt" ))
@@ -50,11 +51,11 @@ preprocess {
5051 mc11502. link(mc11404, file(" versions/mapping_11502_11404.txt" ))
5152
5253 mc12006. link(mc12101, file(" versions/mapping_12006_12101.txt" ))
53- mc12101. link(mc12104, file(" versions/mapping_12101_12104.txt" ))
54+ mc12101. link(mc12103, file(" versions/mapping_12101_12103.txt" ))
55+ mc12103. link(mc12104, file(" versions/mapping_12103_12104.txt" ))
5456 mc12104. link(mc12105, file(" versions/mapping_12104_12105.txt" ))
55- mc12105. link(mc12106, file(" versions/mapping_12105_12106.txt" ))
56- mc12106. link(mc12107, file(" versions/mapping_12106_12107.txt" ))
57- mc12107. link(mc12108, file(" versions/mapping_12107_12108.txt" ))
57+ mc12105. link(mc12108, file(" versions/mapping_12105_12108.txt" ))
58+ mc12108. link(mc12110, file(" versions/mapping_12108_12110.txt" ))
5859}
5960
6061tasks. register(" buildAndGather" ) {
0 commit comments