mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 07:37:10 +00:00
Update minecraft-schemas to v0.2.3
This commit is contained in:
@@ -10,8 +10,7 @@ import {
|
||||
DimensionTypeSchema,
|
||||
LOCALES,
|
||||
locale,
|
||||
COLLECTIONS,
|
||||
ModelListener
|
||||
COLLECTIONS
|
||||
} from 'minecraft-schemas'
|
||||
import { RegistryFetcher } from './RegistryFetcher'
|
||||
import { SandboxSchema } from './Sandbox'
|
||||
@@ -253,7 +252,7 @@ Promise.all([
|
||||
})
|
||||
|
||||
treeControlsReset.addEventListener('click', evt => {
|
||||
models[selected].reset(models[selected].schema.default())
|
||||
models[selected].reset(models[selected].schema.default(), true)
|
||||
addChecked(treeControlsReset)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user