Skip to content

Commit a1a3a9b

Browse files
committed
update: preprocessor
1 parent a046ceb commit a1a3a9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
// id 'fabric-loom' version '1.10-SNAPSHOT' apply false
44
id 'fabric-loom' version '1.11-SNAPSHOT' apply false
55
id 'maven-publish'
6-
id 'com.replaymod.preprocess' version '20c7ec554a'
6+
id 'com.replaymod.preprocess' version 'd452ef7612'
77
}
88

99

@@ -14,7 +14,7 @@ preprocess {
1414
def mc1215 = createNode('1.21.5' , 1_21_05, 'yarn')
1515
def mc12110 = createNode('1.21.10', 1_21_10, 'yarn')
1616

17-
mc117 .link(mc1204, null)
17+
mc117.link(mc1204, null)
1818
mc1204.link(mc1210, null)
1919
mc1210.link(mc1215, null)
2020
mc1215.link(mc12110, null)

0 commit comments

Comments
 (0)