Move more stuff to services folder

This commit is contained in:
Misode
2021-11-03 01:27:49 +01:00
parent ce7baa571f
commit 95097e6091
22 changed files with 36 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
import type { Hook } from '@mcschema/core'
import { relativePath } from '@mcschema/core'
import type { BlockStateRegistry } from '../Schemas'
import type { BlockStateRegistry } from '../services'
export type OutputProps = {
blockStates: BlockStateRegistry,