mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Customized worlds (#387)
* Customized tool UI * Working version of the customized generator * Error reporting and only allow 1.20 for now
This commit is contained in:
@@ -47,7 +47,7 @@ export default defineConfig({
|
||||
title: '404',
|
||||
template,
|
||||
}),
|
||||
...['generators', 'worldgen', 'partners', 'sounds', 'changelog', 'versions', 'guides'].map(id => html({
|
||||
...['generators', 'worldgen', 'partners', 'sounds', 'changelog', 'versions', 'guides', 'transformation', 'customized'].map(id => html({
|
||||
fileName: `${id}/index.html`,
|
||||
title: `${English[`title.${id}`] ?? ''} - ${getVersions()}`,
|
||||
template,
|
||||
|
||||
Reference in New Issue
Block a user