Skip to content

Commit d675068

Browse files
committed
chore: remove support for 1.20.1
1 parent ddd3563 commit d675068

File tree

7 files changed

+17
-76
lines changed

7 files changed

+17
-76
lines changed

.github/workflows/publish.yml

-26
Original file line numberDiff line numberDiff line change
@@ -139,33 +139,7 @@ jobs:
139139

140140
retry-attempts: 3
141141
retry-delay: 10000
142-
- name: Publish Minecraft Mods 1.20.1
143-
uses: Kir-Antipov/mc-publish@v3.3
144-
with:
145-
modrinth-id: SB7oe4aB
146-
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
147-
148-
curseforge-id: 891699
149-
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
150-
151-
files: processed_artifacts/1.20.1/*.jar
152-
153-
name: v${{ inputs.version }} For Minecraft 1.20.1
154-
version: v${{ inputs.version }}
155-
version-type: ${{ inputs.release_type }}
156142

157-
loaders: fabric
158-
game-versions: '1.20.1'
159-
game-version-filter: any
160-
dependencies: |-
161-
carpet(required)
162-
fabric-api(required)
163-
164-
modrinth-changelog: 'Got full change logs in [GitHub](https://github.com/OptiJava/OptCarpetAddition/releases).'
165-
curseforge-changelog: 'Got full change logs in [GitHub](https://github.com/OptiJava/OptCarpetAddition/releases).'
166-
167-
retry-attempts: 3
168-
retry-delay: 10000
169143
- name: Publish Minecraft Mods 1.20.4
170144
uses: Kir-Antipov/mc-publish@v3.3
171145
with:

README-en.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Build with [Preprocessor](https://github.com/ReplayMod/preprocessor)
1515

1616
Most other MC versions that are the same as the supported major versions but have different minor versions can be directly installed and work properly, but **the stability cannot be guaranteed. _Please use them with caution_**
1717

18-
| Minecraft Version | Support Status |
19-
|-------------------|-------------------------------------------------------------------------|
20-
| 1.20.4 | Supporting, developing actively |
21-
| 1.20.1 | Supporting, developing actively |
22-
| 1.19.3 | Supporting, developing actively |
23-
| 1.18.2 | Supporting, developing actively |
24-
| 1.17.1 | Supporting, developing actively |
18+
| Minecraft Version | Support Status |
19+
|-------------------|---------------------------------------------------------------------------|
20+
| 1.20.4 | Supporting, developing actively |
21+
| 1.20.1 | Not supporting, development stopped (supporting stopped on `Jul 4, 2024`) |
22+
| 1.19.3 | Supporting, developing actively |
23+
| 1.18.2 | Supporting, developing actively |
24+
| 1.17.1 | Supporting, developing actively |
2525
| 1.16.5 | Not supporting, development stopped (supporting stopped on `Jan 8, 2023`) |
2626

2727
## Rules

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Language: [English](https://github.com/OptiJava/OptCarpetAddition/blob/master/RE
1414

1515
其他与受支持的版本大版本相同小版本不同的MC版本,大多数可以直接安装正常工作,但是**不能保证稳定性,请谨慎使用**
1616

17-
| Minecraft 版本 | 支持状态 |
18-
|--------------|-------------------------|
19-
| 1.20.4 | 支持,积极开发 |
20-
| 1.20.1 | 支持,积极开发 |
21-
| 1.19.3 | 支持,积极开发 |
22-
| 1.18.2 | 支持,积极开发 |
23-
| 1.17.1 | 支持,积极开发 |
24-
| 1.16.5 | 不支持,停止维护(在`2023/1/8`停止维护) |
17+
| Minecraft 版本 | 支持状态 |
18+
|--------------|----------------------------|
19+
| 1.20.4 | 支持,积极开发 |
20+
| 1.20.1 | 不支持,停止维护(在`2024/7/4`停止维护) |
21+
| 1.19.3 | 支持,积极开发 |
22+
| 1.18.2 | 支持,积极开发 |
23+
| 1.17.1 | 支持,积极开发 |
24+
| 1.16.5 | 不支持,停止维护(在`2023/1/8`停止维护) |
2525

2626
## 规则
2727

build.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ preprocess {
99
def mc117 = createNode('1.17.1' , 1_17_01, 'yarn')
1010
def mc118 = createNode('1.18.2' , 1_18_02, 'yarn')
1111
def mc1193 = createNode('1.19.3' , 1_19_03, 'yarn')
12-
def mc1201 = createNode('1.20.1' , 1_20_01, 'yarn')
1312
def mc1204 = createNode('1.20.4' , 1_20_04, 'yarn')
1413

1514
mc117 .link(mc118, null)
1615
mc118 .link(mc1193, null)
17-
mc1193.link(mc1201, null)
18-
mc1201.link(mc1204, null)
16+
mc1193.link(mc1204, null)
1917
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Gradle Configurations
2-
org.gradle.jvmargs=-Xmx3G
2+
org.gradle.jvmargs=-Xmx2560M
33
org.gradle.parallel=true
44

55
# Fabric Configurations

versions/1.20.1/gradle.properties

-16
This file was deleted.

versions/1.20.1/opt-carpet-addition.accesswidener

-15
This file was deleted.

0 commit comments

Comments
 (0)