Any way to add the gifts as a rare drop? I kind of like having them, it gives you a little more incentive to fight the mobs in hope for a gift than to just run away from them.
Any way to add the gifts as a rare drop? I kind of like having them, it gives you a little more incentive to fight the mobs in hope for a gift than to just run away from them.
Why yes there is, just add the gift's name ID to the list of custom drops of which mobs you want to drop them.
(to get the gift's name ID go to creative on a world, do /give [your username] [ID number of the gift] and it should tell you its in-game name because of 1.7.10
(Another way to look at it is again creative, but before going into your creative inventory, do shift, F3, H to display the names.)
(Also i'll go check it when I can, but it might actually be ctrl, F3, H. Do both to be sure I suppose.)
It would be painstaking to add it for every mob but that is what copy-paste is for.
Also, you could just set you computer to December 10-25.
Update: The Cold Death - Version 1.10.8.0 for Minecraft 1.7.10
Configs older than 1.10.6.4 will be reset!
New Arctic Mob Added: Serpix
New Items Added: Blizzard Scepter/Charge
Improvement: Geonach are now natural Silverfish killers, as the defenders of the earth it is their duty to purge the Silverfish infestation! They will instantly kill active Silverfish on sight!
Bug Fix: Tweaked some hit boxes such as Vespid hit boxes.
Bug Fix: Winter Gifts should now only drop from December 10th to December 25th.
Another very evil surprise is also in this update... >:D
So it seems Abtu are still being a pain, I'll look into lowering their default swarm size and then run some tests on that.
Hmm I'll check a few things to make sure that all water mobs in this mod don't take up any of the spawn counts used by vanilla spawners. Mo' Creatures uses its own spawner though so I can't really do anything with that.
Update: The Cold Death - Version 1.10.8.0 for Minecraft 1.7.10
Configs older than 1.10.6.4 will be reset!
New Arctic Mob Added: Serpix
New Items Added: Blizzard Scepter/Charge
Improvement: Geonach are now natural Silverfish killers, as the defenders of the earth it is their duty to purge the Silverfish infestation! They will instantly kill active Silverfish on sight!
Bug Fix: Tweaked some hit boxes such as Vespid hit boxes.
Bug Fix: Winter Gifts should now only drop from December 10th to December 25th.
Another very evil surprise is also in this update... >:D
So it seems Abtu are still being a pain, I'll look into lowering their default swarm size and then run some tests on that.
Hmm I'll check a few things to make sure that all water mobs in this mod don't take up any of the spawn counts used by vanilla spawners. Mo' Creatures uses its own spawner though so I can't really do anything with that.
That Serpix is awesome; I want one already! XD Better get to making a Serpix Treat...
Rollback Post to RevisionRollBack
Hah! You though you would see something interesting here, didn't you?
Could somebody help me with this reoccuring crash? I think it is coming from this mod but I'm not sure. If its not then could somebody tell me where to go to fix it
java.lang.IllegalArgumentException: bound must be positive
at java.util.Random.nextInt(Unknown Source)
at lycanite.lycanitesmobs.api.spawning.SpawnTypeBase.getRandomYCoord(SpawnTypeBase.java:837)
at lycanite.lycanitesmobs.api.spawning.SpawnTypeBase.getRandomSkyCoord(SpawnTypeBase.java:756)
at lycanite.lycanitesmobs.api.spawning.SpawnTypeSky.getSpawnCoordinates(SpawnTypeSky.java:38)
at lycanite.lycanitesmobs.api.spawning.SpawnTypeBase.spawnMobs(SpawnTypeBase.java:373)
at lycanite.lycanitesmobs.api.spawning.CustomSpawner.onEntityUpdate(CustomSpawner.java:66)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_58_CustomSpawner_onEntityUpdate_LivingUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:8)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.Random.nextInt(Unknown Source)
at lycanite.lycanitesmobs.api.spawning.SpawnTypeBase.getRandomYCoord(SpawnTypeBase.java:837)
at lycanite.lycanitesmobs.api.spawning.SpawnTypeBase.getRandomSkyCoord(SpawnTypeBase.java:756)
at lycanite.lycanitesmobs.api.spawning.SpawnTypeSky.getSpawnCoordinates(SpawnTypeSky.java:38)
at lycanite.lycanitesmobs.api.spawning.SpawnTypeBase.spawnMobs(SpawnTypeBase.java:373)
at lycanite.lycanitesmobs.api.spawning.CustomSpawner.onEntityUpdate(CustomSpawner.java:66)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_58_CustomSpawner_onEntityUpdate_LivingUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
-- Player being ticked --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 363
Entity Name: cheesecraft64
Entity's Exact location: 320.68, 36.00, 132.06
Entity's Block location: World: (320,36,132), Chunk: (at 0,2,4 in 20,8; contains blocks 320,0,128 to 335,255,143), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:8)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Ticking connection --
Details:
Connection: [email protected]
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Go to freshwater.spawning and saltwater.spawning lycanite configs. Set the numbers way down in the list, you can also set spawn chances too to make lycanite mobs spawn even less often. Spawn chance takes up a spawning opportunity though, but not a slot in total allowable spawns.
I set demon mob's weights to 1-4 depending on the mob, then set spawn chance to 0.50 for 50%, 0.5 for 5%, and 0.015 for 1.5%.
The super low spawn chances is for fire spawning mobs, and the rest is for "boss" and normal mobs.
Why i'm saying this example is I made demonic mobs quite uncommon, they're not rare except the bigger "boss" mobs, though pigmen will take spawn places most of the time. Basically the same rules will apply for water mobs.
All this did for me was make it so tons of squid spawn and not much else...
Update: The Cold Death - Version 1.10.8.0 for Minecraft 1.7.10
Configs older than 1.10.6.4 will be reset!
New Arctic Mob Added: Serpix
New Items Added: Blizzard Scepter/Charge
Improvement: Geonach are now natural Silverfish killers, as the defenders of the earth it is their duty to purge the Silverfish infestation! They will instantly kill active Silverfish on sight!
Bug Fix: Tweaked some hit boxes such as Vespid hit boxes.
Bug Fix: Winter Gifts should now only drop from December 10th to December 25th.
Another very evil surprise is also in this update... >:D
So it seems Abtu are still being a pain, I'll look into lowering their default swarm size and then run some tests on that.
Hmm I'll check a few things to make sure that all water mobs in this mod don't take up any of the spawn counts used by vanilla spawners. Mo' Creatures uses its own spawner though so I can't really do anything with that.
All this did for me was make it so tons of squid spawn and not much else...
Must be something on MoCreature's end then, I know it uses a custom spawner (that I never liked) so I really am at a loss on anymore advice that I could give.
Also for other people quote lycanite's recent post, not to be offensive or anything, but please clip the quoted post. Your filling a page way too quickly with such large posts, same thing applies with crash reports essentially.
Hey lycanite, what if there was a giant cousin of the crusk called the graboid, it would cause tremors in the ground then fly out the ground then jump back in
grabbing anything under it in its mouth in the process and swallowing it, It would belong in the desert and would be a mini boss.
so whadda you think?
I loved the movie they was in as a child. It would be neat to see Graboids in a mod, but i'd let lycanite stick to his original or inspired ideals.
We already got doom mobs, if he added anymore creatures from other worlds he'd have to rename his mod Movie/Game Beasts+ or some lingo such as that.
Lycanite, any idea how I can fix the Mo' Creature water mobs not spawning?
I'm using JAS to get my water mobs spawning. It works for all the MoCreatures water mobs. I still use Lycanite's water spawner but I've got Lycanite's normal spawns turned off - instead using JAS to spawn in Lycanite's mobs per biome, weighted against everything else I'm spawning in.
This involves turning normal spawning off in MoCreatures and Lycanite's configs. Example in the spoiler (note that further down the bottom of the config, the WATER spawns are enabled.
"global spawning" {
B:"Disable Spawning"=true <---- That lets me use JAS to balance spawns
B:"Enforce Block Costs"=true
D:"Mob Limit Search Range"=32.0
D:"Weight Scale"=1.0
}
##########################################################################################################
# spawner block limits
#--------------------------------------------------------------------------------------------------------#
# Here you can set a maximum limit of how many locations the spawner is allowed to spawn mobs at.
##########################################################################################################
##########################################################################################################
# spawner chances
#--------------------------------------------------------------------------------------------------------#
# Here you can set the chance that a spawner will try and spawn mobs, this chance is tested after every interval.
##########################################################################################################
##########################################################################################################
# spawner checks
#--------------------------------------------------------------------------------------------------------#
# Here you can set whether or not each spawn ignores certain mob checks such as dimension, biome or light level. If Ignores Event is set to true, the spawn type will ignore the mob spawn event meaning that other mods also cannot prevent mob spawns.
##########################################################################################################
"spawner features" {
# Set to false to prevent the darkness warning messages from showing.
B:"Darkness Spawn Chat Warnings"=false
# The highest light level the Darkness spawn type will work in. 5 Is above ground in the overworld at night time. 0 is pitch black.
I:"Darkness Spawn Highest Light Level"=2
# The block breaking radius aroud a mob spawned from the Rock Spawner.
I:"Rock Spawn Block Break Radius"=1
}
##########################################################################################################
# spawner mob limits
#--------------------------------------------------------------------------------------------------------#
# Here you can set the limit of how many mobs a spawner can spawn every interval. Be aware that each mob will use it's own Area Spawn Limit which will drastically decrease the number of mobs spawned overall.
##########################################################################################################
##########################################################################################################
# spawner ranges
#--------------------------------------------------------------------------------------------------------#
# Here you can set how far from the player or event location that mobs can be spawned. Lower this is you are having major lag issues.
##########################################################################################################
##########################################################################################################
# spawner ticks
#--------------------------------------------------------------------------------------------------------#
# Here you can set the interval that a spawner will try and spawn in ticks. (20 ticks = 1 second). Increase this and lower and the chance if you are having lag issues, this will make the spawner less frequent but more predicatable.
##########################################################################################################
##########################################################################################################
# spawners enabled
#--------------------------------------------------------------------------------------------------------#
# Here you can turn each special spawner on or off.
##########################################################################################################
"spawners enabled" {
B:"CROP Spawn Enabled"=false
B:"DARKNESS Spawn Enabled"=false
B:"DEATH Spawn Enabled"=true
B:"FIRE Spawn Enabled"=true
B:"FROSTFIRE Spawn Enabled"=false
B:"LAVA Spawn Enabled"=true
B:"LUNAR Spawn Enabled"=true
B:"PORTAL Spawn Enabled"=false
B:"ROCK Spawn Enabled"=true
B:"SHADOW Spawn Enabled"=false
B:"SKY Spawn Enabled"=true
B:"SLEEP Spawn Enabled"=false
B:"STORM Spawn Enabled"=false
B:"TREE Spawn Enabled"=false
B:"WATER Spawn Enabled"=true <--- That makes Lycanite's water mobs spawn in addition to what I've set JAS to spawn
}
You can get more info on it on the JAS thread. Basically, I'm using JAS version 0.14.13 + MoCreatures and I can get you a copy of the configs if needed.
Not sure if anyone found it, but here is the detail of Lycanite "secret thing in this update":
-Geist, Hostile mobs, spawn from dead creatures, just like Phantoms. Seem to be a Shadow mobs, since he burns in daylight. Does 2.5 Hearts of damage.Drops Geist Liver,Ender Pearls and Rotten Fleshes.When die burst into 6 pieces of shadowfires.
-Geist Liver is basically a flint and steel for shadowfire.
-I post this here since there was no information about him on the Lycanite's website. 2 Rares version I found are Verdant and Dark. If I am not wrong, they work almost exactly like a zombie, since the baby didn't burn in daylight.
Not sure if anyone found it, but here is the detail of Lycanite "secret thing in this update":
-Geist, Hostile mobs, spawn from dead creatures, just like Phantoms. Seem to be a Shadow mobs, since he burns in daylight. Does 2.5 Hearts of damage.Drops Geist Liver,Ender Pearls and Rotten Fleshes.When die burst into 6 pieces of shadowfires.
-Geist Liver is basically a flint and steel for shadowfire.
-I post this here since there was no information about him on the Lycanite's website. 2 Rares version I found are Verdant and Dark. If I am not wrong, they work almost exactly like a zombie, since the baby didn't burn in daylight.
Wow, that creature looks scary as hell. Can't imagine if it appeared in front of my face . Anyway, have you found out how does that 'thing' spawn?
Not sure if anyone found it, but here is the detail of Lycanite "secret thing in this update":
-Geist, Hostile mobs, spawn from dead creatures, just like Phantoms. Seem to be a Shadow mobs, since he burns in daylight. Does 2.5 Hearts of damage.Drops Geist Liver,Ender Pearls and Rotten Fleshes.When die burst into 6 pieces of shadowfires.
-Geist Liver is basically a flint and steel for shadowfire.
-I post this here since there was no information about him on the Lycanite's website. 2 Rares version I found are Verdant and Dark. If I am not wrong, they work almost exactly like a zombie, since the baby didn't burn in daylight.
Hey lycanite, what if there was a giant cousin of the crusk called the graboid, it would cause tremors in the ground then fly out the ground then jump back in
grabbing anything under it in its mouth in the process and swallowing it, It would belong in the desert and would be a mini boss.
so whadda you think?
Tronz...We are not appreciated for our time...
WE WANT ALL DE MONSTERS!
I'm using JAS to get my water mobs spawning. It works for all the MoCreatures water mobs. I still use Lycanite's water spawner but I've got Lycanite's normal spawns turned off - instead using JAS to spawn in Lycanite's mobs per biome, weighted against everything else I'm spawning in.
This involves turning normal spawning off in MoCreatures and Lycanite's configs. Example in the spoiler (note that further down the bottom of the config, the WATER spawns are enabled.
"global spawning" {
B:"Disable Spawning"=true <---- That lets me use JAS to balance spawns
B:"Enforce Block Costs"=true
D:"Mob Limit Search Range"=32.0
D:"Weight Scale"=1.0
}
##########################################################################################################
# spawner block limits
#--------------------------------------------------------------------------------------------------------#
# Here you can set a maximum limit of how many locations the spawner is allowed to spawn mobs at.
##########################################################################################################
##########################################################################################################
# spawner chances
#--------------------------------------------------------------------------------------------------------#
# Here you can set the chance that a spawner will try and spawn mobs, this chance is tested after every interval.
##########################################################################################################
##########################################################################################################
# spawner checks
#--------------------------------------------------------------------------------------------------------#
# Here you can set whether or not each spawn ignores certain mob checks such as dimension, biome or light level. If Ignores Event is set to true, the spawn type will ignore the mob spawn event meaning that other mods also cannot prevent mob spawns.
##########################################################################################################
"spawner features" {
# Set to false to prevent the darkness warning messages from showing.
B:"Darkness Spawn Chat Warnings"=false
# The highest light level the Darkness spawn type will work in. 5 Is above ground in the overworld at night time. 0 is pitch black.
I:"Darkness Spawn Highest Light Level"=2
# The block breaking radius aroud a mob spawned from the Rock Spawner.
I:"Rock Spawn Block Break Radius"=1
}
##########################################################################################################
# spawner mob limits
#--------------------------------------------------------------------------------------------------------#
# Here you can set the limit of how many mobs a spawner can spawn every interval. Be aware that each mob will use it's own Area Spawn Limit which will drastically decrease the number of mobs spawned overall.
##########################################################################################################
##########################################################################################################
# spawner ranges
#--------------------------------------------------------------------------------------------------------#
# Here you can set how far from the player or event location that mobs can be spawned. Lower this is you are having major lag issues.
##########################################################################################################
##########################################################################################################
# spawner ticks
#--------------------------------------------------------------------------------------------------------#
# Here you can set the interval that a spawner will try and spawn in ticks. (20 ticks = 1 second). Increase this and lower and the chance if you are having lag issues, this will make the spawner less frequent but more predicatable.
##########################################################################################################
##########################################################################################################
# spawners enabled
#--------------------------------------------------------------------------------------------------------#
# Here you can turn each special spawner on or off.
##########################################################################################################
"spawners enabled" {
B:"CROP Spawn Enabled"=false
B:"DARKNESS Spawn Enabled"=false
B:"DEATH Spawn Enabled"=true
B:"FIRE Spawn Enabled"=true
B:"FROSTFIRE Spawn Enabled"=false
B:"LAVA Spawn Enabled"=true
B:"LUNAR Spawn Enabled"=true
B:"PORTAL Spawn Enabled"=false
B:"ROCK Spawn Enabled"=true
B:"SHADOW Spawn Enabled"=false
B:"SKY Spawn Enabled"=true
B:"SLEEP Spawn Enabled"=false
B:"STORM Spawn Enabled"=false
B:"TREE Spawn Enabled"=false
B:"WATER Spawn Enabled"=true <--- That makes Lycanite's water mobs spawn in addition to what I've set JAS to spawn
}
You can get more info on it on the JAS thread. Basically, I'm using JAS version 0.14.13 + MoCreatures and I can get you a copy of the configs if needed.
If you could get me configs for all the mods involved to make them all spawn nicely, that'd just be amazing! I got JAS but can't seem to config it just right. If you could send config for mo creatures + lycanites + JAS, I'd be very grateful!
The first thing that came to mind with the 'surprise':
Oh dear, if those ever became a part of Lycanite's, I might lose it.
Rollback Post to RevisionRollBack
Also, I've flipped shovel textures for Tinker's Construct and ExtraTiC for a more realistic-looking animation, check here: http://www.minecraft...hovel-textures/
Quote from Stormalisk»
Must be something on MoCreature's end then, I know it uses a custom spawner (that I never liked) so I really am at a loss on anymore advice that I could give.
Also for other people quote lycanite's recent post, not to be offensive or anything, but please clip the quoted post. Your filling a page way too quickly with such large posts, same thing applies with crash reports essentially.
I tried to do that, and the editor broke(again...). Sorry, I'll try harder next time. XD
I loved Tremors... well, as well as I can remember it. Though Stormalisk has a point, too many beasts from other sources, and we might have to rename this "Lycanite's Compendium of Universal Monsters". Though I guess that wouldn't be bad, would it...? Though maybe the Crusk was actually an inspiration of the Graboids, and maybe a couple of other burrowing nightmares. Wouldn't be too surprised.
Not sure if anyone found it, but here is the detail of Lycanite "secret thing in this update":
-Geist, Hostile mobs, spawn from dead creatures, just like Phantoms. Seem to be a Shadow mobs, since he burns in daylight. Does 2.5 Hearts of damage.Drops Geist Liver,Ender Pearls and Rotten Fleshes.When die burst into 6 pieces of shadowfires.
-Geist Liver is basically a flint and steel for shadowfire.
-I post this here since there was no information about him on the Lycanite's website. 2 Rares version I found are Verdant and Dark. If I am not wrong, they work almost exactly like a zombie, since the baby didn't burn in daylight.
WOW! That thing is awesome!(Is easily impressed by these creatures) It reminds me of the monsters in the first Silent Hill games! Gee, I need to find one now. XD You spoiled the surprise!
Well... you did put it in a spoiler, so I guess that was my fault.
Rollback Post to RevisionRollBack
Hah! You though you would see something interesting here, didn't you?
To post a comment, please login or register a new account.
Why yes there is, just add the gift's name ID to the list of custom drops of which mobs you want to drop them.
(to get the gift's name ID go to creative on a world, do /give [your username] [ID number of the gift] and it should tell you its in-game name because of 1.7.10
(Another way to look at it is again creative, but before going into your creative inventory, do shift, F3, H to display the names.)
(Also i'll go check it when I can, but it might actually be ctrl, F3, H. Do both to be sure I suppose.)
It would be painstaking to add it for every mob but that is what copy-paste is for.
Also, you could just set you computer to December 10-25.
Holy Serpix!!!
That Serpix is awesome; I want one already! XD Better get to making a Serpix Treat...
listAllcitrus : [email protected]
listAllcitrus : [email protected]
listAllcitrus : [email protected]
listAllcitrus : [email protected]
cropPersimmon : [email protected]
foodPersimmonjelly : [email protected]
cropPistachio : [email protected]
cropDate : [email protected]
cropMaplesyrup : [email protected]
foodWaffles : [email protected]
foodMaplesausage : [email protected]
materialCloth : [email protected]
materialPressedwax : [email protected]
materialPressedwax : [email protected]
listAllgrain : [email protected]
listAllgrain : [email protected]
listAllgrain : [email protected]
listAllgrain : [email protected]
cropApple : [email protected]
listAllmeatcooked : [email protected]
listAllmeatcooked : [email protected]
listAllmeatcooked : [email protected]
listAllmeatcooked : [email protected]
listAllmeatcooked : [email protected]
listAllgreenveggie : [email protected]
listAllgreenveggie : [email protected]
listAllgreenveggie : [email protected]
listAllgreenveggie : [email protected]
listAllgreenveggie : [email protected]
listAllgreenveggie : [email protected]
listAllgreenveggie : [email protected]
listAllgreenveggie : [email protected]
listAllgreenveggie : [email protected]
listAllgreenveggie : [email protected]
listAllgreenveggie : [email protected]
listAllgreenveggie : [email protected]
listAllgreenveggie : [email protected]
seedAsparagus : [email protected]
foodGrilledasparagus : [email protected]
seedBarley : [email protected]
seedBean : [email protected]
seedBeet : [email protected]
seedBroccoli : [email protected]
seedCauliflower : [email protected]
seedCelery : [email protected]
listAllberry : [email protected]
listAllberry : [email protected]
listAllberry : [email protected]
listAllberry : [email protected]
listAllberry : [email protected]
seedCranberry : [email protected]
listAllherb : [email protected]
seedGarlic : [email protected]
listAllspice : [email protected]
listAllspice : [email protected]
listAllspice : [email protected]
seedGinger : [email protected]
seedLeek : [email protected]
seedLettuce : [email protected]
seedOats : [email protected]
seedOnion : [email protected]
listAllrootveggie : [email protected]
listAllrootveggie : [email protected]
listAllrootveggie : [email protected]
listAllrootveggie : [email protected]
listAllrootveggie : [email protected]
seedParsnip : [email protected]
seedPeanut : [email protected]
seedPineapple : [email protected]
seedRadish : [email protected]
seedRice : [email protected]
foodRicecake : [email protected]
seedRutabaga : [email protected]
seedRye : [email protected]
seedScallion : [email protected]
seedSoybean : [email protected]
seedSpiceleaf : [email protected]
seedSweetpotato : [email protected]
seedTea : [email protected]
foodTea : [email protected]
seedTurnip : [email protected]
seedWhitemushroom : [email protected]
seedArtichoke : [email protected]
seedBellpepper : [email protected]
seedBlackberry : [email protected]
seedBlueberry : [email protected]
seedBrusselsprout : [email protected]
seedCabbage : [email protected]
seedCactusfruit : [email protected]
seedCantaloupe : [email protected]
seedChilipepper : [email protected]
seedCoffee : [email protected]
foodCoffee : [email protected]
seedCorn : [email protected]
seedCucumber : [email protected]
seedEggplant : [email protected]
foodGrilledeggplant : [email protected]
seedGrape : [email protected]
seedKiwi : [email protected]
seedMustard : [email protected]
seedOkra : [email protected]
seedPeas : [email protected]
seedRaspberry : [email protected]
seedRhubarb : [email protected]
seedSeaweed : [email protected]
seedStrawberry : [email protected]
seedTomato : [email protected]
seedWintersquash : [email protected]
seedZucchini : [email protected]
cropBambooshoot : [email protected]
seedBambooshoot : [email protected]
foodToastedcoconut : [email protected]
cropDragonfruit : [email protected]
cropVanillabean : [email protected]
cropAlmond : [email protected]
cropChestnut : [email protected]
cropDurian : [email protected]
foodIcecream : [email protected]
foodGrilledchese : [email protected]
foodApplesauce : [email protected]
foodApplejuice : [email protected]
foodApplepie : [email protected]
foodCaramelapple : [email protected]
foodPumpkinbread : [email protected]
foodPumpkinsoup : [email protected]
foodMelonjuice : [email protected]
foodMelonsmoothie : [email protected]
foodCarrotjuice : [email protected]
foodCarrotcake : [email protected]
foodCarrotsoup : [email protected]
foodGlazedcarrots : [email protected]
foodLoadedbakedpotato : [email protected]
foodPotatosalad : [email protected]
foodPotatosoup : [email protected]
foodGrilledmushroom : [email protected]
foodStuffedmushroom : [email protected]
foodChickennoodlesoup : [email protected]
foodChickenpotpie : [email protected]
foodBreadedporkchop : [email protected]
foodHotdog : [email protected]
foodBakedham : [email protected]
foodPotroast : [email protected]
foodFishandchips : [email protected]
foodScrambledegg : [email protected]
foodEggsalad : [email protected]
foodTaffy : [email protected]
foodSpidereyesoup : [email protected]
foodZombiejerky : [email protected]
foodHotchocolate : [email protected]
foodChocolateicecream : [email protected]
foodVegetablesoup : [email protected]
foodSpagettiandmeatballs : [email protected]
foodTomatosoup : [email protected]
foodChickenparmasan : [email protected]
foodPorklettucewrap : [email protected]
foodFishlettucewrap : [email protected]
foodBlt : [email protected]
foodLeafychickensandwich : [email protected]
foodLeafyfishsandwich : [email protected]
foodDelightedmeal : [email protected]
foodOnionsoup : [email protected]
foodHash : [email protected]
foodBraisedonions : [email protected]
foodHeartyBreakfast : [email protected]
foodCornonthecob : [email protected]
foodCornbread : [email protected]
foodNachoes : [email protected]
foodTaco : [email protected]
foodFishtaco : [email protected]
foodCreamedcorn : [email protected]
foodStrawberrysmoothie : [email protected]
foodStrawberrypie : [email protected]
foodStrawberrysalad : [email protected]
foodChocolatestrawberry : [email protected]
foodTrailmix : [email protected]
foodPbandj : [email protected]
foodPeanutbuttercookies : [email protected]
foodGrapesalad : [email protected]
foodRaisincookies : [email protected]
foodPickles : [email protected]
foodCucumbersalad : [email protected]
foodCucumbersoup : [email protected]
foodVegetarianlettucewrap : [email protected]
foodMarinatedcucumbers : [email protected]
foodRicesoup : [email protected]
foodFriedrice : [email protected]
foodMushroomrisotto : [email protected]
foodCurry : [email protected]
foodRainbowcurry : [email protected]
foodRefriedbeans : [email protected]
foodBakedbeans : 1xitem.ba[email protected]
foodBeansandrice : [email protected]
foodBeanburrito : [email protected]
foodStuffedpepper : [email protected]
foodVeggiestirfry : [email protected]
foodGrilledskewers : [email protected]
foodSupremepizza : [email protected]
foodOmelet : [email protected]
foodHotwings : [email protected]
foodChilipoppers : [email protected]
foodExtremechili : [email protected]
foodChilichocolate : [email protected]
foodLemonaide : [email protected]
foodLemonbar : [email protected]
foodFishdinner : [email protected]
foodLemonsmoothie : [email protected]
foodLemonmeringue : [email protected]
foodCandiedlemon : [email protected]
foodLemonchicken : [email protected]
foodBlueberrysmoothie : [email protected]
foodBlueberrypie : [email protected]
foodBlueberrymuffin : [email protected]
foodBlueberryjuice : [email protected]
foodBlueberrypancakes : [email protected]
foodCherrypie : [email protected]
foodChocolatecherry : [email protected]
foodCherrysmoothie : [email protected]
foodCherrycheesecake : [email protected]
foodStuffedeggplant : [email protected]
foodEggplantparm : [email protected]
foodRaspberryicedtea : [email protected]
foodChaitea : [email protected]
foodCoffeeconleche : [email protected]
foodMochaicecream : [email protected]
foodPickledbeets : [email protected]
foodBeetsalad : [email protected]
foodBeetsoup : [email protected]
foodBakedbeets : [email protected]
foodBroccolimac : [email protected]
foodBroccolindip : [email protected]
foodCreamedbroccolisoup : [email protected]
foodSweetpotatopie : [email protected]
foodCandiedsweetpotatoes : [email protected]
foodMashedsweetpotatoes : [email protected]
foodSteamedpeas : [email protected]
foodSplitpeasoup : [email protected]
foodPineappleupsidedowncake : [email protected]
foodPineappleham : [email protected]
foodPineappleyogurt : [email protected]
foodTurnipsoup : [email protected]
foodRoastedrootveggiemedley : [email protected]
foodBakedturnips : [email protected]
foodGingerbread : [email protected]
foodGingersnaps : [email protected]
foodCandiedginger : [email protected]
foodSoftpretzelandmustard : [email protected]
foodSpicymustardpork : [email protected]
foodSpicygreens : [email protected]
foodGarlicbread : [email protected]
foodGarlicmashedpotatoes : [email protected]
foodGarlicchicken : [email protected]
foodSummerradishsalad : [email protected]
foodSummersquashwithradish : [email protected]
foodCeleryandpeanutbutter : [email protected]
foodChickencelerycasserole : [email protected]
foodPeasandcelery : [email protected]
foodCelerysoup : [email protected]
foodZucchinibread : [email protected]
foodZestyzucchini : [email protected]
foodZucchinibake : [email protected]
foodAsparagusquiche : [email protected]
foodAsparagussoup : [email protected]
foodWalnutraisinbread : [email protected]
foodCandiedwalnuts : [email protected]
foodBrownie : [email protected]
foodPapayajuice : [email protected]
foodPapayasmoothie : [email protected]
foodPapayayogurt : [email protected]
foodStarfruitjuice : [email protected]
foodStarfruitsmoothie : [email protected]
foodStarfruityogurt : [email protected]
foodGuacamole : [email protected]
foodCreamofavocadosoup : [email protected]
foodAvocadoburrito : [email protected]
foodPoachedpear : [email protected]
foodFruitcrumble : [email protected]
foodPearyogurt : [email protected]
foodPlumyogurt : [email protected]
foodBananasplit : [email protected]
foodBanananutbread : [email protected]
foodBananasmoothie : [email protected]
foodBananayogurt : [email protected]
foodChickencurry : [email protected]
foodCoconutshrimp : [email protected]
foodCoconutyogurt : [email protected]
foodOrangechicken : [email protected]
foodOrangesmoothie : [email protected]
foodOrangeyogurt : [email protected]
foodPeachjuice : [email protected]
foodPeachcobbler : [email protected]
foodPeachsmoothie : [email protected]
foodPeachyogurt : [email protected]
foodKeylimepie : [email protected]
foodLimesmoothie : [email protected]
foodLimeyogurt : [email protected]
foodMangojuice : [email protected]
foodMangosmoothie : [email protected]
foodMangoyogurt : [email protected]
foodPomegranatejuice : [email protected]
foodPomegranatesmoothie : [email protected]
foodPomegranateyogurt : [email protected]
foodVanillayogurt : [email protected]
foodCinnamonroll : [email protected]
foodFrenchtoast : [email protected]
foodChocolatedonut : [email protected]
foodPowdereddonut : [email protected]
foodJellydonut : [email protected]
foodFrosteddonut : [email protected]
foodCactussoup : [email protected]
foodSeedsoup : [email protected]
foodJellybeans : [email protected]
foodBiscuit : [email protected]
foodCreamcookie : [email protected]
foodJaffa : [email protected]
foodFriedchicken : [email protected]
foodChocolatesprinklecake : [email protected]
foodRedvelvetcake : [email protected]
foodFootlong : [email protected]
foodBlueberryyogurt : [email protected]
foodLemonyogurt : [email protected]
foodCherryyogurt : [email protected]
foodStrawberryyogurt : [email protected]
foodGrapeyogurt : [email protected]
foodChocolateyogurt : [email protected]
foodBlackberryjuice : [email protected]
foodBlackberrycobbler : [email protected]
foodBlackberrysmoothie : [email protected]
foodBlackberryyogurt : [email protected]
foodPumpkinyogurt : [email protected]
foodRaspberryjuice : [email protected]
foodRaspberrypie : [email protected]
foodRaspberrysmoothie : [email protected]
foodRaspberryyogurt : [email protected]
foodCinnamonsugardonut : [email protected]
foodMelonyogurt : [email protected]
foodKiwijuice : [email protected]
foodKiwismoothie : [email protected]
foodKiwiyogurt : [email protected]
foodAppleyogurt : [email protected]
foodSunflowerwheatrolls : [email protected]
foodSunflowerbroccolisalad : [email protected]
foodCranberryjuice : [email protected]
foodCranberrysauce : [email protected]
foodCranberrybar : [email protected]
foodPeppermint : [email protected]
foodCactusfruitjuice : [email protected]
foodBaklava : [email protected]
foodGummybears : 1[email protected]
foodBaconmushroomburger : [email protected]
foodFruitpunch : [email protected]
foodMeatystew : [email protected]
foodMixedsalad : [email protected]
foodPinacolada : [email protected]
foodShepardspie : [email protected]
foodEggnog : [email protected]
foodCustard : [email protected]
foodSushi : [email protected]
foodGardensoup : [email protected]
foodMuttonraw : [email protected]
foodMuttoncooked : [email protected]
foodCalamariraw : [email protected]
foodCalamaricooked : [email protected]
foodApplejellysandwich : [email protected]
foodBlackberryjellysandwich : [email protected]
foodBlueberryjellysandwich : [email protected]
foodCherryjellysandwich : [email protected]
foodCranberryjellysandwich : [email protected]
foodKiwijellysandwich : [email protected]
foodLemonjellysandwich : [email protected]
foodLimejellysandwich : [email protected]
foodMangojellysandwich : [email protected]
foodOrangejellysandwich : [email protected]
foodPapayajellysandwich : [email protected]
foodPeachjellysandwich : [email protected]
foodPomegranatejellysandwich : [email protected]
foodRaspberryjellysandwich : [email protected]
foodStarfruitjellysandwich : [email protected]
foodStrawberryjellysandwich : [email protected]
foodWatermelonjellysandwich : [email protected]
foodCherrysoda : [email protected]
foodColasoda : [email protected]
foodGingersoda : [email protected]
foodGrapesoda : [email protected]
foodLemonlimesoda : [email protected]
foodOrangesoda : [email protected]
foodRootbeersoda : [email protected]
foodStrawberrysoda : [email protected]
foodCaramelicecream : [email protected]
foodMintchocolatechipicecream : [email protected]
foodStrawberryicecream : [email protected]
foodVanillaicecream : [email protected]
foodGingerchicken : [email protected]
foodOldworldveggiesoup : [email protected]
foodSpicebun : [email protected]
foodGingeredrhubarbtart : [email protected]
foodLambbarleysoup : [email protected]
foodHoneylemonlamb : [email protected]
foodPumpkinoatscones : [email protected]
foodBeefjerky : [email protected]
foodPlumjuice : [email protected]
foodPearjuice : [email protected]
foodOvenroastedcauliflower : [email protected]
foodLeekbaconsoup : [email protected]
foodHerbbutterparsnips : [email protected]
foodScallionbakedpotato : [email protected]
foodSoymilk : [email protected]
foodFirmtofu : [email protected]
foodSilkentofu : [email protected]
foodBamboosteamedrice : [email protected]
foodRoastedchestnut : [email protected]
foodSweetpotatosouffle : [email protected]
foodCashewchicken : [email protected]
foodApricotjuice : [email protected]
foodApricotyogurt : [email protected]
foodApricotglazedpork : [email protected]
foodApricotjellysandwich : [email protected]
foodApricotsmoothie : [email protected]
foodFigbar : [email protected]
foodFigjellysandwich : [email protected]
foodFigsmoothie : [email protected]
foodFigyogurt : [email protected]
foodFigjuice : [email protected]
foodGrapefruitjuce : [email protected]
foodGrapefruitjellysandwich : [email protected]
foodGrapefruitjellysmoothie : [email protected]
foodGrapefruityogurt : [email protected]
foodGrapefruitsoda : [email protected]
foodCitrussalad : [email protected]
foodPecanpie : [email protected]
foodPralines : [email protected]
foodPersimmonjuice : [email protected]
foodPersimmonyogurt : [email protected]
foodPersimmonsmoothie : [email protected]
foodPersimmonjellysanwich : [email protected]
foodPistachiobakedsalmon : [email protected]
foodBaconwrappeddates : [email protected]
foodDatenutbread : [email protected]
foodMaplesyruppancakes : [email protected]
foodMaplesyrupwaffles : [email protected]
foodMapleoatmeal : [email protected]
foodPeachesandcreamoatmeal : [email protected]
foodCinnamonappleoatmeal : [email protected]
foodMaplecandiedbacon : [email protected]
foodToastsandwich : [email protected]
foodPotatoandcheesepirogi : [email protected]
foodZeppole : [email protected]
foodSausageinbread : [email protected]
foodChocolatecaramelfudge : [email protected]
foodLavendershortbread : [email protected]
foodBeefwellington : [email protected]
foodEpicbacon : [email protected]
foodManjuu : [email protected]
seedCotton : [email protected]
cropCandle : [email protected]
seedCandleberry : [email protected]
materialHardenedleather : [email protected]
oreSalt : [email protected]
beeQueen : [email protected]
materialWaxcomb : [email protected]
materialHoneycomb : [email protected]
oreBlueTopaz : 1xtile.arsmagica2:[email protected]
oreVinteum : 1xtile.arsmagica2:[email protected]
oreChimerite : 1xtile.arsmagica2:[email protected]
oreMoonstone : 1xtile.arsmagica2:[email protected]
oreSunstone : 1xtile.arsmagica2:[email protected]
blockBlueTopaz : 1xtile.arsmagica2:[email protected]
blockVinteum : 1xtile.arsmagica2:[email protected]
blockChimerite : 1xtile.arsmagica2:[email protected]
blockMoonstone : 1xtile.arsmagica2:[email protected]
blockSunstone : 1xtile.arsmagica2:[email protected]
rodStone : [email protected]
slabCloth : [email protected]
slabCloth : [email protected]
hambone : [email protected]
oreCobalt : [email protected]
oreCobalt : [email protected]
oreArdite : [email protected]
oreAluminum : [email protected]
oreAluminum : [email protected]
oreAluminium : [email protected]
oreAluminium : [email protected]
ingotCobalt : [email protected]
ingotArdite : [email protected]
ingotManyullyn : [email protected]
ingotAluminum : [email protected]
ingotAluminum : [email protected]
ingotAluminium : [email protected]
ingotAluminium : [email protected]
ingotAluminumBrass : [email protected]
ingotAluminiumBrass : [email protected]
ingotAlumite : [email protected]
ingotObsidian : [email protected]
ingotPigIron : [email protected]
itemRawRubber : [email protected]
blockCobalt : [email protected]
blockArdite : [email protected]
blockManyullyn : [email protected]
blockAluminum : [email protected]
blockAluminium : [email protected]
blockAluminumBrass : [email protected]
blockAluminiumBrass : [email protected]
blockAlumite : [email protected]
blockEnder : [email protected]
nuggetAluminum : [email protected]
nuggetAluminum : [email protected]
nuggetAluminium : [email protected]
nuggetAluminium : [email protected]
nuggetAluminumBrass : [email protected]
nuggetAluminiumBrass : [email protected]
nuggetObsidian : [email protected]
nuggetCobalt : [email protected]
nuggetArdite : [email protected]
nuggetManyullyn : [email protected]
nuggetBronze : [email protected]
nuggetAlumite : [email protected]
nuggetSteel : [email protected]
nuggetPigIron : [email protected]
dustArdite : [email protected]
dustCobalt : [email protected]
dustAluminium : [email protected]
dustAluminum : [email protected]
dustManyullyn : [email protected]
dustAluminiumBrass : [email protected]
dustAluminumBrass : [email protected]
stoneMossy : [email protected]
stoneMossy : [email protected]
torchStone : [email protected]
woodRod : [email protected]
rodWood : [email protected]
stoneRod : [email protected]
ironRod : [email protected]
rodIron : [email protected]
flintRod : [email protected]
rodFlint : [email protected]
cactusRod : [email protected]
rodCactus : [email protected]
boneRod : [email protected]
rodBone : [email protected]
obsidianRod : [email protected]
rodObsidian : [email protected]
netherrackRod : [email protected]
rodNetherrack : [email protected]
slimeRod : [email protected]
rodSlime : [email protected]
paperRod : [email protected]
rodPaper : [email protected]
cobaltRod : [email protected]
rodCobalt : [email protected]
arditeRod : [email protected]
rodArdite : [email protected]
manyullynRod : [email protected]
rodManyullyn : [email protected]
copperRod : [email protected]
rodCopper : [email protected]
bronzeRod : [email protected]
rodBronze : [email protected]
alumiteRod : [email protected]
rodAlumite : [email protected]
steelRod : [email protected]
rodSteel : [email protected]
blueslimeRod : [email protected]
rodBlueslime : [email protected]
thaumiumRod : [email protected]
glassWhite : [email protected]
glassOrange : [email protected]
glassMagenta : [email protected]
glassLightBlue : [email protected]
glassYellow : [email protected]
glassLime : [email protected]
glassPink : [email protected]
glassGray : [email protected]
glassLightGray : [email protected]
glassCyan : [email protected]
glassPurple : [email protected]
glassBlue : [email protected]
glassBrown : [email protected]
glassGreen : [email protected]
glassRed : [email protected]
glassBlack : [email protected]
blockCharcoal : [email protected]
cropVine : [email protected]
fieryIngot : [email protected]
ironwood : [email protected]
steeleaf : [email protected]
knightmetal : [email protected]
[22:33:15] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 50 mods
[22:33:15] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Ars Magica 2, FMLFileResourcePack:AnimationAPI, FMLFileResourcePack:Backpack, FMLFileResourcePack:Dungeon Pack, FMLFileResourcePack:Ex Nihilo, FMLFileResourcePack:ExtraTiC, FMLFileResourcePack:Iguana Tinker Tweaks, FMLFileResourcePack:Lycanites Mobs, FMLFileResourcePack:Lycanites Arctic Mobs, FMLFileResourcePack:Lycanites Demon Mobs, FMLFileResourcePack:Lycanites Desert Mobs, FMLFileResourcePack:Lycanites Forest Mobs, FMLFileResourcePack:Lycanites Freshwater Mobs, FMLFileResourcePack:Lycanites Inferno Mobs, FMLFileResourcePack:Lycanites Jungle Mobs, FMLFileResourcePack:Lycanites Mountain Mobs, FMLFileResourcePack:Lycanites Plains Mobs, FMLFileResourcePack:Lycanites Saltwater Mobs, FMLFileResourcePack:Lycanites Shadow Mobs, FMLFileResourcePack:Lycanites Swamp Mobs, FMLFileResourcePack:Mantle, FMLFileResourcePack:Metallurgy 4, FMLFileResourcePack:Metallurgy Core, FMLFileResourcePack:Natura, FMLFileResourcePack:NEI Addons, FMLFileResourcePack:NEI Addons: Botany, FMLFileResourcePack:NEI Addons: Forestry, FMLFileResourcePack:NEI Addons: Crafting Tables, FMLFileResourcePack:NEI Addons: Ex Nihilo, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Ruins Spawning System, FMLFileResourcePack:Special Mobs, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:TiC Tooltips, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:AtomicStryker Update Check Mod, FMLFileResourcePack:Vein Miner, FMLFileResourcePack:Mod Support, FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:Witchery, FMLFileResourcePack:Baubles
[22:33:16] [Client thread/ERROR]: Using missing texture, unable to load harvestcraft:textures/blocks/kiwicrop_2.png
java.io.FileNotFoundException: harvestcraft:textures/blocks/kiwicrop_2.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[22:33:17] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_537_bookshelf.png
java.io.FileNotFoundException: minecraft:textures/blocks/MISSING_ICON_BLOCK_537_bookshelf.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[22:33:19] [Client thread/INFO]: Created: 1024x1024 textures/blocks-atlas
[22:33:19] [Client thread/INFO] [FML]: \C:\Users\Eric\AppData\Roaming\.minecraft\mods\AM2-1.4.0.006.jar
[22:33:19] [Client thread/INFO] [FML]: Ars Magica 2 >> Located 405 spell IIcons
[22:33:21] [Client thread/ERROR]: Using missing texture, unable to load arsmagica2:textures/items/spells/components/ScrambleSynapses.png
java.io.FileNotFoundException: arsmagica2:textures/items/spells/components/ScrambleSynapses.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[22:33:21] [Client thread/ERROR]: Using missing texture, unable to load arsmagica2:textures/items/spells/components/Nauseate.png
java.io.FileNotFoundException: arsmagica2:textures/items/spells/components/Nauseate.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[22:33:24] [Client thread/INFO]: Created: 4096x2048 textures/items-atlas
[22:33:24] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[22:33:24] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[22:33:24] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[22:33:24] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[22:33:24] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[22:33:24] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[22:33:24] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[22:33:24] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[22:33:24] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[22:33:25] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[22:33:25] [Sound Library Loader/INFO]: Sound engine started
[22:33:25] [Client thread/WARN]: File arsmagica2:sounds/spell/loop/none.ogg does not exist, cannot add it to event arsmagica2:spell.loop.none
[22:33:32] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[22:33:32] [Server thread/INFO]: Generating keypair
[22:33:32] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[22:33:32] [Server thread/INFO] [FML]: Applying holder lookups
[22:33:32] [Server thread/INFO] [FML]: Holder lookups applied
[22:33:32] [Server thread/INFO] [FML]: Loading dimension 0 (FOIIIIIIITOOO) ([email protected])
[22:33:32] [Server thread/INFO] [FML]: Loading dimension -37 (FOIIIIIIITOOO) ([email protected])
[22:33:32] [Server thread/INFO] [FML]: Loading dimension -38 (FOIIIIIIITOOO) ([email protected])
[22:33:33] [Server thread/INFO] [FML]: Loading dimension 7 (FOIIIIIIITOOO) ([email protected])
[22:33:33] [Server thread/INFO] [FML]: Loading dimension -42 (FOIIIIIIITOOO) ([email protected])
[22:33:33] [Server thread/INFO] [FML]: Loading dimension 1 (FOIIIIIIITOOO) ([email protected])
[22:33:33] [Server thread/INFO] [FML]: Loading dimension -1 (FOIIIIIIITOOO) ([email protected])
[22:33:33] [Server thread/INFO]: Preparing start region for level 0
[22:33:34] [Server thread/INFO]: Preparing spawn area: 57%
[22:33:35] [Server thread/INFO]: Changing view distance to 5, from 10
[22:33:35] [Netty Client IO #0/INFO] [FML]: Server protocol version 1
[22:33:35] [Netty IO #1/INFO] [FML]: Client protocol version 1
[22:33:35] [Netty IO #1/INFO] [FML]: Client attempting to join with 50 mods : [email protected],[email protected],[email protected],[email protected],[email protected] - MC 1.7.10,[email protected],[email protected],[email protected] - MC 1.7.10,[email protected],[email protected] - MC 1.7.10,[email protected],[email protected],[email protected] - MC 1.7.10,[email protected] - MC 1.7.10,[email protected],[email protected],[email protected]_build-36,[email protected],[email protected] - MC 1.7.10,[email protected] - MC 1.7.10,[email protected],[email protected] - MC 1.7.10,[email protected],[email protected],NEIAddons|[email protected],[email protected] - MC 1.7.10,[email protected],[email protected] - MC 1.7.10,[email protected],[email protected],[email protected] - MC 1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],NEIAddons|[email protected],[email protected],[email protected] - MC 1.7.10,[email protected],NEIAddons|[email protected],NEIAddons|[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] - MC 1.7.10,[email protected]
[22:33:35] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[22:33:35] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[22:33:35] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[22:33:35] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[22:33:35] [Server thread/INFO]: cheesecraft64[local:E:0f54a382] logged in with entity id 363 at (317.2175297401056, 39.0, 133.31252235910637)
[22:33:35] [Server thread/INFO]: cheesecraft64 joined the game
[22:33:35] [Server thread/INFO] [Waila]: Player EntityPlayerMP['cheesecraft64'/363, l='FOIIIIIIITOOO', x=317.22, y=39.00, z=133.31] connected. Sending ping
[22:33:35] [Server thread/INFO] [NEIAddons]: World changed, resetting
[22:33:36] [Client thread/INFO] [THAUMCRAFT]: Client received server config settings.
[22:33:36] [Client thread/INFO] [THAUMCRAFT]: CHEAT_SHEET[false], WARDED_STONE[true], MIRRORS[true], HARD_NODES[true], WUSS_MODE[false], RESEARCH_DIFFICULTY[-1], ASPECT_TOTAL_CAP[64
[22:33:37] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: [email protected]
[22:33:43] [Thread-18/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.6.4
[22:33:43] [Thread-18/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.7.2
[22:33:43] [Thread-18/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:73]: Your mcversion is: Minecraft 1.7.10 and matches the next Update Checker data segment
[22:33:43] [Thread-18/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.8
[22:33:43] [Thread-18/INFO]: [CHAT] A newer version of §cRuins Spawning System§r is available: 14.6, visit §6atomicstryker.net§r to get it.
[22:33:43] [Thread-19/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.6.4
[22:33:43] [Thread-21/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.6.4
[22:33:43] [Thread-19/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.7.2
[22:33:43] [Thread-19/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:73]: Your mcversion is: Minecraft 1.7.10 and matches the next Update Checker data segment
[22:33:43] [Thread-21/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.7.2
[22:33:43] [Thread-19/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.8
[22:33:43] [Thread-21/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:73]: Your mcversion is: Minecraft 1.7.10 and matches the next Update Checker data segment
[22:33:43] [Thread-21/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.8
[22:33:43] [Thread-17/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.6.4
[22:33:43] [Thread-17/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.7.2
[22:33:43] [Thread-17/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:73]: Your mcversion is: Minecraft 1.7.10 and matches the next Update Checker data segment
[22:33:43] [Thread-17/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.8
[22:33:43] [Thread-22/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.6.4
[22:33:43] [Thread-22/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.7.2
[22:33:43] [Thread-22/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:73]: Your mcversion is: Minecraft 1.7.10 and matches the next Update Checker data segment
[22:33:43] [Thread-22/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.8
[22:33:43] [Thread-20/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.6.4
[22:33:43] [Thread-20/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.7.2
[22:33:43] [Thread-20/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:73]: Your mcversion is: Minecraft 1.7.10 and matches the next Update Checker data segment
[22:33:43] [Thread-20/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.8
[22:33:43] [Thread-23/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.6.4
[22:33:43] [Thread-23/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.7.2
[22:33:43] [Thread-23/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:73]: Your mcversion is: Minecraft 1.7.10 and matches the next Update Checker data segment
[22:33:43] [Thread-23/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.8
[22:33:43] [Client thread/INFO] [Waila]: Received server authentication msg. Remote sync will be activated
[22:33:43] [Client thread/INFO] [NEIAddons]: World changed, resetting
[22:33:43] [Client thread/INFO] [NEIAddons]: Available server commands:
[22:33:43] [Client thread/INFO] [FML]: Ars Magica 2 >> Received player login packet. Secondary tree cap: 99. Disabled skills: 0
[22:33:43] [Client thread/INFO]: [CHAT] Veinminer using client keybind. See mod config for details.
[22:33:44] [Client thread/INFO]: [CHAT] Version 1.0.4.29 of CodeChickenCore is available
[22:33:44] [Client thread/INFO]: [CHAT] Version 1.0.3.74 of NotEnoughItems is available
[22:33:44] [Client thread/WARN] [FML]: =============================================================
[22:33:44] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[22:33:44] [Client thread/WARN] [FML]: Offendor: truetyper/TrueTypeFont.loadImage(Ljava/awt/image/BufferedImage;)I
[22:33:44] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead
[22:33:44] [Client thread/WARN] [FML]: =============================================================
[22:33:44] [Client thread/INFO] [STDOUT]: [truetyper.TrueTypeFont:<init>:94]: TrueTypeFont loaded: java.awt.Font[family=Arial,name=Arial,style=plain,size=12] - AntiAlias = true
[22:33:44] [Client thread/INFO]: [CHAT] Damage Indicators v.3.2.0.0 is up to date.
[22:33:46] [Thread-24/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.6.4
[22:33:46] [Thread-24/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.7.2
[22:33:46] [Thread-24/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:73]: Your mcversion is: Minecraft 1.7.10 and matches the next Update Checker data segment
[22:33:46] [Thread-24/INFO] [STDOUT]: [atomicstryker.updatecheck.common.UpdateCheckMod$UpdateCheckThread:run:68]: Now reading data segment for mismatching mcversion: Minecraft 1.8
[22:33:56] [Server thread/ERROR] [FML]: Exception caught during firing event net.m[email protected]30b26087:
java.lang.IllegalArgumentException: bound must be positive
at java.util.Random.nextInt(Unknown Source) ~[?:1.8.0_25]
at lycanite.lycanitesmobs.api.spawning.SpawnTypeBase.getRandomYCoord(SpawnTypeBase.java:837) ~[SpawnTypeBase.class:?]
at lycanite.lycanitesmobs.api.spawning.SpawnTypeBase.getRandomSkyCoord(SpawnTypeBase.java:756) ~[SpawnTypeBase.class:?]
at lycanite.lycanitesmobs.api.spawning.SpawnTypeSky.getSpawnCoordinates(SpawnTypeSky.java:38) ~[SpawnTypeSky.class:?]
at lycanite.lycanitesmobs.api.spawning.SpawnTypeBase.spawnMobs(SpawnTypeBase.java:373) ~[SpawnTypeBase.class:?]
at lycanite.lycanitesmobs.api.spawning.CustomSpawner.onEntityUpdate(CustomSpawner.java:66) ~[CustomSpawner.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_58_CustomSpawner_onEntityUpdate_LivingUpdateEvent.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.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) [ForgeHooks.class:?]
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560) [sv.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288) [yz.class:?]
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295) [mw.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303) [nh.class:?]
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137) [jd.class:?]
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:8) [jd.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
[22:33:56] [Server thread/ERROR] [FML]: Index: 2 Listeners:
[22:33:56] [Server thread/ERROR] [FML]: 0: NORMAL
[22:33:56] [Server thread/ERROR] [FML]: 1: ASM: [email protected] onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
[22:33:56] [Server thread/ERROR] [FML]: 2: ASM: [email protected] onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
[22:33:56] [Server thread/ERROR] [FML]: 3: ASM: [email protected] onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
[22:33:56] [Server thread/ERROR] [FML]: 4: ASM: [email protected] playerTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
[22:33:56] [Server thread/ERROR] [FML]: 5: ASM: [email protected] livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
[22:33:56] [Server thread/ERROR] [FML]: 6: ASM: [email protected] livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
[22:33:56] [Server thread/ERROR] [FML]: 7: ASM: [email protected] livingEvent(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
[22:33:56] [Server thread/ERROR] [FML]: 8: ASM: [email protected] livingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)Z
[22:33:56] [Server thread/ERROR] [FML]: 9: ASM: [email protected] onEntityLiving(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
[22:33:56] [Server thread/ERROR] [FML]: 10: ASM: am2.af[email protected] onEntityLivingBase(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
[22:33:56] [Server thread/ERROR] [FML]: 11: ASM: [email protected] onEntityLiving(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
[22:33:56] [Server thread/ERROR] [FML]: 12: ASM: [email protected] onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
[22:33:56] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Ticking player
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:181) ~[nc.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) ~[bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Caused by: java.lang.IllegalArgumentException: bound must be positive
at java.util.Random.nextInt(Unknown Source) ~[?:1.8.0_25]
at lycanite.lycanitesmobs.api.spawning.SpawnTypeBase.getRandomYCoord(SpawnTypeBase.java:837) ~[SpawnTypeBase.class:?]
at lycanite.lycanitesmobs.api.spawning.SpawnTypeBase.getRandomSkyCoord(SpawnTypeBase.java:756) ~[SpawnTypeBase.class:?]
at lycanite.lycanitesmobs.api.spawning.SpawnTypeSky.getSpawnCoordinates(SpawnTypeSky.java:38) ~[SpawnTypeSky.class:?]
at lycanite.lycanitesmobs.api.spawning.SpawnTypeBase.spawnMobs(SpawnTypeBase.java:373) ~[SpawnTypeBase.class:?]
at lycanite.lycanitesmobs.api.spawning.CustomSpawner.onEntityUpdate(CustomSpawner.java:66) ~[CustomSpawner.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_58_CustomSpawner_onEntityUpdate_LivingUpdateEvent.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.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) ~[ForgeHooks.class:?]
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560) ~[sv.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288) ~[yz.class:?]
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295) ~[mw.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303) ~[nh.class:?]
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137) ~[jd.class:?]
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:8) ~[jd.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) ~[nc.class:?]
... 5 more
[22:33:56] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Eric\AppData\Roaming\.minecraft\crash-reports\crash-2015-01-02_22.33.56-server.txt
[22:33:56] [Server thread/INFO]: Stopping server
[22:33:56] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 1/2/15 10:33 PM
Description: Ticking player
java.lang.IllegalArgumentException: bound must be positive
at java.util.Random.nextInt(Unknown Source)
at lycanite.lycanitesmobs.api.spawning.SpawnTypeBase.getRandomYCoord(SpawnTypeBase.java:837)
at lycanite.lycanitesmobs.api.spawning.SpawnTypeBase.getRandomSkyCoord(SpawnTypeBase.java:756)
at lycanite.lycanitesmobs.api.spawning.SpawnTypeSky.getSpawnCoordinates(SpawnTypeSky.java:38)
at lycanite.lycanitesmobs.api.spawning.SpawnTypeBase.spawnMobs(SpawnTypeBase.java:373)
at lycanite.lycanitesmobs.api.spawning.CustomSpawner.onEntityUpdate(CustomSpawner.java:66)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_58_CustomSpawner_onEntityUpdate_LivingUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:8)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.Random.nextInt(Unknown Source)
at lycanite.lycanitesmobs.api.spawning.SpawnTypeBase.getRandomYCoord(SpawnTypeBase.java:837)
at lycanite.lycanitesmobs.api.spawning.SpawnTypeBase.getRandomSkyCoord(SpawnTypeBase.java:756)
at lycanite.lycanitesmobs.api.spawning.SpawnTypeSky.getSpawnCoordinates(SpawnTypeSky.java:38)
at lycanite.lycanitesmobs.api.spawning.SpawnTypeBase.spawnMobs(SpawnTypeBase.java:373)
at lycanite.lycanitesmobs.api.spawning.CustomSpawner.onEntityUpdate(CustomSpawner.java:66)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_58_CustomSpawner_onEntityUpdate_LivingUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
-- Player being ticked --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 363
Entity Name: cheesecraft64
Entity's Exact location: 320.68, 36.00, 132.06
Entity's Block location: World: (320,36,132), Chunk: (at 0,2,4 in 20,8; contains blocks 320,0,128 to 335,255,143), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:8)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Ticking connection --
Details:
Connection: [email protected]
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 377961288 bytes (360 MB) / 729731072 bytes (695 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.05 FML v7.10.85.1277 Minecraft Forge 10.13.2.1277 50 mods loaded, 50 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1277} [Forge Mod Loader] (forge-1.7.10-10.13.2.1277.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1277} [Minecraft Forge] (forge-1.7.10-10.13.2.1277.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.3.28} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.3.60} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.60-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
VeinMiner_coremod{0.21.0_build-36} [Core mod] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
arsmagica2{1.4.0.005} [Ars Magica 2] (AM2-1.4.0.006.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
exnihilo{1.37} [Ex Nihilo] (Ex-Nihilo-1.37.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Waila{1.5.5} [Waila] (Waila-1.5.5_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct{1.7.10-1.8.1.build815} [Tinkers' Construct] (TConstruct-1.7.10-1.8.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.7.10-1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
lycanitesmobs{1.10.4.7 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.10.4.7 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
arcticmobs{1.10.4.7 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.10.4.7 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
demonmobs{1.10.4.7 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.10.4.7 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
desertmobs{1.10.4.7 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.10.4.7 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
forestmobs{1.10.4.7 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.10.4.7 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
freshwatermobs{1.10.4.7 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.10.4.7 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
infernomobs{1.10.4.7 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.10.4.7 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
junglemobs{1.10.4.7 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.10.4.7 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mountainmobs{1.10.4.7 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.10.4.7 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
plainsmobs{1.10.4.7 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.10.4.7 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
saltwatermobs{1.10.4.7 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.10.4.7 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
shadowmobs{1.10.4.7 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.10.4.7 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
swampmobs{1.10.4.7 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.10.4.7 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons{1.12.2.9} [NEI Addons] (neiaddons-mc1710-1.12.2.9.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|Botany{1.12.2.9} [NEI Addons: Botany] (neiaddons-mc1710-1.12.2.9.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|Forestry{1.12.2.9} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.2.9.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|CraftingTables{1.12.2.9} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.2.9.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|ExNihilo{1.12.2.9} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.2.9.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Thaumcraft{4.2.2.1} [Thaumcraft] (Thaumcraft-1.7.10-4.2.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
harvestcraft{1.7.10b} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AS_Ruins{14.0} [Ruins Spawning System] (Ruins-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SpecialMobs{3.0.2} [Special Mobs] (SpecialMobs-1.7.10-3.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TiCTooltips{1.1.11b} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.1.11b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AS_UpdateCheck{1.1.6} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
VeinMiner{0.21.0} [Vein Miner] (VeinMiner-1.7.10_0.21.0.36.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
VeinMinerModSupport{0.21.0} [Mod Support] (VeinMiner-1.7.10_0.21.0.36.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WailaHarvestability{1.1.0} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
witchery{0.20.6} [Witchery] (witchery-1.7.10-0.20.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IguanaTweaksTConstruct{1.7.10-2.1.1.89} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['cheesecraft64'/363, l='FOIIIIIIITOOO', x=320.68, y=36.00, z=132.06]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
[22:33:56] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:354]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Eric\AppData\Roaming\.minecraft\crash-reports\crash-2015-01-02_22.33.56-server.txt
[22:33:56] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
[22:33:56] [Server thread/INFO]: Saving players
[22:33:56] [Server thread/INFO]: Saving worlds
[22:33:56] [Netty Client IO #0/INFO] [THAUMCRAFT]: Restoring client configs.
[22:33:56] [Server thread/INFO]: Saving chunks for level 'FOIIIIIIITOOO'/Overworld
[22:33:56] [Server thread/INFO] [STDOUT]: [atomicstryker.ruins.common.ChunkLoggerData:func_76184_a:24]: Ruins chunks logged: 1548
[22:33:56] [Server thread/INFO]: Saving chunks for level 'FOIIIIIIITOOO'/Nether
[22:33:56] [Server thread/INFO]: Saving chunks for level 'FOIIIIIIITOOO'/The End
[22:33:56] [Server thread/INFO]: Saving chunks for level 'FOIIIIIIITOOO'/Spirit World
[22:33:56] [Server thread/INFO]: Saving chunks for level 'FOIIIIIIITOOO'/Torment
[22:33:56] [Server thread/INFO]: Saving chunks for level 'FOIIIIIIITOOO'/Twilight Forest
[22:33:56] [Server thread/INFO]: Saving chunks for level 'FOIIIIIIITOOO'/The Outer Lands
[22:33:57] [Server thread/INFO] [FML]: Unloading dimension 0
[22:33:57] [Server thread/INFO] [FML]: Unloading dimension -1
[22:33:57] [Server thread/INFO] [FML]: Unloading dimension 1
[22:33:57] [Server thread/INFO] [FML]: Unloading dimension -37
[22:33:57] [Server thread/INFO] [FML]: Unloading dimension -38
[22:33:57] [Server thread/INFO] [FML]: Unloading dimension 7
[22:33:57] [Server thread/INFO] [FML]: Unloading dimension -42
[22:33:57] [Server thread/INFO] [FML]: Applying holder lookups
[22:33:57] [Server thread/INFO] [FML]: Holder lookups applied
[22:33:57] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
[22:33:57] [Client thread/INFO] [FML]: Server terminated.
All this did for me was make it so tons of squid spawn and not much else...
Omg... This thing is awesome but scary...
Must be something on MoCreature's end then, I know it uses a custom spawner (that I never liked) so I really am at a loss on anymore advice that I could give.
Also for other people quote lycanite's recent post, not to be offensive or anything, but please clip the quoted post. Your filling a page way too quickly with such large posts, same thing applies with crash reports essentially.
I loved the movie they was in as a child. It would be neat to see Graboids in a mod, but i'd let lycanite stick to his original or inspired ideals.
We already got doom mobs, if he added anymore creatures from other worlds he'd have to rename his mod Movie/Game Beasts+ or some lingo such as that.
I'm using JAS to get my water mobs spawning. It works for all the MoCreatures water mobs. I still use Lycanite's water spawner but I've got Lycanite's normal spawns turned off - instead using JAS to spawn in Lycanite's mobs per biome, weighted against everything else I'm spawning in.
This involves turning normal spawning off in MoCreatures and Lycanite's configs. Example in the spoiler (note that further down the bottom of the config, the WATER spawns are enabled.
# Configuration file
"dungeon features" {
B:"Disable Dungeon Spawners"=false
D:"Dungeon Spawner Weight Scale"=0.4
}
"global spawning" {
B:"Disable Spawning"=true <---- That lets me use JAS to balance spawns
B:"Enforce Block Costs"=true
D:"Mob Limit Search Range"=32.0
D:"Weight Scale"=1.0
}
##########################################################################################################
# spawner block limits
#--------------------------------------------------------------------------------------------------------#
# Here you can set a maximum limit of how many locations the spawner is allowed to spawn mobs at.
##########################################################################################################
"spawner block limits" {
I:"CROP Spawn Block Limit"=32
I:"DARKNESS Spawn Block Limit"=32
I:"DEATH Spawn Block Limit"=32
I:"FIRE Spawn Block Limit"=32
I:"FROSTFIRE Spawn Block Limit"=32
I:"LAVA Spawn Block Limit"=64
I:"LUNAR Spawn Block Limit"=32
I:"PORTAL Spawn Block Limit"=32
I:"ROCK Spawn Block Limit"=32
I:"SHADOW Spawn Block Limit"=32
I:"SKY Spawn Block Limit"=16
I:"SLEEP Spawn Block Limit"=32
I:"STORM Spawn Block Limit"=32
I:"TREE Spawn Block Limit"=32
I:"WATER Spawn Block Limit"=16
}
##########################################################################################################
# spawner chances
#--------------------------------------------------------------------------------------------------------#
# Here you can set the chance that a spawner will try and spawn mobs, this chance is tested after every interval.
##########################################################################################################
"spawner chances" {
D:"CROP Spawn Chance"=0.01
D:"DARKNESS Spawn Chance"=0.1
D:"DEATH Spawn Chance"=0.01
D:"FIRE Spawn Chance"=0.5
D:"FROSTFIRE Spawn Chance"=0.5
D:"LAVA Spawn Chance"=0.25
D:"LUNAR Spawn Chance"=0.5
D:"PORTAL Spawn Chance"=0.25
D:"ROCK Spawn Chance"=0.01
D:"SHADOW Spawn Chance"=0.1
D:"SKY Spawn Chance"=0.1
D:"SLEEP Spawn Chance"=0.1
D:"STORM Spawn Chance"=0.125
D:"TREE Spawn Chance"=0.03
D:"WATER Spawn Chance"=0.05
}
##########################################################################################################
# spawner checks
#--------------------------------------------------------------------------------------------------------#
# Here you can set whether or not each spawn ignores certain mob checks such as dimension, biome or light level. If Ignores Event is set to true, the spawn type will ignore the mob spawn event meaning that other mods also cannot prevent mob spawns.
##########################################################################################################
"spawner checks" {
B:"CROP Ignores Biome"=true
B:"CROP Ignores Dimension"=false
B:"CROP Ignores Event"=true
B:"CROP Ignores Light Level"=true
B:"DARKNESS Ignores Biome"=true
B:"DARKNESS Ignores Dimension"=true
B:"DARKNESS Ignores Event"=true
B:"DARKNESS Ignores Light Level"=true
B:"DEATH Ignores Biome"=true
B:"DEATH Ignores Dimension"=true
B:"DEATH Ignores Event"=true
B:"DEATH Ignores Light Level"=true
B:"FIRE Ignores Biome"=true
B:"FIRE Ignores Dimension"=false
B:"FIRE Ignores Event"=false
B:"FIRE Ignores Light Level"=true
B:"FROSTFIRE Ignores Biome"=true
B:"FROSTFIRE Ignores Dimension"=false
B:"FROSTFIRE Ignores Event"=false
B:"FROSTFIRE Ignores Light Level"=true
B:"LAVA Ignores Biome"=true
B:"LAVA Ignores Dimension"=false
B:"LAVA Ignores Event"=false
B:"LAVA Ignores Light Level"=true
B:"LUNAR Ignores Biome"=true
B:"LUNAR Ignores Dimension"=true
B:"LUNAR Ignores Event"=true
B:"LUNAR Ignores Light Level"=false
B:"PORTAL Ignores Biome"=true
B:"PORTAL Ignores Dimension"=true
B:"PORTAL Ignores Event"=true
B:"PORTAL Ignores Light Level"=true
B:"ROCK Ignores Biome"=true
B:"ROCK Ignores Dimension"=false
B:"ROCK Ignores Event"=true
B:"ROCK Ignores Light Level"=true
B:"SKY Ignores Biome"=false
B:"SKY Ignores Dimension"=false
B:"SKY Ignores Event"=false
B:"SKY Ignores Light Level"=false
B:"SLEEP Ignores Biome"=true
B:"SLEEP Ignores Dimension"=true
B:"SLEEP Ignores Event"=true
B:"SLEEP Ignores Light Level"=true
B:"STORM Ignores Biome"=true
B:"STORM Ignores Dimension"=false
B:"STORM Ignores Event"=true
B:"STORM Ignores Light Level"=true
B:"TREE Ignores Biome"=true
B:"TREE Ignores Dimension"=false
B:"TREE Ignores Event"=true
B:"TREE Ignores Light Level"=true
B:"WATER Ignores Biome"=false
B:"WATER Ignores Dimension"=false
B:"WATER Ignores Event"=false
B:"WATER Ignores Light Level"=false
}
"spawner features" {
# Set to false to prevent the darkness warning messages from showing.
B:"Darkness Spawn Chat Warnings"=false
# The highest light level the Darkness spawn type will work in. 5 Is above ground in the overworld at night time. 0 is pitch black.
I:"Darkness Spawn Highest Light Level"=2
# The block breaking radius aroud a mob spawned from the Rock Spawner.
I:"Rock Spawn Block Break Radius"=1
}
##########################################################################################################
# spawner mob limits
#--------------------------------------------------------------------------------------------------------#
# Here you can set the limit of how many mobs a spawner can spawn every interval. Be aware that each mob will use it's own Area Spawn Limit which will drastically decrease the number of mobs spawned overall.
##########################################################################################################
"spawner mob limits" {
I:"CROP Spawn Mob Limit"=1
I:"DARKNESS Spawn Mob Limit"=1
I:"DEATH Spawn Mob Limit"=1
I:"FIRE Spawn Mob Limit"=2
I:"FROSTFIRE Spawn Mob Limit"=8
I:"LAVA Spawn Mob Limit"=4
I:"LUNAR Spawn Mob Limit"=12
I:"PORTAL Spawn Mob Limit"=1
I:"ROCK Spawn Mob Limit"=1
I:"SHADOW Spawn Mob Limit"=1
I:"SKY Spawn Mob Limit"=2
I:"SLEEP Spawn Mob Limit"=1
I:"STORM Spawn Mob Limit"=32
I:"TREE Spawn Mob Limit"=1
I:"WATER Spawn Mob Limit"=8
}
##########################################################################################################
# spawner ranges
#--------------------------------------------------------------------------------------------------------#
# Here you can set how far from the player or event location that mobs can be spawned. Lower this is you are having major lag issues.
##########################################################################################################
"spawner ranges" {
I:"CROP Spawn Range"=2
I:"DARKNESS Spawn Range"=2
I:"DEATH Spawn Range"=2
I:"FIRE Spawn Range"=32
I:"FROSTFIRE Spawn Range"=32
I:"LAVA Spawn Range"=32
I:"LUNAR Spawn Range"=48
I:"PORTAL Spawn Range"=32
I:"ROCK Spawn Range"=2
I:"SHADOW Spawn Range"=2
I:"SKY Spawn Range"=48
I:"SLEEP Spawn Range"=2
I:"STORM Spawn Range"=48
I:"TREE Spawn Range"=2
I:"WATER Spawn Range"=48
}
##########################################################################################################
# spawner ticks
#--------------------------------------------------------------------------------------------------------#
# Here you can set the interval that a spawner will try and spawn in ticks. (20 ticks = 1 second). Increase this and lower and the chance if you are having lag issues, this will make the spawner less frequent but more predicatable.
##########################################################################################################
"spawner ticks" {
I:"CROP Spawn Tick"=0
I:"DARKNESS Spawn Tick"=0
I:"DEATH Spawn Tick"=0
I:"FIRE Spawn Tick"=1200
I:"FROSTFIRE Spawn Tick"=400
I:"LAVA Spawn Tick"=800
I:"LUNAR Spawn Tick"=800
I:"PORTAL Spawn Tick"=2400
I:"ROCK Spawn Tick"=0
I:"SHADOW Spawn Tick"=0
I:"SKY Spawn Tick"=400
I:"SLEEP Spawn Tick"=0
I:"STORM Spawn Tick"=800
I:"TREE Spawn Tick"=0
I:"WATER Spawn Tick"=400
}
##########################################################################################################
# spawners enabled
#--------------------------------------------------------------------------------------------------------#
# Here you can turn each special spawner on or off.
##########################################################################################################
"spawners enabled" {
B:"CROP Spawn Enabled"=false
B:"DARKNESS Spawn Enabled"=false
B:"DEATH Spawn Enabled"=true
B:"FIRE Spawn Enabled"=true
B:"FROSTFIRE Spawn Enabled"=false
B:"LAVA Spawn Enabled"=true
B:"LUNAR Spawn Enabled"=true
B:"PORTAL Spawn Enabled"=false
B:"ROCK Spawn Enabled"=true
B:"SHADOW Spawn Enabled"=false
B:"SKY Spawn Enabled"=true
B:"SLEEP Spawn Enabled"=false
B:"STORM Spawn Enabled"=false
B:"TREE Spawn Enabled"=false
B:"WATER Spawn Enabled"=true <--- That makes Lycanite's water mobs spawn in addition to what I've set JAS to spawn
}
You can get more info on it on the JAS thread. Basically, I'm using JAS version 0.14.13 + MoCreatures and I can get you a copy of the configs if needed.
-Geist Liver is basically a flint and steel for shadowfire.
-I post this here since there was no information about him on the Lycanite's website. 2 Rares version I found are Verdant and Dark. If I am not wrong, they work almost exactly like a zombie, since the baby didn't burn in daylight.
Wow, that creature looks scary as hell. Can't imagine if it appeared in front of my face
So Lycanite finally added the Geist eh?
I wrote there "spawn from dead creatures"
awesome Crusk Lycanite! Very nice!
Support Ice and Fire , This is terribly awesome !:D
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/wip-mods/2498069-ice-and-fire-dragons-in-a-whole-new-light
Made by Ceetronn
Tronz...We are not appreciated for our time...
WE WANT ALL DE MONSTERS!
If you could get me configs for all the mods involved to make them all spawn nicely, that'd just be amazing! I got JAS but can't seem to config it just right. If you could send config for mo creatures + lycanites + JAS, I'd be very grateful!
Oh dear, if those ever became a part of Lycanite's, I might lose it.
Also, I've flipped shovel textures for Tinker's Construct and ExtraTiC for a more realistic-looking animation, check here:
http://www.minecraft...hovel-textures/
I tried to do that, and the editor broke(again...). Sorry, I'll try harder next time. XD
I loved Tremors... well, as well as I can remember it. Though Stormalisk has a point, too many beasts from other sources, and we might have to rename this "Lycanite's Compendium of Universal Monsters".
WOW! That thing is awesome!(Is easily impressed by these creatures) It reminds me of the monsters in the first Silent Hill games! Gee, I need to find one now. XD You spoiled the surprise!
Well... you did put it in a spoiler, so I guess that was my fault.