mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Update vite to v3
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { Random } from 'deepslate'
|
||||
import { Enchantment, Identifier, ItemStack, LegacyRandom, NbtCompound, NbtInt, NbtList, NbtShort, NbtString, NbtTag, NbtType } from 'deepslate'
|
||||
import type { Random } from 'deepslate/core'
|
||||
import { Enchantment, Identifier, ItemStack, LegacyRandom } from 'deepslate/core'
|
||||
import { NbtCompound, NbtInt, NbtList, NbtShort, NbtString, NbtTag, NbtType } from 'deepslate/nbt'
|
||||
import type { VersionId } from '../services/Schemas.js'
|
||||
import { clamp, getWeightedRandom, isObject } from '../Utils.js'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user