Update minecraft-schemas to v0.2.0

This commit is contained in:
Misode
2020-06-17 20:34:17 +02:00
parent 8b42a59b12
commit 13b21d3b72
4 changed files with 19 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ SCHEMAS.register('foo', ObjectNode({
recursive: ListNode(
Reference('foo')
),
[Switch]: path => path.push('foo').get(),
[Switch]: path => path.push('foo'),
[Case]: {
'blah': {
haha: StringNode()