-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new dimensions: Mystcraft, Atum, Dimdoors, Erebus, Betweenlands. Closes GH-41 #49
Conversation
…ds, Eternal Frost, Aether II
Who wants gilded-games-util? Aether II:
|
We have a biome conflict, or two. Apparently these are not auto-assigned: java.lang.IllegalStateException: There is a biome ID conflict between a biome from Dimensional Doors and another biome type. Fix your configuration! [22:22:56] [Client thread/ERROR] [FML]: Caught exception from erebus config/DimDoors.cfg:
config/biomesoplenty/ids.cfg:
config/erebus.cfg
|
Low on biome IDs. Getting further but overwritten in the later stage: [22:49:00] [Client thread/ERROR] [FML]: Caught exception from eternalfrost [22:49:00] [Client thread/ERROR] [FML]: Caught exception from abyssalcraft except, I don't see 230 in erebus.cfg? It does have 103, and 103 + 127 = 230...mm. |
Building the erebus portal https://mods.curse.com/mc-mods/minecraft/220698-the-erebus when going through it the game crashes - another biome conflict, Galacticraft and Erebus? Caused by: java.lang.ClassCastException: micdoodle8.mods.galacticraft.planets.mars.world.gen.BiomeGenFlatMars cannot be cast to erebus.world.biomes.BiomeBaseErebus config/Galacticraft/core.conf 102, 103, 104:
config/erebus.cfg used 101, 103, 104 so need to reassign these. |
Enter a Mystcraft dimension (through a descriptive book), Atum (scarab lit on sandstone), Erebus (offering altar, obsidian, diamond, emerald), Betweenlands http://the-betweenlands.wikia.com/wiki/How_to_get_there swamp talisman on sapling), Eternal Frost (snowy obsidian (not "ice obsidian!") lit with flint & diamond). As for the Aether II, I can create the portal (glowstone then lit with water bucket), but entering hangs on "Downloading terrain", nothing apparent from the logs:
|
After removing Aether and Abyssalcraft, remnants lie in other mods configs; cleaning them up |
JourneyMap has errors with Erebus: [00:22:28] [Client thread/WARN] [journeymap]: Error getting BlockDoublePlant icon from mod. Plese report this exception to the mod author of thebetweenlands:sundew: java.lang.NullPointerException |
Testing with server, log on login:
but, can still login |
Eternal Frost seems buggy, may want to remove if it is causes further problems:
|
Removing eternal frost also fixes the massive CPU usage (fans blaring) |
…loses GH-41 (#49) * Add new dimensions: Mystcraft, Atum, AbyssalCraft, Erebus, Betweenlands, Eternal Frost, Aether II * Add gilded-games-util for Aether II * Add default configs * Reassign biomes of DimDoors, abyssalcraft, erebus * Move AbyssalCraft and Erebus dimension ids to unconflict BOP * Change EternalFrost dimension id to 65 to since 4 was registered * Remove AbyssalCraft * Aether: disable custom title menu screen * Remove AbyssalCraft config * Add Atum * Move Erebus biomes to 112-119, fix Galacticraft conflict * Remove Aether II * Change betweenlands link to 'How to get there' * Update other mods configs generated after adding dimension mods * Update server settings for new dimension mods * Remove Eternal Frost
…on configs (#52) * Add Aroma1997s Dimensional World, a new mining world * Fix using 1.7.10 version of Aroma1997Core * Add Aroma1997Core default config * Reconcile dimension mods configurations. Many from GH-49 * Remove INpure debug log file * Update configs after run, enable biome 97 * Enable dimensional world * Update UniqueNames, including Aroma * Enable the miner dimension
#41