working version without custom blocks/textures
This commit is contained in:
38
scripts/trails/TransitionTrailToLevel4.ts
Normal file
38
scripts/trails/TransitionTrailToLevel4.ts
Normal file
@@ -0,0 +1,38 @@
|
||||
import { Vector3 } from "@minecraft/server";
|
||||
import { TrailType } from "../Commandeer/trail/trailTypes";
|
||||
import { vector3 } from "../Commandeer/utils/vectorUtils";
|
||||
|
||||
let TransitionTrailToLevel4: TrailType = {
|
||||
name: "TransitionTrailToLevel4",
|
||||
points: [
|
||||
{ index: 0, position: vector3(-132, 71.1, 265.5) },
|
||||
{ index: 1, position: vector3(-133, 71.1, 265.5) },
|
||||
{ index: 2, position: vector3(-134, 71.1, 265.5) },
|
||||
{ index: 3, position: vector3(-135, 71.1, 265.5) },
|
||||
{ index: 4, position: vector3(-136, 71.1, 265.5) },
|
||||
{ index: 5, position: vector3(-137, 71.1, 265.5) },
|
||||
{ index: 6, position: vector3(-138, 71.1, 265.5) },
|
||||
{ index: 7, position: vector3(-139, 71.1, 265.5) },
|
||||
{ index: 8, position: vector3(-140, 71.1, 265.5) },
|
||||
{ index: 9, position: vector3(-141, 71.1, 265.5) },
|
||||
{ index: 10, position: vector3(-142, 71.1, 265.5) },
|
||||
{ index: 11, position: vector3(-143, 71.1, 265.5) },
|
||||
{ index: 12, position: vector3(-144, 71.1, 265.5) },
|
||||
{ index: 13, position: vector3(-145, 71.1, 265.5) },
|
||||
{ index: 14, position: vector3(-146, 71.1, 265.5) },
|
||||
{ index: 15, position: vector3(-147, 71.1, 265.5) },
|
||||
{ index: 16, position: vector3(-148, 71.1, 265.5) },
|
||||
{ index: 17, position: vector3(-149, 71.1, 265.5) },
|
||||
{ index: 18, position: vector3(-150, 71.1, 265.5) },
|
||||
{ index: 19, position: vector3(-151, 71.1, 265.5) },
|
||||
{ index: 20, position: vector3(-152, 71.1, 265.5) },
|
||||
{ index: 21, position: vector3(-153, 71.1, 265.5) },
|
||||
{ index: 22, position: vector3(-154, 71.1, 265.5) },
|
||||
{ index: 23, position: vector3(-155, 71.1, 265.5) },
|
||||
{ index: 24, position: vector3(-156, 71.1, 265.5) },
|
||||
{ index: 25, position: vector3(-157, 71.1, 265.5) },
|
||||
{ index: 26, position: vector3(-158, 71.1, 265.5) },
|
||||
],
|
||||
};
|
||||
|
||||
export { TransitionTrailToLevel4 };
|
||||
Reference in New Issue
Block a user