mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-26 08:26:51 +00:00
Add decorator preview
This commit is contained in:
@@ -7,6 +7,7 @@ import { Preview } from './preview/Preview';
|
||||
import { RegistryFetcher } from './RegistryFetcher';
|
||||
import { BiomeNoisePreview } from './preview/BiomeNoisePreview';
|
||||
import { NoiseSettingsPreview } from './preview/NoiseSettingsPreview';
|
||||
import { DecoratorPreview } from './preview/DecoratorPreview';
|
||||
import config from '../config.json';
|
||||
import { locale, Locales } from './Locales';
|
||||
import { Tracker } from './Tracker';
|
||||
@@ -25,7 +26,8 @@ export const Previews: {
|
||||
[key: string]: Preview
|
||||
} = {
|
||||
'biome_noise': new BiomeNoisePreview(),
|
||||
'noise_settings': new NoiseSettingsPreview()
|
||||
'noise_settings': new NoiseSettingsPreview(),
|
||||
'decorator': new DecoratorPreview(),
|
||||
}
|
||||
|
||||
export const Models: {
|
||||
|
||||
Reference in New Issue
Block a user