mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Customized biomes (#396)
* Start with customized biome UI * Refactor customized page, split logic * Implement biome replacements * Remove debug messages * Disable create button when nothing is modified
This commit is contained in:
@@ -22,7 +22,9 @@ export interface CustomizedModel {
|
||||
noiseCaves: boolean,
|
||||
carverCaves: boolean,
|
||||
ravines: boolean,
|
||||
// Biomes
|
||||
biomeSize: number,
|
||||
biomeReplacements: Record<string, string>,
|
||||
// Structures
|
||||
ancientCities: boolean,
|
||||
buriedTreasures: boolean,
|
||||
@@ -85,7 +87,9 @@ export namespace CustomizedModel {
|
||||
noiseCaves: true,
|
||||
carverCaves: true,
|
||||
ravines: true,
|
||||
|
||||
biomeSize: 4,
|
||||
biomeReplacements: {},
|
||||
|
||||
ancientCities: true,
|
||||
buriedTreasures: true,
|
||||
|
||||
Reference in New Issue
Block a user