You should add a stuffed animal mod. That would be sssssssssssssssoooooooooooooooooooooooooooooo awesome!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! PLS PLS PLS PLS PLS PLS PLS PLS PLS PLS
Hey Serrix. World gen chunk loading in 1.7 is kind of a problem. No current way to turn off the Diamond Minecart. Will add it to the next update, though (about a week?). It was supposed to be a small distraction. Thanks for the feedback.
All right, then. Would an ore dictionary compatibility with Galacticraft and such be possible for the next update? I really don't like having multiples of the same materials in different stacks because they're two different mod ones and I cannot convert them to one kind usable for all via the Ore Dictionary Converter. I think I'll need to forward this to SpiritOres too.
lol well really they dont clame pluto as a planet anymore
So? We can land on the Moon, and in 4Space and More Planets, Deimos, Phobos, Io, Europa, and a Kuiper Belt object, and that's just our Solar System. I doubt Pluto is hardly any better for a place to go.
I have to ask, what mods have you seen that have a sand worm mob? I have never seen ANYTHING like what he's describing.
Myths and Monsters adds a Sand Wyrm. Although I've disabled it myself to due to MaM's typical problem with some mobs overspawning. Still waiting for it to be fixed.
Anyways, the Ferrous Wroughtnaut looks AWESOME, oh my god. It reminds me of the Twilight Forest's Knight Phantoms, at least with the helmet. Can't wait for it to be completed!
Either Gany's Nether OR Dimensional Doors is using static Tile-entity ID's, which crashes you at startup.
In other words: the other mod is Dimensional Doors.
EDIT: I found this by just searching the word "error" and then found that Gany's Nether and DimDoors are the only two mods that errored.
No, turns out Dimensional Doors was having problems with a different mod due to biome conflicts. I was getting a conflict because of a test build for another mod I was testing for, it'll be fixed. Ignore meeeeeeee from above!
Okay, so now that I've actually had a chance to play it, I'm sorry, but is there a way to turn off the Diamond Minecraft? I get you want to make a tribute to someone or something, but that thing just makes my game lag, ugh.
Time: 4/22/15 7:07 PM
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate id: soulChest
at net.minecraft.tileentity.TileEntity.func_145826_a(TileEntity.java:43)
at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:275)
at ganymedes01.ganysnether.core.proxy.CommonProxy.registerTileEntities(CommonProxy.java:63)
at ganymedes01.ganysnether.core.proxy.ClientProxy.registerTileEntities(ClientProxy.java:59)
at ganymedes01.ganysnether.GanysNether.load(GanysNether.java:110)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:531)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:299)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.tileentity.TileEntity.func_145826_a(TileEntity.java:43)
at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:275)
at ganymedes01.ganysnether.core.proxy.CommonProxy.registerTileEntities(CommonProxy.java:63)
at ganymedes01.ganysnether.core.proxy.ClientProxy.registerTileEntities(ClientProxy.java:59)
at ganymedes01.ganysnether.GanysNether.load(GanysNether.java:110)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:531)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:299)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
It may just be in my current version of the mod, but it generates exactly like normal with or without the mod installed. Admittedly though, that seed has a lot of Mushroom biomes regardless (I'm looking at it using Amidst), but either way there was no change at all while having the mod installed.
Ugh, I'm not sure what's going on then. It's only happening when your mod is installed... I created a new world without TragicMC, and the biomes were much more like normal. I only have three other mods that modify the Overworld biomes, AbyssalCraft, Myths and Monsters, and the newest one, which hasn't affected the Mushrooms, since it was quite recent, Hot Water. I don't believe any of my other mods affect biome spawn, so I'm just... stuck here. The Oceans are still turned into Synapse as well, so. I just don't know what's going on. I want to keep TragicMC, but at the same time, I still don't know what the cause of the problem here is. And with now 100 mods being present in my game, I don't really want to go and install them one by one again. Ugh. Thanks for the help anyways, you sure you can't think of any of those mods being specifically obtrusive here? I'm certainly not asking you to go and test it with each one, that'd be a hell of a time.
maybe the op should include how to make this work properly with the other mods like 4space (by renaming 4space to be after more planets alphabetically eg n4space that way people can use 4space for the sol system and this mod can concertrate on xenoplanets instead which would be kindda cool
That's the order if you want More Planets' Mercury and Venus to load, as opposed to 4Space's. You had it backwards.
That's my current main survival world, afflicted with Mushrooms. Also, I went exploring in a creative world after I tried taking out TragicMC for the time being, and the Mushroom biomes seem to have disappeared.
My current coordinates are -2176, 70, 8179. (x, y, z) There is a Mushroom biome somewhat close by, I think to the west. It might not be the same since i still have a few other mods that add biomes, like AbyssalCraft and Myths and Monsters.
Unlikely to be Gany's; I'm using published vanilla seeds, and they look just fine, even mushrooms where the seeds say.
With that said, it looks like a few mods in there might be overworld altering. And, your mystcraft is significantly out of date and lacking bug fixes, and a major improvement to treasure/rarity.
Thanks for the update tip. Yeah, it's become obvious by now it's not because of Gany's. I'm gonna try poking a question over at a few other mod threads like AbyssalCraft, Vanilla Enchancer, or Random Things or Extra Utilities.
A-and if there's one more thing I can ask, does TragicMC increase the spawn rate of Mushroom Island biomes? I wouldn't think so, but an absurd amount of Mushroom Island has been generating in my worlds for a little while now, and it's really getting on my nerves, since Mushroom Islands kind of are cool as an oddity to find, but if its abundant, it becomes very dull. I suspect it has relation to the error I'm getting with the Synapse biome replacing the Oceans. I have my modlist here now, but I assume you really don't have time to help me find the cause of these oddities. I'd try going to the general support forums, but the past five or so other different attempts at requesting assistance there for other things have all been ignored.
Here's a modlist if anyone wants to help.
Ignoring the obvious Forge things,
SimpleOres, all its plugins (Aesthetics v1.1.0, Fusion v1.6.0, Netherrocks v1.3.0, SimpleCoreAPI v1.1.0, and SimpleOres2 v1.6.0)
Yes, I know how a sign works, my question is what is the block in the first Creative pic that looks like a side of a wooden planks block. I was only telling iFanboy that it wasn't the face of a sign.
0
...what does that have to do with CreepTech at all?
All right, then. Would an ore dictionary compatibility with Galacticraft and such be possible for the next update? I really don't like having multiples of the same materials in different stacks because they're two different mod ones and I cannot convert them to one kind usable for all via the Ore Dictionary Converter. I think I'll need to forward this to SpiritOres too.
0
Hot damn, installin' that update. Probably will have to launch a few times to get biomeIDs sorted out.
0
Wait, really? Awesome, 9 planets once again. Planetary high-five?
0
So? We can land on the Moon, and in 4Space and More Planets, Deimos, Phobos, Io, Europa, and a Kuiper Belt object, and that's just our Solar System. I doubt Pluto is hardly any better for a place to go.
0
Myths and Monsters adds a Sand Wyrm. Although I've disabled it myself to due to MaM's typical problem with some mobs overspawning. Still waiting for it to be fixed.
Anyways, the Ferrous Wroughtnaut looks AWESOME, oh my god. It reminds me of the Twilight Forest's Knight Phantoms, at least with the helmet. Can't wait for it to be completed!
0
No, turns out Dimensional Doors was having problems with a different mod due to biome conflicts. I was getting a conflict because of a test build for another mod I was testing for, it'll be fixed. Ignore meeeeeeee from above!
0
Okay, so now that I've actually had a chance to play it, I'm sorry, but is there a way to turn off the Diamond Minecraft? I get you want to make a tribute to someone or something, but that thing just makes my game lag, ugh.
0
Aaaaand suddenly I'm getting this crash, might be some sort of conflict with another mod, but it's annoying enough.
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 4/22/15 7:07 PM
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate id: soulChest
at net.minecraft.tileentity.TileEntity.func_145826_a(TileEntity.java:43)
at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:275)
at ganymedes01.ganysnether.core.proxy.CommonProxy.registerTileEntities(CommonProxy.java:63)
at ganymedes01.ganysnether.core.proxy.ClientProxy.registerTileEntities(ClientProxy.java:59)
at ganymedes01.ganysnether.GanysNether.load(GanysNether.java:110)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:531)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:299)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.tileentity.TileEntity.func_145826_a(TileEntity.java:43)
at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:275)
at ganymedes01.ganysnether.core.proxy.CommonProxy.registerTileEntities(CommonProxy.java:63)
at ganymedes01.ganysnether.core.proxy.ClientProxy.registerTileEntities(ClientProxy.java:59)
at ganymedes01.ganysnether.GanysNether.load(GanysNether.java:110)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:531)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:299)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 219170104 bytes (209 MB) / 619696128 bytes (590 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.112.1373 Minecraft Forge 10.13.3.1373 101 mods loaded, 101 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{7.10.112.1373} [Forge Mod Loader] (forge-1.7.10-10.13.3.1373-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.13.3.1373} [Minecraft Forge] (forge-1.7.10-10.13.3.1373-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
Aroma1997Core{1.0.2.13} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.13.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{1.0.4.35} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
ivtoolkit{IvToolkit} [1.0.4] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
OldModelLoader{1.0} [OldModelLoader] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.0.4.94} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.94-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
sapmanpack{2.4.0} [SanAndreasPs Manager Pack CORE edition] (SAPManPack-1.7.10-2.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
battlegear2{1.0.7.0} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.7.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
PhaseBlocks{4.1.0} [PhaseBlocks] (1.7.10-PhaseBlocks-4.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftCore{3.0.11} [Galacticraft Core] (GalacticraftCore-1.7-3.0.11.309.jar) Unloaded->Constructed->Pre-initialized->Initialized
SpaceCore{4.1.3} [4Space Core] (4Space-1.7-4.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
SpaceEuropa{4.1.3} [4Space Europa] (4Space-1.7-4.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
SpaceHole{4.1.3} [4Space Worm Hole] (4Space-1.7-4.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
SpaceIo{4.1.3} [4Space Io] (4Space-1.7-4.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
SpaceMercury{4.1.3} [4Space Mercury] (4Space-1.7-4.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
SpacePluto{4.1.3} [4Space Pluto] (4Space-1.7-4.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
SpaceVenus{4.1.3} [4Space Venus] (4Space-1.7-4.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
simplecore{1.1.0} [SimpleCore API] ([1.7.10] SimpleCore API v1.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
fusion{1.6.0} [Fusion] ([1.7.10] Fusion v1.6.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
netherrocks{1.3.0} [Netherrocks] ([1.7.10] Netherrocks v1.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
simpleores{1.6.0} [SimpleOres 2] ([1.7.10] SimpleOres 2 v1.6.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
aesthetics{1.1.0} [Aesthetics] ([1.7.10] Aesthetics v1.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
enhancermod{1.8.6} [Vanilla Enhancer Mod] ([1.7.10] Vanilla Enhancer Mod v1.8.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
powerGems{0.3.0} [Power Gems] ([1.7.10]PowerGems 0.4.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
ganysnether{1.7.8} [Gany's Nether] ([[Ganys Nether-1.7.8.jar) Unloaded->Constructed->Pre-initialized->Errored
abyssalcraft{1.8.5} [AbyssalCraft] (AbyssalCraft-1.7.10-1.8.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
Aquaculture{1.2.3} [Aquaculture] (Aquaculture-1.7.10-1.2.5.14.jar) Unloaded->Constructed->Pre-initialized->Initialized
Aroma1997CoreHelper{1.0.2.13} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.13.jar) Unloaded->Constructed->Pre-initialized->Initialized
atum{0.6} [Atum] (Atum-1.7.10-0.6.57.jar) Unloaded->Constructed->Pre-initialized->Initialized
grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212 Core-V0.2 - 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
backpacksmod{V0.1 - 1.7.10} [Backpacks] (Backpacks-V0.1 - 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
BetterChests{1.1.1.8} [BetterChests] (BetterChests-1.7.10-1.1.1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
betterrecords{1.7.10-1.1.9} [Better Records] (betterrecords-1.7.10-1.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.10.3} [BiblioCraft] (BiblioCraft[v1.10.3][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
blackdiamond{V0.1 - 1.7.10} [Black Diamond] (Black Diamond-V0.1 - 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
CarpentersBlocks{3.3.5} [Carpenter's Blocks] (Carpenter's Blocks v3.3.5 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
CosmeticArmor{1.0.5} [Cosmetic Armor] (CosmeticArmor-1.7.10-1.0.5.B8-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
craftguide{1.6.8.1} [CraftGuide] (CraftGuide-1.6.8.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
desertwells{V0.1 - 1.7.10} [Desert Wells] (Desert Wells-V0.1 - 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
dimdoors{2.2.5-test} [Dimensional Doors] (DimensionalDoors-2.2.5-test8.jar) Unloaded->Constructed->Pre-initialized->Errored
dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
Enchiridion2{2.0f} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0f.jar) Unloaded->Constructed->Pre-initialized->Initialized
EnderZoo{1.7.10-1.0.10.25} [Ender Zoo] (EnderZoo-1.7.10-1.0.10.25.jar) Unloaded->Constructed->Pre-initialized->Initialized
extrastonesmod{1.0} [Extra Stones Mod] (ExtraStonesMod-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtraUtilities{1.2.4b} [Extra Utilities] (extrautilities-1.2.4b.jar) Unloaded->Constructed->Pre-initialized->Initialized
farlanders{1.2b} [The Farlanders] (farlanders-1.7.10-v1.2b.jar) Unloaded->Constructed->Pre-initialized->Initialized
FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar) Unloaded->Constructed->Pre-initialized->Initialized
xencreepers{1.1} [Female Creepers] (Femalecreepers_1.7.2-10-1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
foundry{1.0.0.0-Beta3} [Foundry] (Foundry-1.7.10-1.0.0.0-Beta3-97.jar) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftMars{3.0.11} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.11.309.jar) Unloaded->Constructed->Pre-initialized->Initialized
ganysend{1.8.8} [Gany's End] (Ganys End-1.8.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
ganyssurface{1.10.0} [Gany's Surface] (Ganys Surface-1.10.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
gravitycontrol{V0.1 - 1.7.10} [Gravity Controller] (Gravity Control-V0.1 - 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
HardcoreEnderExpansion{1.8} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
InventoryPets{1.1.0} [Inventory Pets] (inventorypets-1.7.10-1.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
ani_koto{v1.6} [Kingdoms of the Overworld Mod] (Kingdoms of the Overworld-1.7.10-1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
lmmx{1.0} [lmmx] (littleMaidMobX-1.7.x_0.0.8pre3.jar) Unloaded->Constructed->Pre-initialized->Initialized
MMMLibX{1.7.x-srg-1} [MMMLibX] (littleMaidMobX-1.7.x_0.0.8pre3.jar) Unloaded->Constructed->Pre-initialized->Initialized
zabuton{1.0} [zabuton] (littleMaidMobX-1.7.x_0.0.8pre3.jar) Unloaded->Constructed->Pre-initialized->Initialized
mam{1.7.10-1.0.2} [Myths & Monsters Mod] (mam-1.7.10-1.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar) Unloaded->Constructed->Pre-initialized->Initialized
Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar) Unloaded->Constructed->Pre-initialized->Initialized
meteors{2.14.2} [Falling Meteors] (meteors-1.7.10-2.14.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
MobAmputation{4.0.0} [MobAmputation] (MobAmputation-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
MobDismemberment{4.0.0} [MobDismemberment] (MobDismemberment-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
moddisruptor{0.1} [Disruptor Mod] (ModDisruptor-1.7.10_0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
MorePlanet{1.2.6} [More Planets] (More-Planets-1.7.10-1.2.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
mowziesmobs{Alpha v0.1} [Mowzie's Mobs] (Mowzie's Mobs-1.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar) Unloaded->Constructed->Pre-initialized->Initialized
MSM3{3.0.0d} [More Swords 3] (MSM-SNAP-3.0.0e-For-MC-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
MutantCreatures{1.4.8} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
mwaw{1.7.10-0.0.5} [Elemental Witch Mod] (mwaw-1.7.10-0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
Mystcraft{0.11.5.00} [Mystcraft] (mystcraft-1.7.10-0.11.5.00.jar) Unloaded->Constructed->Pre-initialized->Initialized
exomaster_mystictools{1.0} [Mystical Tools] (Mystical Tools-1.7.10-1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
wuppy29_nethereye{1.4.1} [Nether Eye] (Nether Eye 1.7.10-1.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
onlysilver{1.9.4-1.7.2} [OnlySilver] (OnlySilver-1.9.4-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
fodc{1.6.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.6.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
GCPixelGalaxy{0.8.1} [Pixel Galaxy] (PixelGalaxy-1.7-0.8.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
QuartzPlus{0.9.04} [Quartz Plus] (QuartzPlus-1.7.10-0.9.04.jar) Unloaded->Constructed->Pre-initialized->Initialized
RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
runicdungeons{1.1.1} [Runic Dungeons] (runicdungeons-1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
SpecialMobs{3.0.3} [Special Mobs] (SpecialMobs-1.7.10-3.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
SpiritOresMod{2.0.1 beta} [TimeLordHowl's SpiritOres Mod] (SpiritOres-1.7.10-2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
thecorruptedsector{1.0.1} [The Corrupted Sector] (TheCorruptedSector-MC1.7.10-1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
timecontrol{V0.1 - 1.7.10} [Time Control] (Time Control-V0.1 - 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
TragicMC{2.43.2325 Beta} [TragicMC 2] (TragicMC2-1.7.10-2.43.2325-testVersion.jar) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{2.3.5} [The Twilight Forest] (twilightforest-1.7.10-2.3.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
UtilityMobs{3.1.1} [Utility Mobs] (UtilityMobs-1.7.10-3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
taverns{2.2.1-0} [Village Taverns] (VillageTaverns-2.2.1-0.23.jar) Unloaded->Constructed->Pre-initialized->Initialized
yegamolchattels{1.1.1.1} [Ye Gamol Chattels] (YeGamolChattels-1.1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
CreepTech{1.1.2} [CreepTech] (zcreeptech-1.7.10-1.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
zeronpowercraft{1.7.10-2.0} [§2Zeron§aPowerCraft] (ZeronPowerCraft_1.7.10-2.0-Stable.jar) Unloaded->Constructed->Pre-initialized->Initialized
hot_water{1.0.5} [Hot Water Mod] (zhot_water-1.0.5-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
SlimeCarnage{1.0.4} [Slime Carnage] (zSlimeCarnage-1.0.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: 1.7.10-Forge10.13.3.1373-1.7.10
LWJGL: 2.9.1
OpenGL: AMD Radeon(TM) R6 Graphics GL version 4.3.12801 Compatibility Profile Context 13.351.1007.0, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
0
Ugh, I'm not sure what's going on then. It's only happening when your mod is installed... I created a new world without TragicMC, and the biomes were much more like normal. I only have three other mods that modify the Overworld biomes, AbyssalCraft, Myths and Monsters, and the newest one, which hasn't affected the Mushrooms, since it was quite recent, Hot Water. I don't believe any of my other mods affect biome spawn, so I'm just... stuck here. The Oceans are still turned into Synapse as well, so. I just don't know what's going on. I want to keep TragicMC, but at the same time, I still don't know what the cause of the problem here is. And with now 100 mods being present in my game, I don't really want to go and install them one by one again. Ugh. Thanks for the help anyways, you sure you can't think of any of those mods being specifically obtrusive here? I'm certainly not asking you to go and test it with each one, that'd be a hell of a time.
0
That's the order if you want More Planets' Mercury and Venus to load, as opposed to 4Space's. You had it backwards.
0
-4597701465863821157
That's my current main survival world, afflicted with Mushrooms. Also, I went exploring in a creative world after I tried taking out TragicMC for the time being, and the Mushroom biomes seem to have disappeared.
My current coordinates are -2176, 70, 8179. (x, y, z) There is a Mushroom biome somewhat close by, I think to the west. It might not be the same since i still have a few other mods that add biomes, like AbyssalCraft and Myths and Monsters.
0
Thanks for the update tip. Yeah, it's become obvious by now it's not because of Gany's. I'm gonna try poking a question over at a few other mod threads like AbyssalCraft, Vanilla Enchancer, or Random Things or Extra Utilities.
1
Finallyyyyyyyy. Time for Quantum chaos.
0
All right, that makes sense. I can at least say that the swords have unique-looking designs, I applaud that.
0
Ah, all right.
A-and if there's one more thing I can ask, does TragicMC increase the spawn rate of Mushroom Island biomes? I wouldn't think so, but an absurd amount of Mushroom Island has been generating in my worlds for a little while now, and it's really getting on my nerves, since Mushroom Islands kind of are cool as an oddity to find, but if its abundant, it becomes very dull. I suspect it has relation to the error I'm getting with the Synapse biome replacing the Oceans. I have my modlist here now, but I assume you really don't have time to help me find the cause of these oddities. I'd try going to the general support forums, but the past five or so other different attempts at requesting assistance there for other things have all been ignored.
Here's a modlist if anyone wants to help.
Ignoring the obvious Forge things,