Skip to content

Commit aa5ea26

Browse files
authored
1.21 pack support (#25)
应该是这么改吧,瞄准1.21.2发布(大概率本周内) 个人意见是先推出一版模组,优化只有瞄准1.21.3或1.22了 需要考虑的:合并策略怎样
1 parent 79fb31a commit aa5ea26

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

src/main/resources/i18nMetaData.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,18 @@
124124
"gameVersions": "[1.21,1.21.1]",
125125
"packFormat": 34,
126126
"convertFrom": [
127+
"1.21",
127128
"1.20",
128-
"1.19",
129-
"1.18"
129+
"1.19"
130+
]
131+
},
132+
{
133+
"gameVersions": "[1.21.2,1.21.2]",
134+
"packFormat": 42,
135+
"convertFrom": [
136+
"1.21",
137+
"1.20",
138+
"1.19"
130139
]
131140
}
132141
],
@@ -184,6 +193,18 @@
184193
"loader": "Fabric",
185194
"filename": "Minecraft-Mod-Language-Modpack-1-20-Fabric.zip",
186195
"md5Filename": "1.20-fabric.md5"
196+
},
197+
{
198+
"targetVersion": "1.21",
199+
"loader": "Forge",
200+
"filename": "Minecraft-Mod-Language-Modpack-1-21.zip",
201+
"md5Filename": "1.21.md5"
202+
},
203+
{
204+
"targetVersion": "1.21",
205+
"loader": "Fabric",
206+
"filename": "Minecraft-Mod-Language-Modpack-1-21-Fabric.zip",
207+
"md5Filename": "1.21-fabric.md5"
187208
}
188209
]
189210
}

0 commit comments

Comments
 (0)