mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-03 06:02:54 +00:00
Add no_bonemeal_flower feature
This commit is contained in:
Generated
+14
-14
@@ -11,8 +11,8 @@
|
||||
"dependencies": {
|
||||
"@mcschema/core": "^0.12.4",
|
||||
"@mcschema/java-1.15": "^0.2.0",
|
||||
"@mcschema/java-1.16": "^0.6.1",
|
||||
"@mcschema/java-1.17": "^0.2.18",
|
||||
"@mcschema/java-1.16": "^0.6.2",
|
||||
"@mcschema/java-1.17": "^0.2.19",
|
||||
"@mcschema/locales": "^0.1.20",
|
||||
"@types/google.analytics": "0.0.40",
|
||||
"@types/seedrandom": "^2.4.28",
|
||||
@@ -45,17 +45,17 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mcschema/java-1.16": {
|
||||
"version": "0.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.16/-/java-1.16-0.6.1.tgz",
|
||||
"integrity": "sha512-mk1/zIbmS+5gK0aAG510T2yBt0jCg7CZSIq6QLXPNP+VBk69SWu19OcuB5NnCwI+7PhGru77DgczKtgbNnMWBw==",
|
||||
"version": "0.6.2",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.16/-/java-1.16-0.6.2.tgz",
|
||||
"integrity": "sha512-sI4XpKPDSmYWJrzayiGGahGQak77cHc/DHZDCsgqzcdIWXf6l4q+l7Yud0TkblOSCKf54kUvpvoQ6plm7pcolg==",
|
||||
"dependencies": {
|
||||
"@mcschema/core": "^0.12.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@mcschema/java-1.17": {
|
||||
"version": "0.2.18",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.17/-/java-1.17-0.2.18.tgz",
|
||||
"integrity": "sha512-oH2SwKCJFb4ll4O0u/yl/LcS3+Vapdd1HPC+XmWh4H1YYS6B0aM0PhxniVqdNUorWBlEjSCtCjoJ310GNQj1zw==",
|
||||
"version": "0.2.19",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.17/-/java-1.17-0.2.19.tgz",
|
||||
"integrity": "sha512-SVOqttjKCJHbMfpAXpWdgBrR+nUoo0Lx127lq7g4Xx3+YH+LZxJtiuY4VPnBsE0aR7u6Y03Q7dsTc3H0hQo0Ow==",
|
||||
"dependencies": {
|
||||
"@mcschema/core": "^0.12.4"
|
||||
}
|
||||
@@ -7313,17 +7313,17 @@
|
||||
}
|
||||
},
|
||||
"@mcschema/java-1.16": {
|
||||
"version": "0.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.16/-/java-1.16-0.6.1.tgz",
|
||||
"integrity": "sha512-mk1/zIbmS+5gK0aAG510T2yBt0jCg7CZSIq6QLXPNP+VBk69SWu19OcuB5NnCwI+7PhGru77DgczKtgbNnMWBw==",
|
||||
"version": "0.6.2",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.16/-/java-1.16-0.6.2.tgz",
|
||||
"integrity": "sha512-sI4XpKPDSmYWJrzayiGGahGQak77cHc/DHZDCsgqzcdIWXf6l4q+l7Yud0TkblOSCKf54kUvpvoQ6plm7pcolg==",
|
||||
"requires": {
|
||||
"@mcschema/core": "^0.12.0"
|
||||
}
|
||||
},
|
||||
"@mcschema/java-1.17": {
|
||||
"version": "0.2.18",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.17/-/java-1.17-0.2.18.tgz",
|
||||
"integrity": "sha512-oH2SwKCJFb4ll4O0u/yl/LcS3+Vapdd1HPC+XmWh4H1YYS6B0aM0PhxniVqdNUorWBlEjSCtCjoJ310GNQj1zw==",
|
||||
"version": "0.2.19",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.17/-/java-1.17-0.2.19.tgz",
|
||||
"integrity": "sha512-SVOqttjKCJHbMfpAXpWdgBrR+nUoo0Lx127lq7g4Xx3+YH+LZxJtiuY4VPnBsE0aR7u6Y03Q7dsTc3H0hQo0Ow==",
|
||||
"requires": {
|
||||
"@mcschema/core": "^0.12.4"
|
||||
}
|
||||
|
||||
+2
-2
@@ -14,8 +14,8 @@
|
||||
"dependencies": {
|
||||
"@mcschema/core": "^0.12.4",
|
||||
"@mcschema/java-1.15": "^0.2.0",
|
||||
"@mcschema/java-1.16": "^0.6.1",
|
||||
"@mcschema/java-1.17": "^0.2.18",
|
||||
"@mcschema/java-1.16": "^0.6.2",
|
||||
"@mcschema/java-1.17": "^0.2.19",
|
||||
"@mcschema/locales": "^0.1.20",
|
||||
"@types/google.analytics": "0.0.40",
|
||||
"@types/seedrandom": "^2.4.28",
|
||||
|
||||
Reference in New Issue
Block a user