mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 23:56:51 +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)
|
||||
})
|
||||
|
||||
|
||||
@@ -177,6 +177,7 @@ button.add svg {
|
||||
border: none;
|
||||
height: 34px;
|
||||
width: 34px;
|
||||
min-width: 34px;
|
||||
padding-left: 6px;
|
||||
fill: var(--node-remove);
|
||||
}
|
||||
@@ -209,7 +210,7 @@ button.add svg {
|
||||
}
|
||||
|
||||
.range-node select {
|
||||
width: 20px;
|
||||
width: 25px;
|
||||
}
|
||||
|
||||
.number-node input,
|
||||
|
||||
Reference in New Issue
Block a user