Various Updates #144

Merged
SenseiKiwi merged 28 commits from master into master 2014-03-24 18:45:47 +00:00
9 changed files with 0 additions and 28 deletions
Showing only changes of commit 3d8a9aaf27 - Show all commits

View File

@@ -436,7 +436,6 @@ public class DungeonHelper
//Open the list of dungeons packaged with our mod and register their schematics //Open the list of dungeons packaged with our mod and register their schematics
RuinsPack = registerBundledPack("Ruins", reader); RuinsPack = registerBundledPack("Ruins", reader);
NetherPack = registerBundledPack("Nether", reader); NetherPack = registerBundledPack("Nether", reader);
registerBundledPack("Balgor", reader);
System.out.println("Finished registering bundled dungeon packs"); System.out.println("Finished registering bundled dungeon packs");
} }

View File

@@ -1,6 +0,0 @@
/schematics/balgor/ComplexHall_GardenBalgor1_open_39.schematic
/schematics/balgor/ComplexHall_OpenHallBalgor1_Closed_68.schematic
/schematics/balgor/ComplexHall_SilverEggHallBalgor1_closed_25.schematic
/schematics/balgor/Maze_OmniMazeBalgor1_open_30.schematic
/schematics/balgor/Trap_ArrowTrapBalgor1_closed_20.schematic
/schematics/balgor/Trap_ZombieHallBalgor1_closed_25.schematic

View File

@@ -1,21 +0,0 @@
Version 1
Types:
Trap
ComplexHall
Maze
Settings:
AllowDuplicatesInChain = false
AllowPackChangeOut = false
DistortDoorCoordinates = true
AllowPackChangeIn = true
Rules:
? ? ? -> ?
? ? -> Maze#20 ComplexHall#40 Trap#40
? -> ComplexHall#40 Trap#60
-> ComplexHall#100