Skip to content

Commit

Permalink
rename subproject future to 1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Oct 9, 2024
1 parent 84ed7cd commit 068e84d
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ preprocess {
def mc1202 = createNode('1.20.2', 1_20_02, '')
def mc1204 = createNode('1.20.4', 1_20_04, '')
def mc1206 = createNode('1.20.6', 1_20_06, '')
def mc121 = createNode('1.21.1', 1_21_01, '')
def fut = createNode('future', 1_21_02, '')
def mc1211 = createNode('1.21.1', 1_21_01, '')
def mc1212 = createNode('1.21.2', 1_21_02, '')

mc115 .link(mc114 , file('versions/mapping-1.15-1.14.txt'))
mc115 .link(mc116 , file('versions/mapping-1.15-1.16.txt'))
Expand All @@ -35,8 +35,8 @@ preprocess {
mc1201.link(mc1202, file('versions/mapping-1.20.1-1.20.2.txt'))
mc1202.link(mc1204, file('versions/mapping-1.20.2-1.20.4.txt'))
mc1204.link(mc1206, file('versions/mapping-1.20.4-1.20.6.txt'))
mc1206.link(mc121 , file('versions/mapping-1.20.6-1.21.txt'))
mc121.link (fut , file('versions/mapping-1.21-future.txt'))
mc1206.link(mc1211, file('versions/mapping-1.20.6-1.21.1.txt'))
mc1211.link(mc1212, file('versions/mapping-1.21.1-1.21.2.txt'))
}

tasks.register('buildAndGather') {
Expand Down
2 changes: 1 addition & 1 deletion settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"1.20.4",
"1.20.6",
"1.21.1",
"future"
"1.21.2"
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 068e84d

Please sign in to comment.