Fully update to 20w46a

This commit is contained in:
Misode
2020-11-12 03:50:48 +01:00
parent f985598329
commit 104904fd7a
4 changed files with 15 additions and 19 deletions

View File

@@ -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'
})