Skip to content

Commit 2fded85

Browse files
committed
docs: add supporting versions
1 parent 306fc65 commit 2fded85

File tree

2 files changed

+32
-8
lines changed

2 files changed

+32
-8
lines changed

README-en.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,25 @@
22

33
Language: English | [中文](https://github.com/OptiJava/OptCarpetAddition/blob/master/README.md)
44

5-
This is an extension module of CarpetMod. The goal is to add some functions that do not greatly change the original game
6-
mechanism but optimize the player experience/~~reduce the blood pressure of server owner~~.
5+
> This is an extension module of `Carpet`. The goal is to add some functions that do not greatly change the original game
6+
mechanism but optimize the player experience~~reduce the blood pressure of server owner~~.
77

88
Build with [Preprocessor](https://github.com/ReplayMod/preprocessor)
99

1010
**Dependencies:`Carpet` `fabric-api`**
1111

12+
## Support Status
13+
14+
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_**
15+
16+
| Minecraft Version | Support Status |
17+
|-------------------|-------------------------------------|
18+
| 1.20.1 | Supporting, developing actively |
19+
| 1.19.3 | Supporting, developing actively |
20+
| 1.18.2 | Supporting, developing actively |
21+
| 1.17.1 | Supporting, developing actively |
22+
| 1.16.5 | Not supporting, development stopped |
23+
1224
## Rules
1325

1426
### commandTpToFakePlayer

README.md

+18-6
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,27 @@
22

33
Language: [English](https://github.com/OptiJava/OptCarpetAddition/blob/master/README-en.md) | 中文
44

5-
这是一个CarpetMod的扩展模组,目标是添加一些没有太大改变原版游戏机制但优化玩家体验/~~降低腐竹血压~~的一些功能。
5+
> 这是一个`Carpet`的扩展模组,目标是添加一些没有太大改变原版游戏机制但优化玩家体验~~降低腐竹血压~~的一些功能。
66
7-
使用[Preprocessor](https://github.com/ReplayMod/preprocessor)构建~~可供大家学习~~,目前支持`1.17.1` `1.18.2` `1.19.3` `1.20.1`四个版本,其他的大部分大版本相同小版本不同的版本也可直接安装使用
7+
使用[Preprocessor](https://github.com/ReplayMod/preprocessor)构建~~可供大家学习~~
88

9-
**本模组需要前置`Carpet` `fabric-api`**
9+
**本模组需要前置模组`Carpet` `fabric-api`**
1010

1111
**使用前一定仔细阅读README.md!!!!**
1212

13-
## Rules
13+
## 各版本支持状态
14+
15+
其他与受支持的版本大版本相同小版本不同的MC版本,大多数可以直接安装正常工作,但是**不能保证稳定性,请谨慎使用**
16+
17+
| Minecraft 版本 | 支持状态 |
18+
|--------------|-----------|
19+
| 1.20.1 | 支持,积极开发 |
20+
| 1.19.3 | 支持,积极开发 |
21+
| 1.18.2 | 支持,积极开发 |
22+
| 1.17.1 | 支持,积极开发 |
23+
| 1.16.5 | 不支持,停止维护 |
24+
25+
## 规则
1426

1527
### commandTpToFakePlayer
1628

@@ -270,7 +282,7 @@ CommandLogger.json配置文件可以配置白名单、黑名单等,修改配
270282
- Acceptable value: `true` `false`
271283
- Categories: `Feature`
272284

273-
## Command
285+
## 指令
274286

275287
### player xxx tp
276288

@@ -297,7 +309,7 @@ CommandLogger.json配置文件可以配置白名单、黑名单等,修改配
297309
- 顾名思义 ~~别问我有什么用,我猜在切完光照更新抑制刷怪塔之后这个命令应该有点用~~
298310
- 打完/crash之后需要再打/crash confirm才会崩服
299311

300-
## Logger
312+
## 记录器
301313

302314
### disk
303315

0 commit comments

Comments
 (0)