This makes no sense. Whether they conflicted or not, disabling the BoP biome would have no effect on whether the TH one generated. In fact, if they did conflict, disabling the BoP one would allow the TH one to generate instead.
I would think that BoP would see the ID as its own and not generate it, even if there's another biome overwriting it. It's still BoP's biome on that ID, and if they're sharing an ID, they'd be one-and-the-same, unless disabling generation of BoP biomes completely removed them from the game, which it doesn't.
this mod, when added to a big modpack with factorizaton and not enough item ids, causes factorization to error on start up. i already posted on the factorization thread too, along with debug log, and im pretty sure its factorizations fault, but im just leaving this here so you know.
The Meaning of Life, the Universe, and Everything.
Join Date:
4/14/2012
Posts:
54
Minecraft:
Alchimous
Member Details
Is there any way to add additional recipes to the planar vortex with mods such as mine/modtweaker? If not, is there anyone who could add something like this? I understand the mod developer is currently gone with real world issues but that crafting mechanic has a lot of potential I'd like to tap into.
Rollback Post to RevisionRollBack
I don't write long comments often, because I prefer to say what I mean without excess. Please do not assume this means I have little to add to a conversation.
this mod, when added to a big modpack with factorizaton and not enough item ids, causes factorization to error on start up. i already posted on the factorization thread too, along with debug log, and im pretty sure its factorizations fault, but im just leaving this here so you know.
Why are you even using Item IDs? They dont' exist anymore
If he has a lot of mods, especially ones with a ridiculous number of items, he could still run out of IDs even in 1.7.10. Forge just doesn't cause crashes from item IDs anymore, since 1.6.4. But he should still post the log. IN A SPOILER.
Rollback Post to RevisionRollBack
~~~~~~~~
Fall into the hands of sorrow
Drawn by the darkest bay
Walk into the pit of silence
I am the one calling your name
~~~~~~~~
Actually... If you have NEI, the numbers assigned to items are still apparent. What has changed is that they are procedurally generated so that they cannot conflict, no longer being defined in config files and whatnot. The ID numbers still exist, but are different for every instance.
The point is that whether the numbers are still used to identify the blocks or not, there is still a limit to the number of blocks/items that can be loaded into Minecraft (and I believe it's the same lump total as before; not certain on that).
are you going to make a mod for this mod? You might even be able to help him :D.
I lack the coding talent required to do this, that's why I'm asking. If I knew how to make it I wouldn't need to ask.
Rollback Post to RevisionRollBack
I don't write long comments often, because I prefer to say what I mean without excess. Please do not assume this means I have little to add to a conversation.
Man I haven't had to ask for help ever so- Please oh god help me something's gone horribly wrong. I've been slowly adding mods together to host a fun server with tech and magic however the second I add in Thaumic Horizons I get a nasty error and nothing works anymore.
Annnnd I tried to paste my fml-server-latest into pastebin but it just causes the site to freeze and not respond, though that's probably because the log is over 60k lines (more than 50k of which is the crash error). So instead I'll just take a few excerpts since it seems to just repeat the same thing.
[22:54:45] [Server thread/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.world.WorldEvent$Load@5bc0de8b:
java.lang.NoClassDefFoundError: net/minecraft/nbt/JsonToNBT$Any
at codechicken.nei.NEIServerConfig.loadBannedItems(NEIServerConfig.java:198) ~[NEIServerConfig.class:?]
at codechicken.nei.NEIServerConfig.load(NEIServerConfig.java:45) ~[NEIServerConfig.class:?]
at codechicken.nei.ServerHandler.loadEvent(ServerHandler.java:45) ~[ServerHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_413_ServerHandler_loadEvent_Load.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:247) ~[DimensionManager.class:?]
at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:705) ~[MinecraftServer.class:?]
at com.kentington.thaumichorizons.common.entities.EntityNightmare.<init>(EntityNightmare.java:44) ~[EntityNightmare.class:?]
at sun.reflect.GeneratedConstructorAccessor112.newInstance(Unknown Source) ~[?:?]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_51]
at drzhark.customspawner.environment.EnvironmentSettings.registerEntity(EnvironmentSettings.java:288) ~[EnvironmentSettings.class:?]
at drzhark.customspawner.environment.EnvironmentSettings.initializeEntities(EnvironmentSettings.java:271) ~[EnvironmentSettings.class:?]
at drzhark.customspawner.registry.StructureRegistry.addStructToConfig(StructureRegistry.java:112) ~[StructureRegistry.class:?]
at drzhark.customspawner.registry.StructureRegistry.registerStructure(StructureRegistry.java:36) ~[StructureRegistry.class:?]
at drzhark.customspawner.EventHooks.structureMapGen(EventHooks.java:191) ~[EventHooks.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_170_EventHooks_structureMapGen_InitMapGenEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
at net.minecraftforge.event.terraingen.TerrainGen.getModdedMapGen(TerrainGen.java:29) ~[TerrainGen.class:?]
at biomesoplenty.common.world.ChunkProviderBOPHell.<init>(ChunkProviderBOPHell.java:66) ~[ChunkProviderBOPHell.class:?]
at biomesoplenty.common.world.WorldProviderBOPHell.func_76555_c(WorldProviderBOPHell.java:36) ~[WorldProviderBOPHell.class:?]
at net.minecraft.world.WorldServer.func_72970_h(WorldServer.java:654) ~[mt.class:?]
at net.minecraft.world.World.<init>(World.java:245) ~[ahb.class:?]
at net.minecraft.world.WorldServer.<init>(WorldServer.java:97) ~[mt.class:?]
at net.minecraft.world.WorldServerMulti.<init>(WorldServerMulti.java:14) ~[mm.class:?]
at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:245) ~[DimensionManager.class:?]
at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:705) ~[MinecraftServer.class:?]
at com.kentington.thaumichorizons.common.entities.EntityNightmare.<init>(EntityNightmare.java:44) ~[EntityNightmare.class:?]
at sun.reflect.GeneratedConstructorAccessor112.newInstance(Unknown Source) ~[?:?]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_51]
at drzhark.customspawner.environment.EnvironmentSettings.registerEntity(EnvironmentSettings.java:288) ~[EnvironmentSettings.class:?]
at drzhark.customspawner.environment.EnvironmentSettings.initializeEntities(EnvironmentSettings.java:271) ~[EnvironmentSettings.class:?]
at drzhark.customspawner.registry.StructureRegistry.addStructToConfig(StructureRegistry.java:112) ~[StructureRegistry.class:?]
at drzhark.customspawner.registry.StructureRegistry.registerStructure(StructureRegistry.java:36) ~[StructureRegistry.class:?]
at drzhark.customspawner.EventHooks.structureMapGen(EventHooks.java:191) ~[EventHooks.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_170_EventHooks_structureMapGen_InitMapGenEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
at net.minecraftforge.event.terraingen.TerrainGen.getModdedMapGen(TerrainGen.java:29) ~[TerrainGen.class:?]
at biomesoplenty.common.world.ChunkProviderBOPHell.<init>(ChunkProviderBOPHell.java:66) ~[ChunkProviderBOPHell.class:?]
at biomesoplenty.common.world.WorldProviderBOPHell.func_76555_c(WorldProviderBOPHell.java:36) ~[WorldProviderBOPHell.class:?]
at net.minecraft.world.WorldServer.func_72970_h(WorldServer.java:654) ~[mt.class:?]
at net.minecraft.world.World.<init>(World.java:245) ~[ahb.class:?]
at net.minecraft.world.WorldServer.<init>(WorldServer.java:97) ~[mt.class:?]
at net.minecraft.world.WorldServerMulti.<init>(WorldServerMulti.java:14) ~[mm.class:?]
at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:245) ~[DimensionManager.class:?]
at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:705) ~[MinecraftServer.class:?]
at com.kentington.thaumichorizons.common.entities.EntityNightmare.<init>(EntityNightmare.java:44) ~[EntityNightmare.class:?]
at sun.reflect.GeneratedConstructorAccessor112.newInstance(Unknown Source) ~[?:?]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_51]
at drzhark.customspawner.environment.EnvironmentSettings.registerEntity(EnvironmentSettings.java:288) ~[EnvironmentSettings.class:?]
at drzhark.customspawner.environment.EnvironmentSettings.initializeEntities(EnvironmentSettings.java:271) ~[EnvironmentSettings.class:?]
at drzhark.customspawner.registry.StructureRegistry.addStructToConfig(StructureRegistry.java:112) ~[StructureRegistry.class:?]
at drzhark.customspawner.registry.StructureRegistry.registerStructure(StructureRegistry.java:36) ~[StructureRegistry.class:?]
at drzhark.customspawner.EventHooks.structureMapGen(EventHooks.java:191) ~[EventHooks.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_170_EventHooks_structureMapGen_InitMapGenEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
at net.minecraftforge.event.terraingen.TerrainGen.getModdedMapGen(TerrainGen.java:29) ~[TerrainGen.class:?]
at biomesoplenty.common.world.ChunkProviderBOPHell.<init>(ChunkProviderBOPHell.java:66) ~[ChunkProviderBOPHell.class:?]
at biomesoplenty.common.world.WorldProviderBOPHell.func_76555_c(WorldProviderBOPHell.java:36) ~[WorldProviderBOPHell.class:?]
at net.minecraft.world.WorldServer.func_72970_h(WorldServer.java:654) ~[mt.class:?]
at net.minecraft.world.World.<init>(World.java:245) ~[ahb.class:?]
at net.minecraft.world.WorldServer.<init>(WorldServer.java:97) ~[mt.class:?]
at net.minecraft.world.WorldServerMulti.<init>(WorldServerMulti.java:14) ~[mm.class:?]
at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:245) ~[DimensionManager.class:?]
at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:705) ~[MinecraftServer.class:?]
at com.kentington.thaumichorizons.common.entities.EntityNightmare.<init>(EntityNightmare.java:44) ~[EntityNightmare.class:?]
at sun.reflect.GeneratedConstructorAccessor112.newInstance(Unknown Source) ~[?:?]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_51]
at drzhark.customspawner.environment.EnvironmentSettings.registerEntity(EnvironmentSettings.java:288) ~[EnvironmentSettings.class:?]
at drzhark.customspawner.environment.EnvironmentSettings.initializeEntities(EnvironmentSettings.java:271) ~[EnvironmentSettings.class:?]
at drzhark.customspawner.registry.StructureRegistry.addStructToConfig(StructureRegistry.java:112) ~[StructureRegistry.class:?]
at drzhark.customspawner.registry.StructureRegistry.registerStructure(StructureRegistry.java:36) ~[StructureRegistry.class:?]
at drzhark.customspawner.EventHooks.structureMapGen(EventHooks.java:191) ~[EventHooks.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_170_EventHooks_structureMapGen_InitMapGenEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
at net.minecraftforge.event.terraingen.TerrainGen.getModdedMapGen(TerrainGen.java:29) ~[TerrainGen.class:?]
at biomesoplenty.common.world.ChunkProviderBOPHell.<init>(ChunkProviderBOPHell.java:66) ~[ChunkProviderBOPHell.class:?]
at biomesoplenty.common.world.WorldProviderBOPHell.func_76555_c(WorldProviderBOPHell.java:36) ~[WorldProviderBOPHell.class:?]
at net.minecraft.world.WorldServer.func_72970_h(WorldServer.java:654) ~[mt.class:?]
at net.minecraft.world.World.<init>(World.java:245) ~[ahb.class:?]
at net.minecraft.world.WorldServer.<init>(WorldServer.java:97) ~[mt.class:?]
at net.minecraft.world.WorldServerMulti.<init>(WorldServerMulti.java:14) ~[mm.class:?]
at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:245) ~[DimensionManager.class:?]
at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:705) ~[MinecraftServer.class:?]
at com.kentington.thaumichorizons.common.entities.EntityNightmare.<init>(EntityNightmare.java:44) ~[EntityNightmare.class:?]
at sun.reflect.GeneratedConstructorAccessor112.newInstance(Unknown Source) ~[?:?]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_51]
There is no log I can post and no crash report because the error just continues to recycle over and over again until I forcibly kill the server in processes. However this is a list of all the mods installed on the server currently.
Baubles 1.0.1.10
CodeChickenLib 1.1.3.138
ForgeMultipart 1.2.0.345
LibSandstone 1.0.0
EJML core 0.26
Ars Magica 2 1.4.0.008
Aether II 1.5.1
Aether Aspects 1.2
AnimationAPI 1.2.4
Better Storage 0.13.1.126
Biblio Craft 1.11.2
BiblioWoods BiomesOPlenty 1.9
BiblioWoods Natura 1.5
Big Reactors 0.4.3a
BiomesOPlenty 2.1.0.1067-universal
Blood Magic 1.3.3-13
Botania r1.7-223
Build Craft 7.1.5
Carpenter's Blocks 3.3.7
Chisel 2 2.5.1.44
CodeChickenCore 1.0.7.47-universal
CoFHCore 3.0.3-303
Coro Utils 1.1.3
Cosmetic Armor 1.0.5.B8-universal
Custom Mob Spawner 3.3.0
DrZharks MoCreatures 6.3.1
Extra Utilities 1.2.11
Fastcraft 1.21
Fast Leaf Decay 1.3
Forbidden Magic 0.57
FoxLib 0.7.0
Gilded Games Util 1.7
Guide API 1.0.1-20
HardcoreEnderExpansion 1.8.3
iChunUtil 4.1.0
Industrial Craft 2 2.2.780
Inventory Tweaks 1.59-dev-152
Mantle 0.3.2a
Mekanism 8.1.7.252
MekanismGenerators 8.1.7.252
MekanismTools 8.1.7.252
Mine Factory Reloaded 2.8.0-104
MineTweaker3 3.0.9c
Modular Powersuits 0.11.0.281
Morph Beta 0.9.2
Morpheus 1.6.10
MrCrayfish Furniture Mod 3.4.8
Mutant Creatures 1.4.9
Mystcraft 0.12.3.00
Natura 2.2.0.1
NEI Addons 1.12.11.36
NEI Integration 1.0.12
Nether Ores 2.3.0-12
NotEnoughItems 1.0.5.118-universal
Numina 0.4.0.131
Origin 6.0.0
Pam's HarvestCraft 1.7.10j
ProjectE PE1.9.2
Reliquary 1.2
Sanguimancy 1.1.9-31
Tails 1.4.1a
Tainted Magic 1.1.5.7
TConstruct 1.8.7
Thaumcraft 4.2.3.5
Thaumcraft NEIplugin 1.7a
Thaumic Exploration 1.1-53
Thaumic Horizons 1.1.6
Thaumic Tinkerer 2.5-1.7.10-164
Thermal Dynamics 1.1.0-161
Thermal Expansion 4.0.3b1-218
Thermal Foundation 1.2.0-102
Travellers Gear 1.16.4
Waila 1.5.10
Waila Harvestability 1.1.2
Wawla 1.3.1
Weather2 2.3.9
Witchery 0.24.1
(please forgive me if the numbers are wrong, I wrote this by hand while staring at my mods folder)
Another note, I heard somewhere that Thaumic Horizons uses the biome id 69 which clashes with BiomesO'Plenty so I changed the default config for BiomesO'Plenty to use a different biome id.
Custom Mob Spawner seems to have something to do with your crash as well.
That was indeed the real issue, something inside of Custom Mob Spawner specifically seems to be causing the issue with some kind of mob from Thaumic Horizons. I'll try to dig out what I can from the two as I really don't want to have to sacrifice Mo' Creatures. Thank you kindly for your help however! My two friends and I have been scratching our heads for quite some time trying to figure this one out.
That was indeed the real issue, something inside of Custom Mob Spawner specifically seems to be causing the issue with some kind of mob from Thaumic Horizons. I'll try to dig out what I can from the two as I really don't want to have to sacrifice Mo' Creatures. Thank you kindly for your help however! My two friends and I have been scratching our heads for quite some time trying to figure this one out.
Please do post what it is when you find out, I was considering adding Mo' Creatures to my next pack.
Rollback Post to RevisionRollBack
I don't write long comments often, because I prefer to say what I mean without excess. Please do not assume this means I have little to add to a conversation.
The Meaning of Life, the Universe, and Everything.
Join Date:
4/14/2012
Posts:
54
Minecraft:
Alchimous
Member Details
If you could decompile and make an addon that allowed minetweaker to interact with the planar vortex, I wouldn't mind.
Rollback Post to RevisionRollBack
I don't write long comments often, because I prefer to say what I mean without excess. Please do not assume this means I have little to add to a conversation.
I would think that BoP would see the ID as its own and not generate it, even if there's another biome overwriting it. It's still BoP's biome on that ID, and if they're sharing an ID, they'd be one-and-the-same, unless disabling generation of BoP biomes completely removed them from the game, which it doesn't.
thx
this mod, when added to a big modpack with factorizaton and not enough item ids, causes factorization to error on start up. i already posted on the factorization thread too, along with debug log, and im pretty sure its factorizations fault, but im just leaving this here so you know.
i play MC with 383-384 mods. i use Mats Mega Techpack on the technic launcher, link: http://www.technicpack.net/modpack/mats-techpack-1710.450813
Is there any way to add additional recipes to the planar vortex with mods such as mine/modtweaker? If not, is there anyone who could add something like this? I understand the mod developer is currently gone with real world issues but that crafting mechanic has a lot of potential I'd like to tap into.
I don't write long comments often, because I prefer to say what I mean without excess. Please do not assume this means I have little to add to a conversation.
Why are you even using Item IDs? They dont' exist anymore
1.7.10. is the MC version. and ids are well apparent in this version.
i play MC with 383-384 mods. i use Mats Mega Techpack on the technic launcher, link: http://www.technicpack.net/modpack/mats-techpack-1710.450813
If he has a lot of mods, especially ones with a ridiculous number of items, he could still run out of IDs even in 1.7.10. Forge just doesn't cause crashes from item IDs anymore, since 1.6.4. But he should still post the log. IN A SPOILER.
~~~~~~~~
Fall into the hands of sorrow
Drawn by the darkest bay
Walk into the pit of silence
I am the one calling your name
~~~~~~~~
There is no such thing as item or block id numbers anymore.
Actually... If you have NEI, the numbers assigned to items are still apparent. What has changed is that they are procedurally generated so that they cannot conflict, no longer being defined in config files and whatnot. The ID numbers still exist, but are different for every instance.
The point is that whether the numbers are still used to identify the blocks or not, there is still a limit to the number of blocks/items that can be loaded into Minecraft (and I believe it's the same lump total as before; not certain on that).
I lack the coding talent required to do this, that's why I'm asking. If I knew how to make it I wouldn't need to ask.
I don't write long comments often, because I prefer to say what I mean without excess. Please do not assume this means I have little to add to a conversation.
OK, second question (whoops, I forgot that IDs were still there in the background), how many mods are you using that's maxed out the itemIDs?
Man I haven't had to ask for help ever so- Please oh god help me something's gone horribly wrong. I've been slowly adding mods together to host a fun server with tech and magic however the second I add in Thaumic Horizons I get a nasty error and nothing works anymore.
Annnnd I tried to paste my fml-server-latest into pastebin but it just causes the site to freeze and not respond, though that's probably because the log is over 60k lines (more than 50k of which is the crash error). So instead I'll just take a few excerpts since it seems to just repeat the same thing.
[22:54:45] [Server thread/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.world.WorldEvent$Load@5bc0de8b:
java.lang.NoClassDefFoundError: net/minecraft/nbt/JsonToNBT$Any
at codechicken.nei.NEIServerConfig.loadBannedItems(NEIServerConfig.java:198) ~[NEIServerConfig.class:?]
at codechicken.nei.NEIServerConfig.load(NEIServerConfig.java:45) ~[NEIServerConfig.class:?]
at codechicken.nei.ServerHandler.loadEvent(ServerHandler.java:45) ~[ServerHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_413_ServerHandler_loadEvent_Load.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:247) ~[DimensionManager.class:?]
at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:705) ~[MinecraftServer.class:?]
at com.kentington.thaumichorizons.common.entities.EntityNightmare.<init>(EntityNightmare.java:44) ~[EntityNightmare.class:?]
at sun.reflect.GeneratedConstructorAccessor112.newInstance(Unknown Source) ~[?:?]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_51]
at drzhark.customspawner.environment.EnvironmentSettings.registerEntity(EnvironmentSettings.java:288) ~[EnvironmentSettings.class:?]
at drzhark.customspawner.environment.EnvironmentSettings.initializeEntities(EnvironmentSettings.java:271) ~[EnvironmentSettings.class:?]
at drzhark.customspawner.registry.StructureRegistry.addStructToConfig(StructureRegistry.java:112) ~[StructureRegistry.class:?]
at drzhark.customspawner.registry.StructureRegistry.registerStructure(StructureRegistry.java:36) ~[StructureRegistry.class:?]
at drzhark.customspawner.EventHooks.structureMapGen(EventHooks.java:191) ~[EventHooks.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_170_EventHooks_structureMapGen_InitMapGenEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
at net.minecraftforge.event.terraingen.TerrainGen.getModdedMapGen(TerrainGen.java:29) ~[TerrainGen.class:?]
at biomesoplenty.common.world.ChunkProviderBOPHell.<init>(ChunkProviderBOPHell.java:66) ~[ChunkProviderBOPHell.class:?]
at biomesoplenty.common.world.WorldProviderBOPHell.func_76555_c(WorldProviderBOPHell.java:36) ~[WorldProviderBOPHell.class:?]
at net.minecraft.world.WorldServer.func_72970_h(WorldServer.java:654) ~[mt.class:?]
at net.minecraft.world.World.<init>(World.java:245) ~[ahb.class:?]
at net.minecraft.world.WorldServer.<init>(WorldServer.java:97) ~[mt.class:?]
at net.minecraft.world.WorldServerMulti.<init>(WorldServerMulti.java:14) ~[mm.class:?]
at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:245) ~[DimensionManager.class:?]
at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:705) ~[MinecraftServer.class:?]
at com.kentington.thaumichorizons.common.entities.EntityNightmare.<init>(EntityNightmare.java:44) ~[EntityNightmare.class:?]
at sun.reflect.GeneratedConstructorAccessor112.newInstance(Unknown Source) ~[?:?]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_51]
at drzhark.customspawner.environment.EnvironmentSettings.registerEntity(EnvironmentSettings.java:288) ~[EnvironmentSettings.class:?]
at drzhark.customspawner.environment.EnvironmentSettings.initializeEntities(EnvironmentSettings.java:271) ~[EnvironmentSettings.class:?]
at drzhark.customspawner.registry.StructureRegistry.addStructToConfig(StructureRegistry.java:112) ~[StructureRegistry.class:?]
at drzhark.customspawner.registry.StructureRegistry.registerStructure(StructureRegistry.java:36) ~[StructureRegistry.class:?]
at drzhark.customspawner.EventHooks.structureMapGen(EventHooks.java:191) ~[EventHooks.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_170_EventHooks_structureMapGen_InitMapGenEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
at net.minecraftforge.event.terraingen.TerrainGen.getModdedMapGen(TerrainGen.java:29) ~[TerrainGen.class:?]
at biomesoplenty.common.world.ChunkProviderBOPHell.<init>(ChunkProviderBOPHell.java:66) ~[ChunkProviderBOPHell.class:?]
at biomesoplenty.common.world.WorldProviderBOPHell.func_76555_c(WorldProviderBOPHell.java:36) ~[WorldProviderBOPHell.class:?]
at net.minecraft.world.WorldServer.func_72970_h(WorldServer.java:654) ~[mt.class:?]
at net.minecraft.world.World.<init>(World.java:245) ~[ahb.class:?]
at net.minecraft.world.WorldServer.<init>(WorldServer.java:97) ~[mt.class:?]
at net.minecraft.world.WorldServerMulti.<init>(WorldServerMulti.java:14) ~[mm.class:?]
at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:245) ~[DimensionManager.class:?]
at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:705) ~[MinecraftServer.class:?]
at com.kentington.thaumichorizons.common.entities.EntityNightmare.<init>(EntityNightmare.java:44) ~[EntityNightmare.class:?]
at sun.reflect.GeneratedConstructorAccessor112.newInstance(Unknown Source) ~[?:?]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_51]
at drzhark.customspawner.environment.EnvironmentSettings.registerEntity(EnvironmentSettings.java:288) ~[EnvironmentSettings.class:?]
at drzhark.customspawner.environment.EnvironmentSettings.initializeEntities(EnvironmentSettings.java:271) ~[EnvironmentSettings.class:?]
at drzhark.customspawner.registry.StructureRegistry.addStructToConfig(StructureRegistry.java:112) ~[StructureRegistry.class:?]
at drzhark.customspawner.registry.StructureRegistry.registerStructure(StructureRegistry.java:36) ~[StructureRegistry.class:?]
at drzhark.customspawner.EventHooks.structureMapGen(EventHooks.java:191) ~[EventHooks.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_170_EventHooks_structureMapGen_InitMapGenEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
at net.minecraftforge.event.terraingen.TerrainGen.getModdedMapGen(TerrainGen.java:29) ~[TerrainGen.class:?]
at biomesoplenty.common.world.ChunkProviderBOPHell.<init>(ChunkProviderBOPHell.java:66) ~[ChunkProviderBOPHell.class:?]
at biomesoplenty.common.world.WorldProviderBOPHell.func_76555_c(WorldProviderBOPHell.java:36) ~[WorldProviderBOPHell.class:?]
at net.minecraft.world.WorldServer.func_72970_h(WorldServer.java:654) ~[mt.class:?]
at net.minecraft.world.World.<init>(World.java:245) ~[ahb.class:?]
at net.minecraft.world.WorldServer.<init>(WorldServer.java:97) ~[mt.class:?]
at net.minecraft.world.WorldServerMulti.<init>(WorldServerMulti.java:14) ~[mm.class:?]
at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:245) ~[DimensionManager.class:?]
at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:705) ~[MinecraftServer.class:?]
at com.kentington.thaumichorizons.common.entities.EntityNightmare.<init>(EntityNightmare.java:44) ~[EntityNightmare.class:?]
at sun.reflect.GeneratedConstructorAccessor112.newInstance(Unknown Source) ~[?:?]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_51]
at drzhark.customspawner.environment.EnvironmentSettings.registerEntity(EnvironmentSettings.java:288) ~[EnvironmentSettings.class:?]
at drzhark.customspawner.environment.EnvironmentSettings.initializeEntities(EnvironmentSettings.java:271) ~[EnvironmentSettings.class:?]
at drzhark.customspawner.registry.StructureRegistry.addStructToConfig(StructureRegistry.java:112) ~[StructureRegistry.class:?]
at drzhark.customspawner.registry.StructureRegistry.registerStructure(StructureRegistry.java:36) ~[StructureRegistry.class:?]
at drzhark.customspawner.EventHooks.structureMapGen(EventHooks.java:191) ~[EventHooks.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_170_EventHooks_structureMapGen_InitMapGenEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
at net.minecraftforge.event.terraingen.TerrainGen.getModdedMapGen(TerrainGen.java:29) ~[TerrainGen.class:?]
at biomesoplenty.common.world.ChunkProviderBOPHell.<init>(ChunkProviderBOPHell.java:66) ~[ChunkProviderBOPHell.class:?]
at biomesoplenty.common.world.WorldProviderBOPHell.func_76555_c(WorldProviderBOPHell.java:36) ~[WorldProviderBOPHell.class:?]
at net.minecraft.world.WorldServer.func_72970_h(WorldServer.java:654) ~[mt.class:?]
at net.minecraft.world.World.<init>(World.java:245) ~[ahb.class:?]
at net.minecraft.world.WorldServer.<init>(WorldServer.java:97) ~[mt.class:?]
at net.minecraft.world.WorldServerMulti.<init>(WorldServerMulti.java:14) ~[mm.class:?]
at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:245) ~[DimensionManager.class:?]
at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:705) ~[MinecraftServer.class:?]
at com.kentington.thaumichorizons.common.entities.EntityNightmare.<init>(EntityNightmare.java:44) ~[EntityNightmare.class:?]
at sun.reflect.GeneratedConstructorAccessor112.newInstance(Unknown Source) ~[?:?]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_51]
There is no log I can post and no crash report because the error just continues to recycle over and over again until I forcibly kill the server in processes. However this is a list of all the mods installed on the server currently.
Baubles 1.0.1.10
CodeChickenLib 1.1.3.138
ForgeMultipart 1.2.0.345
LibSandstone 1.0.0
EJML core 0.26
Ars Magica 2 1.4.0.008
Aether II 1.5.1
Aether Aspects 1.2
AnimationAPI 1.2.4
Better Storage 0.13.1.126
Biblio Craft 1.11.2
BiblioWoods BiomesOPlenty 1.9
BiblioWoods Natura 1.5
Big Reactors 0.4.3a
BiomesOPlenty 2.1.0.1067-universal
Blood Magic 1.3.3-13
Botania r1.7-223
Build Craft 7.1.5
Carpenter's Blocks 3.3.7
Chisel 2 2.5.1.44
CodeChickenCore 1.0.7.47-universal
CoFHCore 3.0.3-303
Coro Utils 1.1.3
Cosmetic Armor 1.0.5.B8-universal
Custom Mob Spawner 3.3.0
DrZharks MoCreatures 6.3.1
Extra Utilities 1.2.11
Fastcraft 1.21
Fast Leaf Decay 1.3
Forbidden Magic 0.57
FoxLib 0.7.0
Gilded Games Util 1.7
Guide API 1.0.1-20
HardcoreEnderExpansion 1.8.3
iChunUtil 4.1.0
Industrial Craft 2 2.2.780
Inventory Tweaks 1.59-dev-152
Mantle 0.3.2a
Mekanism 8.1.7.252
MekanismGenerators 8.1.7.252
MekanismTools 8.1.7.252
Mine Factory Reloaded 2.8.0-104
MineTweaker3 3.0.9c
Modular Powersuits 0.11.0.281
Morph Beta 0.9.2
Morpheus 1.6.10
MrCrayfish Furniture Mod 3.4.8
Mutant Creatures 1.4.9
Mystcraft 0.12.3.00
Natura 2.2.0.1
NEI Addons 1.12.11.36
NEI Integration 1.0.12
Nether Ores 2.3.0-12
NotEnoughItems 1.0.5.118-universal
Numina 0.4.0.131
Origin 6.0.0
Pam's HarvestCraft 1.7.10j
ProjectE PE1.9.2
Reliquary 1.2
Sanguimancy 1.1.9-31
Tails 1.4.1a
Tainted Magic 1.1.5.7
TConstruct 1.8.7
Thaumcraft 4.2.3.5
Thaumcraft NEIplugin 1.7a
Thaumic Exploration 1.1-53
Thaumic Horizons 1.1.6
Thaumic Tinkerer 2.5-1.7.10-164
Thermal Dynamics 1.1.0-161
Thermal Expansion 4.0.3b1-218
Thermal Foundation 1.2.0-102
Travellers Gear 1.16.4
Waila 1.5.10
Waila Harvestability 1.1.2
Wawla 1.3.1
Weather2 2.3.9
Witchery 0.24.1
(please forgive me if the numbers are wrong, I wrote this by hand while staring at my mods folder)
Another note, I heard somewhere that Thaumic Horizons uses the biome id 69 which clashes with BiomesO'Plenty so I changed the default config for BiomesO'Plenty to use a different biome id.
Let me know if anything else is required!
That was indeed the real issue, something inside of Custom Mob Spawner specifically seems to be causing the issue with some kind of mob from Thaumic Horizons. I'll try to dig out what I can from the two as I really don't want to have to sacrifice Mo' Creatures. Thank you kindly for your help however! My two friends and I have been scratching our heads for quite some time trying to figure this one out.
Please do post what it is when you find out, I was considering adding Mo' Creatures to my next pack.
I don't write long comments often, because I prefer to say what I mean without excess. Please do not assume this means I have little to add to a conversation.
So, is there any hint to whenever this mod will ever be updated?
I am also interested in this issue ...
Yas use but how to turn off the CMS is not found
I think it would solve the conflict
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1282021-1-6-2-custom-mob-spawner?page=23#c457
Look here please
thaumichorizons-1.7.10-1.1.6.jar and CustomMobSpawner 3.3.0.jar
Sorry for bad English
I kind of want to decompile this and fix some stuff... but that would be against the rules.
If you could decompile and make an addon that allowed minetweaker to interact with the planar vortex, I wouldn't mind.
I don't write long comments often, because I prefer to say what I mean without excess. Please do not assume this means I have little to add to a conversation.
I'm posting here to notify you that I'm using Thaumic Horizons in my exploration/automation-centric modpack, Wayfarer.