mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Fix #589 Remove conditions field from sequence loot function
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -24,7 +24,7 @@
|
||||
"@mcschema/java-1.20.3": "^0.0.14",
|
||||
"@mcschema/java-1.20.5": "^0.0.39",
|
||||
"@mcschema/java-1.21": "^0.0.24",
|
||||
"@mcschema/java-1.21.2": "^0.0.6",
|
||||
"@mcschema/java-1.21.2": "^0.0.8",
|
||||
"@mcschema/locales": "^0.1.104",
|
||||
"@zip.js/zip.js": "^2.4.5",
|
||||
"brace": "^0.11.1",
|
||||
@@ -736,9 +736,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mcschema/java-1.21.2": {
|
||||
"version": "0.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.21.2/-/java-1.21.2-0.0.6.tgz",
|
||||
"integrity": "sha512-x+t20usDKMlZSuiZHpvP8cOecJ+g+NdcJCDpjimxlMQ8p5/onBgd5tOw5EqgDyU+lg71Hl7LQl9+U/fRnc2CNw==",
|
||||
"version": "0.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.21.2/-/java-1.21.2-0.0.8.tgz",
|
||||
"integrity": "sha512-BG7R5w/C+XJ1j9nksL8Gslakl5FyZrKb+HxjVkBSzPmTGDFhaaqXd5Oy2LPH6WDvE75RlXURJVH6CvBhQUtgkA==",
|
||||
"dependencies": {
|
||||
"@mcschema/core": "^0.13.0"
|
||||
}
|
||||
@@ -4857,9 +4857,9 @@
|
||||
}
|
||||
},
|
||||
"@mcschema/java-1.21.2": {
|
||||
"version": "0.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.21.2/-/java-1.21.2-0.0.6.tgz",
|
||||
"integrity": "sha512-x+t20usDKMlZSuiZHpvP8cOecJ+g+NdcJCDpjimxlMQ8p5/onBgd5tOw5EqgDyU+lg71Hl7LQl9+U/fRnc2CNw==",
|
||||
"version": "0.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.21.2/-/java-1.21.2-0.0.8.tgz",
|
||||
"integrity": "sha512-BG7R5w/C+XJ1j9nksL8Gslakl5FyZrKb+HxjVkBSzPmTGDFhaaqXd5Oy2LPH6WDvE75RlXURJVH6CvBhQUtgkA==",
|
||||
"requires": {
|
||||
"@mcschema/core": "^0.13.0"
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"@mcschema/java-1.20.3": "^0.0.14",
|
||||
"@mcschema/java-1.20.5": "^0.0.39",
|
||||
"@mcschema/java-1.21": "^0.0.24",
|
||||
"@mcschema/java-1.21.2": "^0.0.6",
|
||||
"@mcschema/java-1.21.2": "^0.0.8",
|
||||
"@mcschema/locales": "^0.1.104",
|
||||
"@zip.js/zip.js": "^2.4.5",
|
||||
"brace": "^0.11.1",
|
||||
|
||||
Reference in New Issue
Block a user