mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 07:37:10 +00:00
Add dimension schemas
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user