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()

View File

@@ -48,6 +48,7 @@ const registries = [
'loot_condition_type',
'loot_function_type',
'loot_pool_entry_type',
'mob_effect',
'stat_type',
'structure_feature'
]