Add dimension schemas

This commit is contained in:
Misode
2020-06-07 21:55:33 +02:00
parent ad25676276
commit d1bf51409a
6 changed files with 26 additions and 3 deletions

View File

@@ -53,6 +53,16 @@ module.exports = (env, argv) => ({
filename: 'advancement/index.html',
template: 'src/generator.html'
}),
new HtmlWebpackPlugin({
title: 'Dimension Generator Minecraft',
filename: 'dimension/index.html',
template: 'src/generator.html'
}),
new HtmlWebpackPlugin({
title: 'Dimension Type Generator Minecraft',
filename: 'dimension-type/index.html',
template: 'src/generator.html'
}),
new HtmlWebpackPlugin({
title: 'Sandbox Generator Minecraft',
filename: 'sandbox/index.html',