We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a046ceb commit a1a3a9bCopy full SHA for a1a3a9b
1 file changed
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
// id 'fabric-loom' version '1.10-SNAPSHOT' apply false
4
id 'fabric-loom' version '1.11-SNAPSHOT' apply false
5
id 'maven-publish'
6
- id 'com.replaymod.preprocess' version '20c7ec554a'
+ id 'com.replaymod.preprocess' version 'd452ef7612'
7
}
8
9
@@ -14,7 +14,7 @@ preprocess {
14
def mc1215 = createNode('1.21.5' , 1_21_05, 'yarn')
15
def mc12110 = createNode('1.21.10', 1_21_10, 'yarn')
16
17
- mc117 .link(mc1204, null)
+ mc117.link(mc1204, null)
18
mc1204.link(mc1210, null)
19
mc1210.link(mc1215, null)
20
mc1215.link(mc12110, null)
0 commit comments