Add Formatting (Thank God)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { LevelBlockCondition, LevelLeverCondition } from "../Commandeer/level/levelTypes";
|
||||
import { LevelBlockCondition } from "../Commandeer/level/levelTypes";
|
||||
import { vector3 } from "../Commandeer/utils/vectorUtils";
|
||||
import { MinecraftBlockTypes } from "../vanilla-data/mojang-block";
|
||||
|
||||
let levelIntroConditions: LevelBlockCondition = {
|
||||
const levelIntroConditions: LevelBlockCondition = {
|
||||
conditions: [
|
||||
{
|
||||
block: MinecraftBlockTypes.EmeraldBlock,
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import { LevelBlockCondition, LevelLeverCondition } from "../Commandeer/level/levelTypes";
|
||||
import { LevelBlockCondition } from "../Commandeer/level/levelTypes";
|
||||
import { vector3 } from "../Commandeer/utils/vectorUtils";
|
||||
import { MinecraftBlockTypes } from "../vanilla-data/mojang-block";
|
||||
|
||||
let mission2part1Conditions: LevelBlockCondition = {
|
||||
const mission2part1Conditions: LevelBlockCondition = {
|
||||
conditions: [
|
||||
{
|
||||
position: vector3(2455, -2, 11),
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import { LevelBlockCondition, LevelLeverCondition } from "../Commandeer/level/levelTypes";
|
||||
import { LevelBlockCondition } from "../Commandeer/level/levelTypes";
|
||||
import { vector3 } from "../Commandeer/utils/vectorUtils";
|
||||
import { MinecraftBlockTypes } from "../vanilla-data/mojang-block";
|
||||
|
||||
let mission2part2Conditions: LevelBlockCondition = {
|
||||
const mission2part2Conditions: LevelBlockCondition = {
|
||||
conditions: [
|
||||
{
|
||||
position: vector3(2467, -2, 11),
|
||||
|
||||
Reference in New Issue
Block a user