mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Add resource pack generators: blockstates and model
This commit is contained in:
@@ -26,6 +26,16 @@ export default defineConfig({
|
||||
title: getTitle({ id: 'title.changelog', page: true }),
|
||||
template: template,
|
||||
}),
|
||||
html({
|
||||
fileName: `worldgen/index.html`,
|
||||
title: getTitle({ id: 'worldgen', category: true }),
|
||||
template: template,
|
||||
}),
|
||||
html({
|
||||
fileName: `assets/index.html`,
|
||||
title: getTitle({ id: 'assets', category: true }),
|
||||
template: template,
|
||||
}),
|
||||
...config.generators.map(m => html({
|
||||
fileName: `${m.url}/index.html`,
|
||||
title: getTitle(m),
|
||||
|
||||
Reference in New Issue
Block a user