no they are not structure oriented
they are also in the right dimension if surface bop and overworld count
yeah, overworld would be right....show me the config setup you have for those mobs....maybe it is one of the other options isn't right
just those three, I don't need the others.
you have to adjust the skelly settings for the nether to get them to spawn, also make sure they are in the structures so they only spawn in the nether forts, unless you also want them to spawn everywhere then you remove them
make sure you are modifying the nether dimension settings
Yeah, I read from your previous posts that the wither skeletons were controlled by the skeleton settings. That's what I tried to change, but I couldn't get it to work, until I started killing pigmen and mobs in the nether. I guess I needed to make room for the skeletons.
So moral of the story is that the Custom Mob Spawner needs to properly fill out the biome groups for skeletons in the nether.
Also, I have no clue what you mean by this, "also make sure they are in the structures so they only spawn in the nether forts." I didn't see anything in the configuration files for that.
Are there any plans to add a config option to enable/disable spawning in certain dimensions?
While the mo' creature mobs are nice in the over world they tend to break mods that add new dimensions such as twilight forest where it is always dark or witchery where you tend to enter the spirit world in a nightmare causing an over abundance of night mobs to spawn.
yeah, overworld would be right....show me the config setup you have for those mobs....maybe it is one of the other options isn't right
just those three, I don't need the others.
there is your problem, max light level on all is -1
should be 15 if you want them to spawn all the time
wait...hmmm...there are other mobs that spawn properly with max light level -1...hmmm
are they aggressive? cause you have them in the monster type which will not spawn if the game type is peaceful
also, double check your mod mappings in the environment.cfg file. make sure the default name matches what you have in the biome list. If they don't you'll have to adjust the biome group header to match (the first word in the biome group name)
Yeah, I read from your previous posts that the wither skeletons were controlled by the skeleton settings. That's what I tried to change, but I couldn't get it to work, until I started killing pigmen and mobs in the nether. I guess I needed to make room for the skeletons.
So moral of the story is that the Custom Mob Spawner needs to properly fill out the biome groups for skeletons in the nether.
Also, I have no clue what you mean by this, "also make sure they are in the structures so they only spawn in the nether forts." I didn't see anything in the configuration files for that.
Are there any plans to add a config option to enable/disable spawning in certain dimensions?
While the mo' creature mobs are nice in the over world they tend to break mods that add new dimensions such as twilight forest where it is always dark or witchery where you tend to enter the spirit world in a nightmare causing an over abundance of night mobs to spawn.
Time: 3/18/14 2:33 PM
Description: Initializing game
java.lang.IllegalArgumentException: Slot 200 is already occupied by [email protected] when adding [email protected]
at net.minecraft.block.Block.<init>(Block.java:349)
at drzhark.mocreatures.block.MoCBlock.<init>(MoCBlock.java:18)
at drzhark.mocreatures.block.MoCBlockDirt.<init>(MoCBlockDirt.java:21)
at drzhark.mocreatures.MoCreatures.InitItems(MoCreatures.java:784)
at drzhark.mocreatures.MoCreatures.load(MoCreatures.java:364)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.block.Block.<init>(Block.java:349)
at drzhark.mocreatures.block.MoCBlock.<init>(MoCBlock.java:18)
at drzhark.mocreatures.block.MoCBlockDirt.<init>(MoCBlockDirt.java:21)
at drzhark.mocreatures.MoCreatures.InitItems(MoCreatures.java:784)
at drzhark.mocreatures.MoCreatures.load(MoCreatures.java:364)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 103593904 bytes (98 MB) / 209973248 bytes (200 MB) up to 518979584 bytes (494 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 10 mods loaded, 10 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
bspkrsCore{v4.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev4.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_bspkrsCore{v4.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev4.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
TreeCapitator{Forge 1.6.4.r02} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r02.Universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
CustomSpawner{3.0.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
JinRyuu_DragonBlockC{1.2-Public-Test-v5} [Dragon Block C] (DragonBlockC-Universal-v1.2-public-test-v5.zip) Unloaded->Constructed->Pre-initialized->Initialized
MoCreatures{6.1.0} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.1.0 (1).zip) Unloaded->Constructed->Pre-initialized->Errored
JinRyuu_JRMCore{1.0-Public-Test-v5} [JinRyuu's Mods Core] (JRMCore-Universal-v1.0-public-test-v5 (1).zip) Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: 1.6.4-Forge9.11.1.965
LWJGL: 2.9.0
OpenGL: Intel(R) HD Graphics 4000 GL version 3.3.0 - Build 8.15.10.2712, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: nullif some one can get Drzark to see this maybe he would know
Time: 3/18/14 2:33 PM
Description: Initializing game
java.lang.IllegalArgumentException: Slot 200 is already occupied by [email protected] when adding [email protected]
at net.minecraft.block.Block.<init>(Block.java:349)
at drzhark.mocreatures.block.MoCBlock.<init>(MoCBlock.java:18)
at drzhark.mocreatures.block.MoCBlockDirt.<init>(MoCBlockDirt.java:21)
at drzhark.mocreatures.MoCreatures.InitItems(MoCreatures.java:784)
at drzhark.mocreatures.MoCreatures.load(MoCreatures.java:364)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.block.Block.<init>(Block.java:349)
at drzhark.mocreatures.block.MoCBlock.<init>(MoCBlock.java:18)
at drzhark.mocreatures.block.MoCBlockDirt.<init>(MoCBlockDirt.java:21)
at drzhark.mocreatures.MoCreatures.InitItems(MoCreatures.java:784)
at drzhark.mocreatures.MoCreatures.load(MoCreatures.java:364)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot™ Client VM (mixed mode, sharing), Oracle Corporation
Memory: 103593904 bytes (98 MB) / 209973248 bytes (200 MB) up to 518979584 bytes (494 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 10 mods loaded, 10 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
bspkrsCore{v4.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev4.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_bspkrsCore{v4.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev4.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
TreeCapitator{Forge 1.6.4.r02} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r02.Universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
CustomSpawner{3.0.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
JinRyuu_DragonBlockC{1.2-Public-Test-v5} [Dragon Block C] (DragonBlockC-Universal-v1.2-public-test-v5.zip) Unloaded->Constructed->Pre-initialized->Initialized
MoCreatures{6.1.0} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.1.0 (1).zip) Unloaded->Constructed->Pre-initialized->Errored
JinRyuu_JRMCore{1.0-Public-Test-v5} [JinRyuu's Mods Core] (JRMCore-Universal-v1.0-public-test-v5 (1).zip) Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: 1.6.4-Forge9.11.1.965
LWJGL: 2.9.0
OpenGL: Intel® HD Graphics 4000 GL version 3.3.0 - Build 8.15.10.2712, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
if some one can get Drzark to see this maybe he would know
that is a simple ID conflict error
change the ID of either block in the respect mod's config file to fix
THfairy cirno and rumia
just to be sure, are you modifying the right dimensions config files? they are dimension specific
and are they structure restricted mobs?
no they are not structure oriented
they are also in the right dimension if surface bop and overworld count
yeah, overworld would be right....show me the config setup you have for those mobs....maybe it is one of the other options isn't right
just those three, I don't need the others.
Yeah, I read from your previous posts that the wither skeletons were controlled by the skeleton settings. That's what I tried to change, but I couldn't get it to work, until I started killing pigmen and mobs in the nether. I guess I needed to make room for the skeletons.
So moral of the story is that the Custom Mob Spawner needs to properly fill out the biome groups for skeletons in the nether.
Also, I have no clue what you mean by this, "also make sure they are in the structures so they only spawn in the nether forts." I didn't see anything in the configuration files for that.
While the mo' creature mobs are nice in the over world they tend to break mods that add new dimensions such as twilight forest where it is always dark or witchery where you tend to enter the spirit world in a nightmare causing an over abundance of night mobs to spawn.
biome group for mobs
S:THKAGUYAMOD_CIRNO_DEFAULT <BOP|Alps:BOP|Arctic:BOP|Frost Forest:BOP|Tundra:BOP|Snowy Coniferous Forest:MC|Ice Plains:MC|Cold Taiga>
S:THKAGUYAMOD_RUMIA_DEFAULT <BOP|Sludgepit:BOP|Moor:BOP|Ominous Woods:BOP|Bamboo Forest:BOP|Mystic Grove:BOP|Cherry Blossom Grove:MC|Plains:MC|Forest:MC|Roofed Forest>
S:THKAGUYAMOD_THFAIRY_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Lavender Fields:BOP|Silkglades:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M:BOP|Alps:BOP|Arctic:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Canyon:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Snowy Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Deciduous Forest:BOP|Dunes:BOP|Fen:BOP|Flower Field:BOP|Frost Forest:BOP|Grassland:BOP|Grove:BOP|Heathland:BOP|Highland:BOP|Jade Cliffs:BOP|Lush Desert:BOP|Lush Swamp:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Origin Valley:BOP|Outback:BOP|Pasture:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|Redwood Forest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Sludgepit:BOP|Spruce Woods:BOP|Temperate Rainforest:BOP|Thicket:BOP|Timber:BOP|Tropical Rainforest:BOP|Tropics:BOP|Tundra:BOP|Volcano:BOP|Wasteland:BOP|Wetland:BOP|Woodland>
# Configuration file
####################
# cirno
####################
cirno {
S:biomegroups <CIRNO_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=1
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# hanabeeper
####################
hanabeeper {
S:biomegroups <HANABEEPER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# rumia
####################
rumia {
S:biomegroups <RUMIA_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=1
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# thfairy
####################
thfairy {
S:biomegroups <THFAIRY_DEFAULT>
B:canSpawn=true
I:frequency=20
I:maxChunk=10
I:maxLightlevel=-1
I:maxSpawn=10
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=3
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
should be 15 if you want them to spawn all the time
wait...hmmm...there are other mobs that spawn properly with max light level -1...hmmm
are they aggressive? cause you have them in the monster type which will not spawn if the game type is peaceful
also, double check your mod mappings in the environment.cfg file. make sure the default name matches what you have in the biome list. If they don't you'll have to adjust the biome group header to match (the first word in the biome group name)
structures are a sep config file
CMS 3.0.0+ uses config files for each dimension
Use the Ring Luke, he who controls the Ring controls the raptors~ Dumbledore
v Scroll down for great GIFs! V
Thanks dude
as of CMS 3.0.0 it is WIP, best bet is to use the commands
// Sorry
Time: 3/18/14 2:33 PM
Description: Initializing game
java.lang.IllegalArgumentException: Slot 200 is already occupied by [email protected] when adding [email protected]
at net.minecraft.block.Block.<init>(Block.java:349)
at drzhark.mocreatures.block.MoCBlock.<init>(MoCBlock.java:18)
at drzhark.mocreatures.block.MoCBlockDirt.<init>(MoCBlockDirt.java:21)
at drzhark.mocreatures.MoCreatures.InitItems(MoCreatures.java:784)
at drzhark.mocreatures.MoCreatures.load(MoCreatures.java:364)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.block.Block.<init>(Block.java:349)
at drzhark.mocreatures.block.MoCBlock.<init>(MoCBlock.java:18)
at drzhark.mocreatures.block.MoCBlockDirt.<init>(MoCBlockDirt.java:21)
at drzhark.mocreatures.MoCreatures.InitItems(MoCreatures.java:784)
at drzhark.mocreatures.MoCreatures.load(MoCreatures.java:364)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 103593904 bytes (98 MB) / 209973248 bytes (200 MB) up to 518979584 bytes (494 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 10 mods loaded, 10 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
bspkrsCore{v4.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev4.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_bspkrsCore{v4.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev4.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
TreeCapitator{Forge 1.6.4.r02} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r02.Universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
CustomSpawner{3.0.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
JinRyuu_DragonBlockC{1.2-Public-Test-v5} [Dragon Block C] (DragonBlockC-Universal-v1.2-public-test-v5.zip) Unloaded->Constructed->Pre-initialized->Initialized
MoCreatures{6.1.0} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.1.0 (1).zip) Unloaded->Constructed->Pre-initialized->Errored
JinRyuu_JRMCore{1.0-Public-Test-v5} [JinRyuu's Mods Core] (JRMCore-Universal-v1.0-public-test-v5 (1).zip) Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: 1.6.4-Forge9.11.1.965
LWJGL: 2.9.0
OpenGL: Intel(R) HD Graphics 4000 GL version 3.3.0 - Build 8.15.10.2712, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: nullif some one can get Drzark to see this maybe he would know
that is a simple ID conflict error
change the ID of either block in the respect mod's config file to fix
which? in MOC or the other mod? I don't have that one.
im gay