Add reference item modifier

This commit is contained in:
Misode
2023-04-07 00:25:22 +02:00
parent a3d8dd5de3
commit 80edff8d40
2 changed files with 16 additions and 16 deletions
+14 -14
View File
@@ -18,8 +18,8 @@
"@mcschema/java-1.18.2": "^0.1.17", "@mcschema/java-1.18.2": "^0.1.17",
"@mcschema/java-1.19": "^0.1.41", "@mcschema/java-1.19": "^0.1.41",
"@mcschema/java-1.19.3": "^0.0.3", "@mcschema/java-1.19.3": "^0.0.3",
"@mcschema/java-1.19.4": "^0.1.4", "@mcschema/java-1.19.4": "^0.1.5",
"@mcschema/locales": "^0.1.77", "@mcschema/locales": "^0.1.78",
"@zip.js/zip.js": "^2.4.5", "@zip.js/zip.js": "^2.4.5",
"brace": "^0.11.1", "brace": "^0.11.1",
"buffer": "^6.0.3", "buffer": "^6.0.3",
@@ -619,17 +619,17 @@
} }
}, },
"node_modules/@mcschema/java-1.19.4": { "node_modules/@mcschema/java-1.19.4": {
"version": "0.1.4", "version": "0.1.5",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.19.4/-/java-1.19.4-0.1.4.tgz", "resolved": "https://registry.npmjs.org/@mcschema/java-1.19.4/-/java-1.19.4-0.1.5.tgz",
"integrity": "sha512-CXt4BFnds1aZcx3kIc0DTXl4s8LnLH/Http4Ztjd1Z2NVVclo4lWCkOmt110D8a3gnbwNrL0FrWsonEKtExosw==", "integrity": "sha512-FSazxz2M++6XZ3OvsQG1LF81ozixaB2NNwseatSOVT9kZnTiTjyDH3LNN/y218YvDTKdBa24wYUHk7avZSXt+g==",
"dependencies": { "dependencies": {
"@mcschema/core": "^0.12.38" "@mcschema/core": "^0.12.38"
} }
}, },
"node_modules/@mcschema/locales": { "node_modules/@mcschema/locales": {
"version": "0.1.77", "version": "0.1.78",
"resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.77.tgz", "resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.78.tgz",
"integrity": "sha512-wuZID8b+cqxntVtUsfTB4+Phg0jG2bQK9LxvzT/86/7TvNDgFQuqEtFx7tvNkq4hCWMrHQDsB0w+21jkoimJRA==" "integrity": "sha512-36olsVku2McW+bakgcv+4oYWyX+z2KelGwudEhXUUbflWp4QvPvU+W/znLKnXdDj/fAs6V5g+z3UbbHoUFGQ9w=="
}, },
"node_modules/@nodelib/fs.scandir": { "node_modules/@nodelib/fs.scandir": {
"version": "2.1.5", "version": "2.1.5",
@@ -5764,17 +5764,17 @@
} }
}, },
"@mcschema/java-1.19.4": { "@mcschema/java-1.19.4": {
"version": "0.1.4", "version": "0.1.5",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.19.4/-/java-1.19.4-0.1.4.tgz", "resolved": "https://registry.npmjs.org/@mcschema/java-1.19.4/-/java-1.19.4-0.1.5.tgz",
"integrity": "sha512-CXt4BFnds1aZcx3kIc0DTXl4s8LnLH/Http4Ztjd1Z2NVVclo4lWCkOmt110D8a3gnbwNrL0FrWsonEKtExosw==", "integrity": "sha512-FSazxz2M++6XZ3OvsQG1LF81ozixaB2NNwseatSOVT9kZnTiTjyDH3LNN/y218YvDTKdBa24wYUHk7avZSXt+g==",
"requires": { "requires": {
"@mcschema/core": "^0.12.38" "@mcschema/core": "^0.12.38"
} }
}, },
"@mcschema/locales": { "@mcschema/locales": {
"version": "0.1.77", "version": "0.1.78",
"resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.77.tgz", "resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.78.tgz",
"integrity": "sha512-wuZID8b+cqxntVtUsfTB4+Phg0jG2bQK9LxvzT/86/7TvNDgFQuqEtFx7tvNkq4hCWMrHQDsB0w+21jkoimJRA==" "integrity": "sha512-36olsVku2McW+bakgcv+4oYWyX+z2KelGwudEhXUUbflWp4QvPvU+W/znLKnXdDj/fAs6V5g+z3UbbHoUFGQ9w=="
}, },
"@nodelib/fs.scandir": { "@nodelib/fs.scandir": {
"version": "2.1.5", "version": "2.1.5",
+2 -2
View File
@@ -24,8 +24,8 @@
"@mcschema/java-1.18.2": "^0.1.17", "@mcschema/java-1.18.2": "^0.1.17",
"@mcschema/java-1.19": "^0.1.41", "@mcschema/java-1.19": "^0.1.41",
"@mcschema/java-1.19.3": "^0.0.3", "@mcschema/java-1.19.3": "^0.0.3",
"@mcschema/java-1.19.4": "^0.1.4", "@mcschema/java-1.19.4": "^0.1.5",
"@mcschema/locales": "^0.1.77", "@mcschema/locales": "^0.1.78",
"@zip.js/zip.js": "^2.4.5", "@zip.js/zip.js": "^2.4.5",
"brace": "^0.11.1", "brace": "^0.11.1",
"buffer": "^6.0.3", "buffer": "^6.0.3",