mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Fully update to 20w46a
This commit is contained in:
21
package-lock.json
generated
21
package-lock.json
generated
@@ -5,9 +5,9 @@
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"@mcschema/core": {
|
||||
"version": "0.11.3",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.11.3.tgz",
|
||||
"integrity": "sha512-15CTjCGeZPW123NYnjnG7jwtK9IVydFPSIas/QIKO9WGXlbLC+zRflOhcVVkHEprJuuFdGGmH9cfnUeFyZbDRQ=="
|
||||
"version": "0.11.4",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.11.4.tgz",
|
||||
"integrity": "sha512-ZLB+fJxOdwbfHqwxcKZkIwEKGMYU1dF5S1X9yA9C5KbHrBNK4niZfdinH3Z64qiNGmB7LP5t0IIktNb0QZQWXg=="
|
||||
},
|
||||
"@mcschema/java-1.16": {
|
||||
"version": "0.5.14",
|
||||
@@ -18,18 +18,11 @@
|
||||
}
|
||||
},
|
||||
"@mcschema/java-1.17": {
|
||||
"version": "0.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.17/-/java-1.17-0.1.4.tgz",
|
||||
"integrity": "sha512-N3Et4Uz+VlmdpM2dAUEKoOS2HJIid1DlFWJIFK9NDRXLRqEFz9uNO5Coise2AM+0p/fJqapxVQCRgAwlEtd02g==",
|
||||
"version": "0.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.17/-/java-1.17-0.1.5.tgz",
|
||||
"integrity": "sha512-K8UJhRzavr7kK0LNPyBKBp1UYRgW7ZwP7jeNpXAr+iHx7u2HSPiOpR4CxHNQaB0a0JV8UQcqi5u8ZUti2sC4PQ==",
|
||||
"requires": {
|
||||
"@mcschema/core": "^0.11.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mcschema/core": {
|
||||
"version": "0.11.3",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.11.3.tgz",
|
||||
"integrity": "sha512-15CTjCGeZPW123NYnjnG7jwtK9IVydFPSIas/QIKO9WGXlbLC+zRflOhcVVkHEprJuuFdGGmH9cfnUeFyZbDRQ=="
|
||||
}
|
||||
"@mcschema/core": "^0.11.4"
|
||||
}
|
||||
},
|
||||
"@mcschema/locales": {
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
"author": "Misode",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mcschema/core": "^0.11.2",
|
||||
"@mcschema/core": "^0.11.4",
|
||||
"@mcschema/java-1.16": "^0.5.14",
|
||||
"@mcschema/java-1.17": "^0.1.4",
|
||||
"@mcschema/java-1.17": "^0.1.5",
|
||||
"@mcschema/locales": "^0.1.11",
|
||||
"@types/google.analytics": "0.0.40",
|
||||
"@types/split.js": "^1.4.0",
|
||||
|
||||
@@ -144,7 +144,10 @@
|
||||
"item",
|
||||
"loot_condition_type",
|
||||
"loot_function_type",
|
||||
"loot_nbt_provider_type",
|
||||
"loot_number_provider_type",
|
||||
"loot_pool_entry_type",
|
||||
"loot_score_provider_type",
|
||||
"mob_effect",
|
||||
"rule_test",
|
||||
"pos_rule_test",
|
||||
|
||||
@@ -38,12 +38,12 @@ module.exports = (env, argv) => ({
|
||||
}
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
title: 'Data Pack Generators Minecraft 1.16',
|
||||
title: 'Data Pack Generators Minecraft 1.16, 1.17',
|
||||
filename: 'index.html',
|
||||
template: 'src/index.html'
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
title: 'Data Pack Generators Minecraft 1.16',
|
||||
title: 'Data Pack Generators Minecraft 1.16, 1.17',
|
||||
filename: '404.html',
|
||||
template: 'src/index.html'
|
||||
}),
|
||||
@@ -53,7 +53,7 @@ module.exports = (env, argv) => ({
|
||||
|
||||
function buildModel(model) {
|
||||
const page = new HtmlWebpackPlugin({
|
||||
title: `${model.name} Generator Minecraft 1.16`,
|
||||
title: `${model.name} Generator Minecraft 1.16, 1.17`,
|
||||
filename: `${model.id}/index.html`,
|
||||
template: 'src/index.html'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user