diff --git a/src/Lib/Internal/BehaviorPack/Block.ts b/src/Lib/Internal/BehaviorPack/Block.ts index 20d4ce8b..a1c4a570 100644 --- a/src/Lib/Internal/BehaviorPack/Block.ts +++ b/src/Lib/Internal/BehaviorPack/Block.ts @@ -1,4 +1,4 @@ -import { ComponentContainer } from 'bc-minecraft-bedrock-types/lib/src/minecraft/components'; +import { ComponentContainer } from 'bc-minecraft-bedrock-types/lib/minecraft/components'; import { SMap } from "../../Types/SMap"; import { FormatVersion } from "../Types/FormatVersion"; diff --git a/src/Lib/Internal/BehaviorPack/Entity.ts b/src/Lib/Internal/BehaviorPack/Entity.ts index 9f0c40bc..44a39e58 100644 --- a/src/Lib/Internal/BehaviorPack/Entity.ts +++ b/src/Lib/Internal/BehaviorPack/Entity.ts @@ -1,4 +1,4 @@ -import { ComponentContainer, ComponentGroups } from "bc-minecraft-bedrock-types/lib/src/minecraft/components"; +import { ComponentContainer, ComponentGroups } from "bc-minecraft-bedrock-types/lib/minecraft/components"; import { SMap } from "../../Types/SMap"; import { ScriptContainer } from "../Types/Script"; import { CommandContainer } from "../General/Commands"; diff --git a/src/Lib/Project/BehaviorPack/Entity/Process.ts b/src/Lib/Project/BehaviorPack/Entity/Process.ts index 6ccc3a2c..6fa086cc 100644 --- a/src/Lib/Project/BehaviorPack/Entity/Process.ts +++ b/src/Lib/Project/BehaviorPack/Entity/Process.ts @@ -7,7 +7,7 @@ import { SMap } from "../../../Types/SMap"; import { TextDocument } from "../../../Types/TextDocument"; import { Entity } from "./Entity"; import { Documentation } from "../../../Types/Documentation"; -import { ComponentContainer } from "bc-minecraft-bedrock-types/lib/src/minecraft/components"; +import { ComponentContainer } from "bc-minecraft-bedrock-types/lib/minecraft/components"; import { EntityProperty } from './Properties'; /** diff --git a/test/Project/BehaviorPack/BehaviorPackCollection.test.ts b/test/Project/BehaviorPack/BehaviorPackCollection.test.ts index a05ece44..550bb7d0 100644 --- a/test/Project/BehaviorPack/BehaviorPackCollection.test.ts +++ b/test/Project/BehaviorPack/BehaviorPackCollection.test.ts @@ -1,4 +1,4 @@ -import { Location } from "bc-minecraft-bedrock-types/lib/src/types"; +import { Location } from "bc-minecraft-bedrock-types/lib/types"; import { MCProject } from "bc-minecraft-project"; import { expect } from "chai"; import { BehaviorPackCollection } from "../../../src/Lib/Project/BehaviorPack"; diff --git a/test/Project/ProjectData.test.ts b/test/Project/ProjectData.test.ts index d59d6e01..4e5b3cdd 100644 --- a/test/Project/ProjectData.test.ts +++ b/test/Project/ProjectData.test.ts @@ -1,13 +1,13 @@ -import { Location } from "bc-minecraft-bedrock-types/lib/src/types"; +import { Location } from "bc-minecraft-bedrock-types/lib/types"; import { DefinedUsing, Molang } from "bc-minecraft-molang"; import { MCProject } from "bc-minecraft-project"; import { expect } from "chai"; +import { describe } from "mocha"; +import { Manifest } from "../../src/Lib/Internal/Types"; import { BehaviorPack } from "../../src/Lib/Project/BehaviorPack"; -import { ResourcePack } from "../../src/Lib/Project/ResourcePack/ResourcePack"; import { ProjectData } from "../../src/Lib/Project/ProjectData"; +import { ResourcePack } from "../../src/Lib/Project/ResourcePack/ResourcePack"; import { TextProjectContext } from "../Utility"; -import { describe } from "mocha"; -import { Manifest } from "../../src/Lib/Internal/Types"; describe("ProjectData", () => { describe("Sanity Check", () => { diff --git a/test/Types/DataSet.test.ts b/test/Types/DataSet.test.ts index f61da5e3..7a893cf8 100644 --- a/test/Types/DataSet.test.ts +++ b/test/Types/DataSet.test.ts @@ -1,5 +1,5 @@ import { Types } from "bc-minecraft-bedrock-types"; -import { Location } from "bc-minecraft-bedrock-types/lib/src/types"; +import { Location } from "bc-minecraft-bedrock-types/lib/types"; import { expect } from "chai"; import { DataSet } from "../../src/Lib/Types/DataSet";