Skip to content

Commit

Permalink
dropped support for mc1.19.2 and mc1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-1F committed Jun 18, 2024
1 parent ee65aee commit 327b2b0
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 50 deletions.
10 changes: 3 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ preprocess {
def mc116 = createNode('1.16.5' , 1_16_05, '')
def mc117 = createNode('1.17.1' , 1_17_01, '')
def mc118 = createNode('1.18.2' , 1_18_02, '')
def mc1192 = createNode('1.19.2' , 1_19_02, '') // TODO: drop support when mc1.21 is out
def mc1193 = createNode('1.19.3' , 1_19_03, '') // TODO: drop support when mc1.21 is out
def mc1194 = createNode('1.19.4' , 1_19_04, '')
def mc119 = createNode('1.19.4' , 1_19_04, '')
def mc1201 = createNode('1.20.1' , 1_20_01, '') // TODO: drop support when mc1.22 is out
def mc1202 = createNode('1.20.2' , 1_20_02, '') // TODO: drop support when mc1.22 is out
def mc1204 = createNode('1.20.4' , 1_20_04, '') // TODO: drop support when mc1.22 is out
Expand All @@ -29,10 +27,8 @@ preprocess {
mc115 .link(mc116 , file('versions/mapping-1.15-1.16.txt'))
mc116 .link(mc117 , file('versions/mapping-1.16-1.17.txt'))
mc117 .link(mc118 , file('versions/mapping-1.17-1.18.txt'))
mc118 .link(mc1192, file('versions/mapping-1.18-1.19.txt'))
mc1192.link(mc1193, file('versions/mapping-1.19.2-1.19.3.txt'))
mc1193.link(mc1194, file('versions/mapping-1.19.3-1.19.4.txt'))
mc1194.link(mc1201, file('versions/mapping-1.19.4-1.20.1.txt'))
mc118 .link(mc119 , file('versions/mapping-1.18-1.19.txt'))
mc119 .link(mc1201, file('versions/mapping-1.19-1.20.1.txt'))
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'))
Expand Down
2 changes: 0 additions & 2 deletions settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"1.16.5",
"1.17.1",
"1.18.2",
"1.19.2",
"1.19.3",
"1.19.4",
"1.20.1",
"1.20.2",
Expand Down
18 changes: 0 additions & 18 deletions versions/1.19.2/gradle.properties

This file was deleted.

1 change: 0 additions & 1 deletion versions/1.19.2/ivan-carpet-addition.accesswidener

This file was deleted.

18 changes: 0 additions & 18 deletions versions/1.19.3/gradle.properties

This file was deleted.

1 change: 0 additions & 1 deletion versions/1.19.3/ivan-carpet-addition.accesswidener

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package me.ivan.ivancarpetaddition.mixins.network;
package mixins.network;

import me.fallenbreath.conditionalmixin.api.annotation.Condition;
import me.fallenbreath.conditionalmixin.api.annotation.Restriction;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package me.ivan.ivancarpetaddition.mixins.network;
package mixins.network;

import me.fallenbreath.conditionalmixin.api.annotation.Condition;
import me.fallenbreath.conditionalmixin.api.annotation.Restriction;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package me.ivan.ivancarpetaddition.mixins.setting;
package mixins.setting;

import me.fallenbreath.conditionalmixin.api.annotation.Condition;
import me.fallenbreath.conditionalmixin.api.annotation.Restriction;
Expand Down
File renamed without changes.
Empty file removed versions/mapping-1.19.3-1.19.4.txt
Empty file.
Empty file removed versions/mapping-1.19.4-1.20.1.txt
Empty file.

0 comments on commit 327b2b0

Please sign in to comment.