Skip to content

Commit ff94158

Browse files
committed
🩹 Fix imports in datapack-compiler/index.ts
1 parent 46f0ea0 commit ff94158

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/systems/datapack-compiler/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ import { MSLimiter } from '../../util/msLimiter'
2222
import { Variant } from '../../variants'
2323
import { AJMeta } from '../ajmeta'
2424
import type { IRenderedAnimation } from '../animation-renderer'
25+
import { getNodeTags, TAGS } from '../datapack-compiler/tags'
26+
import versions from '../datapack-compiler/versions'
2527
import { IntentionalExportError } from '../exporter'
2628
import { PackMeta, type PackMetaFormats } from '../global'
2729
import { CommonDisplayConfig, TextDisplayConfig } from '../node-configs'

0 commit comments

Comments
 (0)