Fix #223 don't parse noise settings for dimension preview

This commit is contained in:
Misode
2022-05-01 02:18:21 +02:00
parent db2b89cdf3
commit 869f7c8f95
2 changed files with 6 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
import type { CollectionRegistry } from '@mcschema/core';
import config from '../../config.json';
import { message } from '../Utils';
import type { BlockStateRegistry, VersionId } from './Schemas';
import type { CollectionRegistry } from '@mcschema/core'
import config from '../../config.json'
import { message } from '../Utils'
import type { BlockStateRegistry, VersionId } from './Schemas'
// Cleanup old caches
['1.15', '1.16', '1.17'].forEach(v => localStorage.removeItem(`cache_${v}`));