Removed Balgor Pack
After finally getting the dungeons to load, I've determined that only half of the rooms should be included. The three remaining rooms should definitely stay. That's not much for a pack so I'm going to make some modifications to the schematics and include them as part of Ruins.
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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
|
|
||||||
Reference in New Issue
Block a user