Skip to content

Commit 9fa131b

Browse files
SnaveSutitgitbutler-client
authored andcommitted
🐛 Fix #491 - 1.21.4 export being used for 1.21.0
1 parent b24b5ba commit 9fa131b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/systems/resourcepackCompiler

src/systems/resourcepackCompiler/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function getResourcePackCompilerForVersion(version: string): ResourcePackCompile
2222
case VersionUtil.compare(version, '>=', '1.21.2'):
2323
return EXPORT_1_21_2
2424
case VersionUtil.compare(version, '>=', '1.21.0'):
25-
return EXPORT_1_21_2
25+
return EXPORT_1_20_4
2626
case VersionUtil.compare(version, '>=', '1.20.5'):
2727
return EXPORT_1_20_4
2828
case VersionUtil.compare(version, '>=', '1.20.4'):

0 commit comments

Comments
 (0)