mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-03 14:12:54 +00:00
Checkerboard biome source needs a list of biomes
This commit is contained in:
@@ -416,6 +416,9 @@ function updateField(el) {
|
||||
if (value === '') {
|
||||
delete node[field];
|
||||
} else {
|
||||
if (type === 'enum') {
|
||||
node._changed = true;
|
||||
}
|
||||
node[field] = value;
|
||||
}
|
||||
invalidated();
|
||||
|
||||
Reference in New Issue
Block a user