---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!
Time: 21/09/13 04:20 PM
Description: Initializing game
java.lang.IllegalArgumentException: Slot 202 is already occupied by [email protected] when adding [email protected]
at net.minecraft.block.Block.<init>(Block.java:348)
at drzhark.mocreatures.block.MoCBlock.<init>(MoCBlock.java:22)
at drzhark.mocreatures.block.MoCBlockRock.<init>(MoCBlockRock.java:28)
at drzhark.mocreatures.MoCreatures.InitItems(MoCreatures.java:751)
at drzhark.mocreatures.MoCreatures.load(MoCreatures.java:390)
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:540)
at sun.reflect.GeneratedMethodAccessor3.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
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:348)
at drzhark.mocreatures.block.MoCBlock.<init>(MoCBlock.java:22)
at drzhark.mocreatures.block.MoCBlockRock.<init>(MoCBlockRock.java:28)
at drzhark.mocreatures.MoCreatures.InitItems(MoCreatures.java:751)
at drzhark.mocreatures.MoCreatures.load(MoCreatures.java:390)
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:540)
at sun.reflect.GeneratedMethodAccessor3.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
I am having a weird bug where when I make a new world, either no mo' creatures mobs spawn at all, or so many of them spawn that it makes the game lag too much to play. Is anyone else experiencing this?
Im using the latest versions of all the mods
I am having a weird bug where when I make a new world, either no mo' creatures mobs spawn at all, or so many of them spawn that it makes the game lag too much to play. Is anyone else experiencing this?
Im using the latest versions of all the mods
I'm not experiencing this.
I have perfect performance a little lag but not to much
Hey there, just a quick idea that would get more people on mo' creatures, a factions server with rules, balkon's weapon mod, biomes o' plenty, and mo' creatures! (just those mods any more would be catastrophic) I personally would love owning a castle the size of ten with knights on horses shooting crossbows and dropping dynamite in an apple orchard. nothin better ;D
Only three kinds of hoses spawn in my worlds, which makes it impossible for me to breed a tier 4 horse. Bug?
Actually I beleive it is possible I think if you have a brown horse, a black horse, and a white horse. but it just depends which three spawn in your world.
---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!
Time: 21/09/13 04:20 PM
Description: Initializing game
java.lang.IllegalArgumentException: Slot 202 is already occupied by [email protected] when adding [email protected]
at net.minecraft.block.Block.<init>(Block.java:348)
at drzhark.mocreatures.block.MoCBlock.<init>(MoCBlock.java:22)
at drzhark.mocreatures.block.MoCBlockRock.<init>(MoCBlockRock.java:28)
at drzhark.mocreatures.MoCreatures.InitItems(MoCreatures.java:751)
at drzhark.mocreatures.MoCreatures.load(MoCreatures.java:390)
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:540)
at sun.reflect.GeneratedMethodAccessor3.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
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:348)
at drzhark.mocreatures.block.MoCBlock.<init>(MoCBlock.java:22)
at drzhark.mocreatures.block.MoCBlockRock.<init>(MoCBlockRock.java:28)
at drzhark.mocreatures.MoCreatures.InitItems(MoCreatures.java:751)
at drzhark.mocreatures.MoCreatures.load(MoCreatures.java:390)
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:540)
at sun.reflect.GeneratedMethodAccessor3.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
The Meaning of Life, the Universe, and Everything.
Join Date:
1/3/2013
Posts:
53
Member Details
To anyone who thinks their garden is safe against ogre fists if you set the option "golem destroy blocks: false".. You are not.. My garden is a warzone. I thought golem was the same as ogre. Guess I had to learn that it wasn't, the hard way.
excellent work Dr.Zhark, i like the realistics textures of all those mobs but only thing that seems weird is that it doesn't suit minecraft's vanilla world texture...... Dr.Zhark i suggest you to make a texture pack for minecraft world including all vanilla mobs that will suit the realistic textures of your mobs
This began happening all of a sudden after installing no mods whatsoever.
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 9/22/13 5:43 PM
Description: Initializing game
java.lang.RuntimeException: Unknown character ' ' in 'C:/Users/Johnny/AppData/Roaming/.minecraft/config/MoCreatures/Biomes/ProjectZulu.cfg:1'
at drzhark.mocreatures.MoCConfiguration.load(MoCConfiguration.java:655)
at drzhark.mocreatures.MoCConfiguration.<init>(MoCConfiguration.java:93)
at drzhark.mocreatures.MoCProxy.genModConfiguration(MoCProxy.java:588)
at drzhark.mocreatures.MoCProxy.ConfigInit(MoCProxy.java:406)
at drzhark.mocreatures.client.MoCClientProxy.ConfigInit(MoCClientProxy.java:752)
at drzhark.mocreatures.MoCreatures.preInit(MoCreatures.java:378)
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:540)
at sun.reflect.GeneratedMethodAccessor3.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at drzhark.mocreatures.MoCConfiguration.load(MoCConfiguration.java:655)
at drzhark.mocreatures.MoCConfiguration.<init>(MoCConfiguration.java:93)
at drzhark.mocreatures.MoCProxy.genModConfiguration(MoCProxy.java:588)
at drzhark.mocreatures.MoCProxy.ConfigInit(MoCProxy.java:406)
at drzhark.mocreatures.client.MoCClientProxy.ConfigInit(MoCClientProxy.java:752)
at drzhark.mocreatures.MoCreatures.preInit(MoCreatures.java:378)
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:540)
at sun.reflect.GeneratedMethodAccessor3.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
The Meaning of Life, the Universe, and Everything.
Join Date:
7/16/2013
Posts:
57
Member Details
Hi... I went and wrote my own configuration file for this mod... I divided the biomes into different groups and manually assigned creatues adn monsters to them as made sense for the setting I'm to have for my small multiplayer server when it starts a new map...
but I've run into a problem...
the config keeps getting rewritten ... my stuff is in there, but original stuff is being re-injected right into the middle of my file (seemingly in alphabetical order.) Default biome categories, only a couple of mobs for some reason, but still...
This began happening all of a sudden after installing no mods whatsoever.
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 9/22/13 5:43 PM
Description: Initializing game
java.lang.RuntimeException: Unknown character ' ' in 'C:/Users/Johnny/AppData/Roaming/.minecraft/config/MoCreatures/Biomes/ProjectZulu.cfg:1'
at drzhark.mocreatures.MoCConfiguration.load(MoCConfiguration.java:655)
at drzhark.mocreatures.MoCConfiguration.<init>(MoCConfiguration.java:93)
at drzhark.mocreatures.MoCProxy.genModConfiguration(MoCProxy.java:588)
at drzhark.mocreatures.MoCProxy.ConfigInit(MoCProxy.java:406)
at drzhark.mocreatures.client.MoCClientProxy.ConfigInit(MoCClientProxy.java:752)
at drzhark.mocreatures.MoCreatures.preInit(MoCreatures.java:378)
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:540)
at sun.reflect.GeneratedMethodAccessor3.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at drzhark.mocreatures.MoCConfiguration.load(MoCConfiguration.java:655)
at drzhark.mocreatures.MoCConfiguration.<init>(MoCConfiguration.java:93)
at drzhark.mocreatures.MoCProxy.genModConfiguration(MoCProxy.java:588)
at drzhark.mocreatures.MoCProxy.ConfigInit(MoCProxy.java:406)
at drzhark.mocreatures.client.MoCClientProxy.ConfigInit(MoCClientProxy.java:752)
at drzhark.mocreatures.MoCreatures.preInit(MoCreatures.java:378)
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:540)
at sun.reflect.GeneratedMethodAccessor3.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Hi... I went and wrote my own configuration file for this mod... I divided the biomes into different groups and manually assigned creatues adn monsters to them as made sense for the setting I'm to have for my small multiplayer server when it starts a new map...
but I've run into a problem...
the config keeps getting rewritten ... my stuff is in there, but original stuff is being re-injected right into the middle of my file (seemingly in alphabetical order.) Default biome categories, only a couple of mobs for some reason, but still...
The Meaning of Life, the Universe, and Everything.
Join Date:
7/16/2013
Posts:
57
Member Details
I can try, though, when I left the default categories in (and simply gave them no biomes), the game refused to launch. So, to some not-obvious degree, it is relying on these defaults in some minor but critical way. Poking around now to see what, specifically
Oddly... it resurrects EVERY default biome category listing (while preserving my own.)
But it only ressurects TWO of the default beast definitions:
Hello all! Got back into Mo Creatures. Just a casual mature player looking for a not-obscenely-modded Mo Creatures server in vain. Anyway I don't intend to bother, however, I have three inquiries/possible bugs:
1. My new SP world only spawns skewbald, snowflake, chestnut, and zebra Wild Horses. Have messed with the spawning rates and spawning biomes settings in the GUI to confirm this. All software is compatible. All 1.6.2. Anyone else having this problem? xD
2. Not a big deal, given the helpful coughtotallycheatycough spawn adjusting options, but worth a note. When spawning vanilla horses through the GUI, it only gives me a fast-ish white horse with like fifty health, that despawns after a while even when tamed and stabled securely away from all predators and pets... (Gawd Big Cats why why. Attacking the rare racehorse spawns, tamed or not. Yet living peacefully with their non domesticated prey--Wild Horses. Either, tamed or not. Sense, Huston, we have none. :P)
Edit: 2.5) just realized that when I...ahem...collect wyvern eggs by spam-spawning them in the overworld, I get weird named eggs that hatch baby scorpions...
"item.moc_egg.49.egg" is what I receive.
3. And how the cheese are we supposed to mix and match the vanilla horses and Wild Horses? Mo Creatures wiki still has no information other than a non-explanatory note about the addition of vanilla horses, and everyone else across the web only offers tidbits of unhelpful information so I'm sure I'm not the only one. :/
Always on the lookout for small-time, modded and vanilla servers. I fancy designing and building things. Not enough free time to make epic grade constructs but willing to lend a hand. Just an adult trying to find a nice, perhaps mature, Survival server to hang out and co-op on, that doesn't have egotistical server owners who just like the power and control or prestige ownership gives them, and won't treat a gal like a sex object as soon as she walks in. Asking too much? lol Attempts as of Jan 2014: 24.
Although I have some suggestions regarding the Wyvern. My friends and I think there should be more colors or a larger variety.
Now, personally, I don't see the point in Tamed Mother Wyverns being so large. I mean I get the idea... they're mothers therefore they should look so. But when trying to go into Nether or trying to look below when flying is extremely inconvenient when riding a Mother Wyvern. So we've all been sticking to the regular sized Wyverns. We would love for there to be an option to apply the Essences to the regular sized Wyverns. I'm not sure if this idea will be liked or if you had an idea for the Mother Wyverns later down the pipeline but I propose re-sizing the Tamed Mother Wyvern (I think this option would be the easiest). Another option would be to add another 'rare' normal sized Wyvern that we can give an essence to (The only problem with this idea is that Essence of Light would be problematic as it will drop an egg and/or recolor the 'rare' wyvern).
Lastly, as I said earlier. More variety, please~! I propose things like:
Arctic Wyvern, a light blue Wyvern.
Mountain Wyvern, I'm thinking a brownish color?
Ocean or Water-themed Wyvern, Maybe a Cyan or Deep Blue
Cave Wyvern or Stone-themed, a Grey Wyvern.
I hope I'm not out of place but I've gone ahead and recolored a couple of the textures for preview purposes.
I got a little lazy half way through. I didn't edit mouths, some of the eyes or the spots. Anyways, this is just for preview.
I'd more than appreciate any sort of response, DrZhark. I know you probably can't read all the posts in this thread but any sort of reply would be great.
Again, amazing mod. Hope you consider this suggestion.
This is my actual crash report
// Hey, that tickles! Hehehe!
Time: 21/09/13 04:20 PM
Description: Initializing game
java.lang.IllegalArgumentException: Slot 202 is already occupied by [email protected] when adding [email protected]
at net.minecraft.block.Block.<init>(Block.java:348)
at drzhark.mocreatures.block.MoCBlock.<init>(MoCBlock.java:22)
at drzhark.mocreatures.block.MoCBlockRock.<init>(MoCBlockRock.java:28)
at drzhark.mocreatures.MoCreatures.InitItems(MoCreatures.java:751)
at drzhark.mocreatures.MoCreatures.load(MoCreatures.java:390)
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:540)
at sun.reflect.GeneratedMethodAccessor3.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
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:348)
at drzhark.mocreatures.block.MoCBlock.<init>(MoCBlock.java:22)
at drzhark.mocreatures.block.MoCBlockRock.<init>(MoCBlockRock.java:28)
at drzhark.mocreatures.MoCreatures.InitItems(MoCreatures.java:751)
at drzhark.mocreatures.MoCreatures.load(MoCreatures.java:390)
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:540)
at sun.reflect.GeneratedMethodAccessor3.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 8 (x86) version 6.2
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 72484568 bytes (69 MB) / 134803456 bytes (128 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.04 FML v6.2.57.845 Minecraft Forge 9.10.0.845 21 mods loaded, 21 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.2.57.845} [Forge Mod Loader] (minecraftforge-9.10.0.845.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.10.0.845} [Minecraft Forge] (minecraftforge-9.10.0.845.jar) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{2.9.0.0} [Damage Indicators] (1.6.2 DamageIndicators v2.9.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
ct{1.0} [Cray Tokens] ([Forge]CrayTokensv1.0(1.6.2).zip) Unloaded->Constructed->Pre-initialized->Initialized
cfm{3.0} [§4MrCrayfish's Furniture Mod] ([Forge]FurnitureModv3.0(1.6.2).zip) Unloaded->Constructed->Pre-initialized->Initialized
amm{2.0} [ArmorMovementMod] (ArmorMovement 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Backpack{1.18.17} [Backpack] (backpack-1.18.17-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
CustomSpawner{2.3.1} [DrZhark's CustomSpawner] (CustomMobSpawner 2.3.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
customnpcs{0.8} [CustomNpcs] (CustomNPCs_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
MoCreatures{6.0.1} [DrZhark's Mo'Creatures Mod] (DrZhark's Mo'Creatures Mod v6.0.1.zip) Unloaded->Constructed->Pre-initialized->Errored
SpawnEggs{1.6.2.0} [Better Spawn Eggs] (Forge_BetterSpawnEggsv1.6.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
hoonPad{0.0.0} [HoonPad Mod] (HoonPad Mod 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{2.0.0} [iChunUtil] (iChunUtil2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
SlimevoidLib{2.0.2.0} [Slimevoid Library] (SlimevoidLib-Universal-v2.0.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
LittleBlocks{2.2.0.0} [Little Blocks] (LittleBlocks-MC1.6.2-Optifine.zip) Unloaded->Constructed->Pre-initialized->Initialized
mca{3.4.4} [Minecraft Comes Alive] (MCA v3.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
mcdonalds{3.0} [Minedonalds] (MineDonalds.zip) Unloaded->Constructed->Pre-initialized->Initialized
PortalGun{2.0.0} [PortalGun] (PortalGun2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
colossali_SuperVillains{1.5} [Super Villain Mod] (SVIM_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
camping{1.0.2e} [The Camping Mod] (TheCampingMod_1.0.2e.jar) Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: 1.6.2-Forge9.10.0.845
LWJGL: 2.9.0
OpenGL: ATI Radeon HD 4200 (Engineering Sample - WDDM v1.1) GL version 3.3.10834 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: faithful32pack(1).zip
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
It shouldn't be too hard updating to 1.6.2.
Hip. Hip. HOORAY!
Im using the latest versions of all the mods
Well it says that but it doesn't because I have downloaded it 5 times no harm done
I'm not experiencing this.
I have perfect performance a little lag but not to much
I already told you what the problem is please go look at my post on the previous page
// Don't be sad, have a hug! <3
Time: 9/22/13 5:43 PM
Description: Initializing game
java.lang.RuntimeException: Unknown character ' ' in 'C:/Users/Johnny/AppData/Roaming/.minecraft/config/MoCreatures/Biomes/ProjectZulu.cfg:1'
at drzhark.mocreatures.MoCConfiguration.load(MoCConfiguration.java:655)
at drzhark.mocreatures.MoCConfiguration.<init>(MoCConfiguration.java:93)
at drzhark.mocreatures.MoCProxy.genModConfiguration(MoCProxy.java:588)
at drzhark.mocreatures.MoCProxy.ConfigInit(MoCProxy.java:406)
at drzhark.mocreatures.client.MoCClientProxy.ConfigInit(MoCClientProxy.java:752)
at drzhark.mocreatures.MoCreatures.preInit(MoCreatures.java:378)
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:540)
at sun.reflect.GeneratedMethodAccessor3.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at drzhark.mocreatures.MoCConfiguration.load(MoCConfiguration.java:655)
at drzhark.mocreatures.MoCConfiguration.<init>(MoCConfiguration.java:93)
at drzhark.mocreatures.MoCProxy.genModConfiguration(MoCProxy.java:588)
at drzhark.mocreatures.MoCProxy.ConfigInit(MoCProxy.java:406)
at drzhark.mocreatures.client.MoCClientProxy.ConfigInit(MoCClientProxy.java:752)
at drzhark.mocreatures.MoCreatures.preInit(MoCreatures.java:378)
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:540)
at sun.reflect.GeneratedMethodAccessor3.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 29211760 bytes (27 MB) / 106696704 bytes (101 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.04 FML v6.2.37.817 Minecraft Forge 9.10.0.817 21 mods loaded, 21 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.2.37.817} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
Forge{9.10.0.817} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
TooManyItems{1.6.2} [TooManyItems] (coremods) Unloaded->Constructed->Pre-initialized
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.2]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized
KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized
Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized
Backpack{1.18.17} [Backpack] (backpack-1.18.17-1.6.2.zip) Unloaded->Constructed->Pre-initialized
craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.4.zip) Unloaded->Constructed->Pre-initialized
CustomSpawner{2.3.0.dev1} [DrZhark's CustomSpawner] (CustomMobSpawner 2.3.0 DEV-R1.zip) Unloaded->Constructed->Pre-initialized
MoCreatures{6.0.0.dev6} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.0.0 DEV-R6.zip) Unloaded->Constructed->Errored
eplus{1.16.4} [Enchanting Plus] (EnchantingPlus-1.16.4.jar) Unloaded->Constructed->Pre-initialized
GuiAPI{0.15.7} [GuiAPI] (GuiAPI-0.15.7-1.6.2.jar) Unloaded->Constructed->Pre-initialized
fyrestorm_icecreamcreepermod{1.0.9c} [Ice Cream Sandwich Creeper Mod] (IceCreamSandwichCreeperModv1.0.9c 1.6.2.zip) Unloaded->Constructed->Pre-initialized
mca{3.5.0} [Minecraft Comes Alive] (MCA v3.5.0.zip) Unloaded->Constructed->Pre-initialized
rpginventorymod{1.5.1 8.4} [RPG Inventory Mod] (Rpg Inventory 1.6.2 v1.0.zip) Unloaded->Constructed->Pre-initialized
VanillaShields{RpgInv8.4} [Vanilla Shields Mod] (Rpg Inventory 1.6.2 v1.0.zip) Unloaded->Constructed->Pre-initialized
RPGMS{RpgInv8.4} [RpgInv Mage Addon] (Rpg Inventory 1.6.2 v1.0.zip) Unloaded->Constructed->Pre-initialized
RPGPlusPlus{RpgInv8.4} [Subarakis RPG++ mod] (Rpg Inventory 1.6.2 v1.0.zip) Unloaded->Constructed->Pre-initialized
RPGRB{RpgInv8.4} [Rogue and BeastMaster Patch] (Rpg Inventory 1.6.2 v1.0.zip) Unloaded->Constructed->Pre-initialized
ShowDurability2{1.2.6} [Show Durability II] (ShowDurability2_1.2.6_MC1.6.2.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.6.2-Forge9.10.0.817
LWJGL: 2.9.0
OpenGL: GeForce GTS 250/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
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
but I've run into a problem...
the config keeps getting rewritten ... my stuff is in there, but original stuff is being re-injected right into the middle of my file (seemingly in alphabetical order.) Default biome categories, only a couple of mobs for some reason, but still...
can I prevent this?
bad char in that config file. delete that one and let it regen, that should fix that problem
set your configs to read only
Oddly... it resurrects EVERY default biome category listing (while preserving my own.)
But it only ressurects TWO of the default beast definitions:
... and ...
All the rest it leaves unduplicated/unedited. *shrug*
A weird choice.
Wait, wait... how that I see it in a different font, I see the beasties contain typos
(well that helps!)
1. My new SP world only spawns skewbald, snowflake, chestnut, and zebra Wild Horses. Have messed with the spawning rates and spawning biomes settings in the GUI to confirm this. All software is compatible. All 1.6.2. Anyone else having this problem? xD
2. Not a big deal, given the helpful coughtotallycheatycough spawn adjusting options, but worth a note. When spawning vanilla horses through the GUI, it only gives me a fast-ish white horse with like fifty health, that despawns after a while even when tamed and stabled securely away from all predators and pets... (Gawd Big Cats why why. Attacking the rare racehorse spawns, tamed or not. Yet living peacefully with their non domesticated prey--Wild Horses. Either, tamed or not. Sense, Huston, we have none. :P)
Edit: 2.5) just realized that when I...ahem...collect wyvern eggs by spam-spawning them in the overworld, I get weird named eggs that hatch baby scorpions...
"item.moc_egg.49.egg" is what I receive.
3. And how the cheese are we supposed to mix and match the vanilla horses and Wild Horses? Mo Creatures wiki still has no information other than a non-explanatory note about the addition of vanilla horses, and everyone else across the web only offers tidbits of unhelpful information so I'm sure I'm not the only one. :/
Although I have some suggestions regarding the Wyvern. My friends and I think there should be more colors or a larger variety.
Now, personally, I don't see the point in Tamed Mother Wyverns being so large. I mean I get the idea... they're mothers therefore they should look so. But when trying to go into Nether or trying to look below when flying is extremely inconvenient when riding a Mother Wyvern. So we've all been sticking to the regular sized Wyverns. We would love for there to be an option to apply the Essences to the regular sized Wyverns. I'm not sure if this idea will be liked or if you had an idea for the Mother Wyverns later down the pipeline but I propose re-sizing the Tamed Mother Wyvern (I think this option would be the easiest). Another option would be to add another 'rare' normal sized Wyvern that we can give an essence to (The only problem with this idea is that Essence of Light would be problematic as it will drop an egg and/or recolor the 'rare' wyvern).
Lastly, as I said earlier. More variety, please~! I propose things like:
Arctic Wyvern, a light blue Wyvern.
Mountain Wyvern, I'm thinking a brownish color?
Ocean or Water-themed Wyvern, Maybe a Cyan or Deep Blue
Cave Wyvern or Stone-themed, a Grey Wyvern.
I hope I'm not out of place but I've gone ahead and recolored a couple of the textures for preview purposes.
I got a little lazy half way through. I didn't edit mouths, some of the eyes or the spots. Anyways, this is just for preview.
I'd more than appreciate any sort of response, DrZhark. I know you probably can't read all the posts in this thread but any sort of reply would be great.
Again, amazing mod. Hope you consider this suggestion.