This repository was archived by the owner on Sep 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11import { BehaviorPack , ResourcePack } from "bc-minecraft-bedrock-project" ;
2- import { WorldPack } from "bc-minecraft-bedrock-project/lib/src/Lib/Project/World/WorldPack" ;
32import { TextDocumentEdit , TextEdit } from "vscode-languageserver" ;
43import { Context } from "../../context/context" ;
54import { TextDocument } from "../../documents/text-document" ;
65import { CommandContext } from "../context" ;
6+ import { WorldPack } from 'bc-minecraft-bedrock-project/lib/src/project/world/world-pack' ;
77
88export async function addAllItems ( context : Context < CommandContext > ) : Promise < void > {
99 const { logger, arguments : args } = context ;
Original file line number Diff line number Diff line change 11import { BehaviorPack } from "bc-minecraft-bedrock-project" ;
2+ import { Manifest } from "bc-minecraft-bedrock-project/lib/src/internal/types" ;
23import { MCProject } from "bc-minecraft-project" ;
3- import { FunctionContext , TemplateFunctions } from "./functions" ;
4- import { Manifest } from "bc-minecraft-bedrock-project/lib/src/Lib/Internal/Types" ;
5- import { IExtensionContext } from "../lsp/extension" ;
6-
74import path from "path" ;
5+ import { IExtensionContext } from "../lsp/extension" ;
6+ import { FunctionContext , TemplateFunctions } from "./functions" ;
87
98const TestContext : FunctionContext = {
109 filename : "test.json" ,
You can’t perform that action at this time.
0 commit comments