Upgrade mcschema core

This commit is contained in:
Misode
2021-01-16 15:59:32 +01:00
parent 8e7668b3b9
commit f543c4465c
8 changed files with 9 additions and 47 deletions
-4
View File
@@ -9,10 +9,6 @@ import { Tracker } from '../Tracker'
export const suffixInjector: Hook<[Mounter], string | void> = {
base() {},
boolean() {},
list() {},
map() {},
number() {},
choice({ switchNode }, path, mounter) {
return switchNode.hook(this, path, mounter)