We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f8830 commit 58e208fCopy full SHA for 58e208f
src/systems/util.ts
@@ -111,5 +111,5 @@ export function isCubeValid(cube: Cube) {
111
112
export function getFunctionNamespace(version: string): 'function' | 'functions' {
113
// If the target version is 1.21.0 or higher, use the 'function' namespace instead of 'functions'
114
- return compareVersions(version, '1.21.0') ? 'function' : 'functions'
+ return compareVersions(version, '1.20.10000') ? 'function' : 'functions'
115
}
0 commit comments