We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24b5ba commit 9fa131bCopy full SHA for 9fa131b
1 file changed
src/systems/resourcepackCompiler/index.ts
@@ -22,7 +22,7 @@ function getResourcePackCompilerForVersion(version: string): ResourcePackCompile
22
case VersionUtil.compare(version, '>=', '1.21.2'):
23
return EXPORT_1_21_2
24
case VersionUtil.compare(version, '>=', '1.21.0'):
25
- return EXPORT_1_21_2
+ return EXPORT_1_20_4
26
case VersionUtil.compare(version, '>=', '1.20.5'):
27
return EXPORT_1_20_4
28
case VersionUtil.compare(version, '>=', '1.20.4'):
0 commit comments