Skip to content

Commit 1a95dae

Browse files
authored
Merge pull request #7 from box3lab/dev_coolfish
chore(build): 更新模组配置信息
2 parents 504b094 + d0912f4 commit 1a95dae

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## 📦 安装要求
66

7-
- **Minecraft**:1.21.11
7+
- **Minecraft**>=1.21.10
88
- **Fabric Loader**:>=0.18.4
99
- **Fabric API**:任意版本
1010
- **Java**:>=21

src/main/resources/fabric.mod.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
"schemaVersion": 1,
33
"id": "box3mod",
44
"version": "${version}",
5-
"name": "神奇代码岛方块集",
6-
"description": "导入神奇代码岛中的384个方块到我的世界",
5+
"name": "神奇代码岛方块包",
6+
"description": "Box3方块模组为Minecraft添加384款独特装饰方块,包含字母、符号、颜色及发光方块。所有方块均整理于创造模式标签页中",
77
"authors": ["神岛实验室"],
88
"contact": {
99
"homepage": "https://box3lab.com/",
10-
"github": "https://github.com/box3lab/Fabric-mcMod",
10+
"curseforge": "https://legacy.curseforge.com/minecraft/mc-mods/box3-blocks-mod",
11+
"sources": "https://github.com/box3lab/Fabric-mcMod",
1112
"issues": "https://github.com/box3lab/Fabric-mcMod/issues/new"
1213
},
13-
"license": "CC0-1.0",
14+
"license": "Apache License 2.0",
1415
"icon": "assets/box3mod/icon.png",
1516
"environment": "*",
1617
"entrypoints": {
@@ -26,7 +27,7 @@
2627
],
2728
"depends": {
2829
"fabricloader": ">=0.18.4",
29-
"minecraft": "~1.21.11",
30+
"minecraft": ">=1.21.1",
3031
"java": ">=21",
3132
"fabric-api": "*"
3233
}

0 commit comments

Comments
 (0)