Skip to content

Commit

Permalink
🐛 Register builtin model parents
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Nov 22, 2024
1 parent e1a8f5c commit 8737854
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/java-edition/src/dependency/mcmeta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@ export function symbolRegistrar(
symbols.query(McmetaSummaryUri, 'loot_table', 'minecraft:empty')
.enter({ usage: { type: 'declaration' } })
}
symbols.query(McmetaSummaryUri, 'model', 'minecraft:builtin/generated')
.enter({ usage: { type: 'declaration' } })
symbols.query(McmetaSummaryUri, 'model', 'minecraft:builtin/entity')
.enter({ usage: { type: 'declaration' } })
}

return (symbols) => {
Expand Down

0 comments on commit 8737854

Please sign in to comment.