I'm really excited for the more interactions update! And if you still need a plan for how the GUI would be laid out,I suggest there be an interactions button in the villager GUI and you'd click that then another GUI would show up with buttons for all the new interactions.
Mr. Bama Boy, while I understand that this update is focusing on interaction enhancement, I really think that you should take a little time to give Fatigue it's own statistic rather than it being a part of the moods category.
Most villagers in my village (and I've witnessed several other people experiencing the same problem) are almost always Comatose, even if I spend my nights defending their village for them to let them get a full night's rest. Their Fatigue moods escalate from Tired to Comatose within mere minutes during the daytime, as if they secretly have insomnia.
To conclude, I really think that this update should include fatigue becoming it's own statistic for a villager, as it would probably be more rational and would avoid becoming a heavy nuisance upon everyone else.
This is a bug that was fixed in MCA v3.4.4. Fatigue is only intended to increase at nighttime, and it will only reset completely once the villager wakes up at daytime. I am unable to reproduce any further issues with fatigue. Check your versions, and even try on new worlds to see if the problem persists. If it does, PM me and we will figure out what's going wrong.
I'm really excited for the more interactions update! And if you still need a plan for how the GUI would be laid out,I suggest there be an interactions button in the villager GUI and you'd click that then another GUI would show up with buttons for all the new interactions.
The Procreation interaction should increase hearts and happiness
While I concur about that, it should be noted that Minecraft is a medieval-era type world, and there is no such thing as birth control in such a world. Therefore, almost all forms of procreation (especially in this mod) would result in childbirth, which is the primary function of this interaction.
If you are the person that made MCA, I have a question say multiple people have this mod installed, can they marry and procreate with each other? Just wondering!!!
If you are the person that made MCA, I have a question say multiple people have this mod installed, can they marry and procreate with each other? Just wondering!!!
It's claiming that the MCA folder is named "1.6.2-Forge9.10.0.804-mcpatcher.jar". If that's a function of MCPatcher, then MCA cannot work with it.
If you haven't played for awhile, Mojang has switched around file locations and names with the introduction of their new launcher.
So you don't need to be concerned with .jar files or the "bin" folder anymore. It's usually not necessary to modify them now. You'll need to install Forge first. Its automatic installer is here: http://adf.ly/673885...-9.10.0.789.jar
Run that and choose client profile, then run your launcher and change your profile (dropdown box at the bottom left) to "Forge" and start the game. It will download a few things that Forge needs to run and then the game will start. You should have a new button on the main menu that says "Mods" and you should have 3 mods loaded.
After that, go to your .minecraft folder and you will find a mods folder. Drop MCA in that folder and start the game. It should show 4 mods loaded and MCA should be on the list shown to you when you click the "Mods" button.
I loaded the forge and all seemed to go well with the download but when I selected the forge in the drop down box on the launcher, I got the following....
Gave up trying to download http://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.10.2/scala-library-2.10.2.jar for job 'Version & Libraries'
Couldn't download http://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.10.2/scala-compiler-2.10.2.jar for job 'Version & Libraries'
java.lang.RuntimeException: Server responded with 403
at net.minecraft.launcher.updater.download.Downloadable.download(Downloadable.java:85)
at net.minecraft.launcher.updater.download.DownloadJob.popAndDownload(DownloadJob.java:102)
at net.minecraft.launcher.updater.download.DownloadJob.access$000(DownloadJob.java:10)
at net.minecraft.launcher.updater.download.DownloadJob$1.run(DownloadJob.java:84)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
I really appreciate you helping with this. My daughter and I use this as a great bonding game and the "family" perspective from MCA has been awesome with her.
I loaded the forge and all seemed to go well with the download but when I selected the forge in the drop down box on the launcher, I got the following....
-snip-
That's an issue with Mojang's new launcher. You'll have to keep trying until it works correctly.
I have an idea for this mod. (Not an interaction though.) Maybe there could me a config option to let villagers following you fly in Creative if you are flying somewhere, as opposed to staying on the ground and teleporting.
Reporting MCA bugs, we meet again.
So recently, my friend Kritz told me to marry his daughter Chell, and now I can't interact with her or I crash.
---- Minecraft Crash Report ----
// Don't do that.
Time: 8/19/13 10:47 AM
Description: Unexpected error
java.lang.NullPointerException
at mca.GuiInteractionSpouse.func_73866_w_(GuiInteractionSpouse.java:92)
at net.minecraft.client.gui.GuiScreen.func_73872_a(SourceFile:94)
at net.minecraft.client.Minecraft.func_71373_a(Minecraft.java:720)
at cpw.mods.fml.client.FMLClientHandler.showGuiScreen(FMLClientHandler.java:354)
at cpw.mods.fml.common.FMLCommonHandler.showGuiScreen(FMLCommonHandler.java:334)
at cpw.mods.fml.common.network.NetworkRegistry.openLocalGui(NetworkRegistry.java:328)
at cpw.mods.fml.common.network.FMLNetworkHandler.openGui(FMLNetworkHandler.java:356)
at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2461)
at mca.EntityPlayerChild.func_70085_c(EntityPlayerChild.java:283)
at net.minecraft.entity.EntityLiving.func_130002_c(EntityLiving.java:1136)
at net.minecraft.entity.player.EntityPlayer.func_70998_m(EntityPlayer.java:1243)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78768_b(PlayerControllerMP.java:467)
at net.minecraft.client.Minecraft.func_71402_c(Minecraft.java:1357)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1854)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:898)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:826)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at mca.GuiInteractionSpouse.func_73866_w_(GuiInteractionSpouse.java:92)
at net.minecraft.client.gui.GuiScreen.func_73872_a(SourceFile:94)
at net.minecraft.client.Minecraft.func_71373_a(Minecraft.java:720)
at cpw.mods.fml.client.FMLClientHandler.showGuiScreen(FMLClientHandler.java:354)
at cpw.mods.fml.common.FMLCommonHandler.showGuiScreen(FMLCommonHandler.java:334)
at cpw.mods.fml.common.network.NetworkRegistry.openLocalGui(NetworkRegistry.java:328)
at cpw.mods.fml.common.network.FMLNetworkHandler.openGui(FMLNetworkHandler.java:356)
at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2461)
at mca.EntityPlayerChild.func_70085_c(EntityPlayerChild.java:283)
at net.minecraft.entity.EntityLiving.func_130002_c(EntityLiving.java:1136)
at net.minecraft.entity.player.EntityPlayer.func_70998_m(EntityPlayer.java:1243)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78768_b(PlayerControllerMP.java:467)
at net.minecraft.client.Minecraft.func_71402_c(Minecraft.java:1357)
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_09, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 167013632 bytes (159 MB) / 462290944 bytes (440 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 22629 (1267224 bytes; 1 MB) allocated, 3 (168 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.35.804 Minecraft Forge 9.10.0.804 5 mods loaded, 5 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML{6.2.35.804} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge{9.10.0.804} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
TooManyItems{1.6.2} [TooManyItems] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mca{3.4.4} [Minecraft Comes Alive] (MCA v3.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Launched Version: 1.6.2-Forge9.10.0.804
LWJGL: 2.9.0
OpenGL: GeForce GTX 550 Ti/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 2902 (162512 bytes; 0 MB) allocated, 22 (1232 bytes; 0 MB) used
[EDIT] There's also another glitch. If there's a third person on the server, and there's two parents. The third person is also considered a parent. Also, one of my children keep re-growing up every time I interact with her. [EDIT AGAIN] I've figured out this was because I changed the grow up time on the kids from 60, to 240.
Snowdrop has grown into an adult.
Snowdrop has grown into an adult.
Snowdrop has grown into an adult.
Snowdrop has grown into an adult.
etc. etc.
This is a bug that was fixed in MCA v3.4.4. Fatigue is only intended to increase at nighttime, and it will only reset completely once the villager wakes up at daytime. I am unable to reproduce any further issues with fatigue. Check your versions, and even try on new worlds to see if the problem persists. If it does, PM me and we will figure out what's going wrong.
You have already been told that MCA will not work with the cracked launcher.
Support the developers and buy the game, then MCA will work. If you're not going to do that, then too bad.
This is a bug that was fixed in MCA v3.4.4. Fatigue is only intended to increase at nighttime, and it will only reset completely once the villager wakes up at daytime. I am unable to reproduce any further issues with fatigue. Check your versions, and even try on new worlds to see if the problem persists. If it does, PM me and we will figure out what's going wrong.
That's exactly what will be done.
EDIT: ...not even an update and the moods are normal again @[email protected]
While I concur about that, it should be noted that Minecraft is a medieval-era type world, and there is no such thing as birth control in such a world. Therefore, almost all forms of procreation (especially in this mod) would result in childbirth, which is the primary function of this interaction.
My MineCraft Comes Alive Is Having A Black Screen HELP ME!
Crash report? .minecraft/crash-reports/[most recent file]
If you are the person that made MCA, I have a question say multiple people have this mod installed, can they marry and procreate with each other? Just wondering!!!
Yes.
http://mca.wikia.com/wiki/Marriage#Player_-_Player_Marriage
Gave up trying to download http://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.10.2/scala-library-2.10.2.jar for job 'Version & Libraries'
Couldn't download http://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.10.2/scala-compiler-2.10.2.jar for job 'Version & Libraries'
java.lang.RuntimeException: Server responded with 403
at net.minecraft.launcher.updater.download.Downloadable.download(Downloadable.java:85)
at net.minecraft.launcher.updater.download.DownloadJob.popAndDownload(DownloadJob.java:102)
at net.minecraft.launcher.updater.download.DownloadJob.access$000(DownloadJob.java:10)
at net.minecraft.launcher.updater.download.DownloadJob$1.run(DownloadJob.java:84)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Gave up trying to download http://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.10.2/scala-compiler-2.10.2.jar for job 'Version & Libraries'
Job 'Version & Libraries' finished with 2 failure(s)!
I really appreciate you helping with this. My daughter and I use this as a great bonding game and the "family" perspective from MCA has been awesome with her.
That's an issue with Mojang's new launcher. You'll have to keep trying until it works correctly.
So recently, my friend Kritz told me to marry his daughter Chell, and now I can't interact with her or I crash.
// Don't do that.
Time: 8/19/13 10:47 AM
Description: Unexpected error
java.lang.NullPointerException
at mca.GuiInteractionSpouse.func_73866_w_(GuiInteractionSpouse.java:92)
at net.minecraft.client.gui.GuiScreen.func_73872_a(SourceFile:94)
at net.minecraft.client.Minecraft.func_71373_a(Minecraft.java:720)
at cpw.mods.fml.client.FMLClientHandler.showGuiScreen(FMLClientHandler.java:354)
at cpw.mods.fml.common.FMLCommonHandler.showGuiScreen(FMLCommonHandler.java:334)
at cpw.mods.fml.common.network.NetworkRegistry.openLocalGui(NetworkRegistry.java:328)
at cpw.mods.fml.common.network.FMLNetworkHandler.openGui(FMLNetworkHandler.java:356)
at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2461)
at mca.EntityPlayerChild.func_70085_c(EntityPlayerChild.java:283)
at net.minecraft.entity.EntityLiving.func_130002_c(EntityLiving.java:1136)
at net.minecraft.entity.player.EntityPlayer.func_70998_m(EntityPlayer.java:1243)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78768_b(PlayerControllerMP.java:467)
at net.minecraft.client.Minecraft.func_71402_c(Minecraft.java:1357)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1854)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:898)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:826)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at mca.GuiInteractionSpouse.func_73866_w_(GuiInteractionSpouse.java:92)
at net.minecraft.client.gui.GuiScreen.func_73872_a(SourceFile:94)
at net.minecraft.client.Minecraft.func_71373_a(Minecraft.java:720)
at cpw.mods.fml.client.FMLClientHandler.showGuiScreen(FMLClientHandler.java:354)
at cpw.mods.fml.common.FMLCommonHandler.showGuiScreen(FMLCommonHandler.java:334)
at cpw.mods.fml.common.network.NetworkRegistry.openLocalGui(NetworkRegistry.java:328)
at cpw.mods.fml.common.network.FMLNetworkHandler.openGui(FMLNetworkHandler.java:356)
at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2461)
at mca.EntityPlayerChild.func_70085_c(EntityPlayerChild.java:283)
at net.minecraft.entity.EntityLiving.func_130002_c(EntityLiving.java:1136)
at net.minecraft.entity.player.EntityPlayer.func_70998_m(EntityPlayer.java:1243)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78768_b(PlayerControllerMP.java:467)
at net.minecraft.client.Minecraft.func_71402_c(Minecraft.java:1357)
-- Affected level --
Details:
Level name: MpServer
All players: 2 total; [EntityClientPlayerMP['n8rocks'/410, l='MpServer', x=-206.55, y=72.62, z=260.70], EntityOtherPlayerMP['kritzrix22'/402, l='MpServer', x=-215.03, y=75.00, z=263.66]]
Chunk stats: MultiplayerChunkCache: 190
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-168,64,228), Chunk: (at 8,4,4 in -11,14; contains blocks -176,0,224 to -161,255,239), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1372846 game time, 1257483 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 156 total; [EntityClientPlayerMP['n8rocks'/410, l='MpServer', x=-206.55, y=72.62, z=260.70], EntitySkeleton['Skeleton'/275, l='MpServer', x=-177.47, y=12.00, z=296.31], EntitySpider['Spider'/274, l='MpServer', x=-189.50, y=14.00, z=289.50], EntityChicken['Chicken'/273, l='MpServer', x=-191.78, y=72.00, z=247.78], EntitySkeleton['Skeleton'/272, l='MpServer', x=-188.50, y=24.00, z=218.50], EntityChicken['Chicken'/279, l='MpServer', x=-193.47, y=70.00, z=309.53], EntitySheep['Sheep'/278, l='MpServer', x=-180.34, y=72.00, z=313.50], EntityChicken['Chicken'/277, l='MpServer', x=-187.38, y=71.00, z=303.59], EntitySkeleton['Skeleton'/276, l='MpServer', x=-185.44, y=12.00, z=296.13], EntityOtherPlayerMP['kritzrix22'/402, l='MpServer', x=-215.03, y=75.00, z=263.66], EntityItem['item.item.egg'/281, l='MpServer', x=-183.94, y=70.13, z=304.50], EntityChicken['Chicken'/280, l='MpServer', x=-183.63, y=70.00, z=307.53], EntityCreeper['Creeper'/271, l='MpServer', x=-186.50, y=24.00, z=215.50], EntityZombie['Zombie'/305, l='MpServer', x=-159.50, y=32.00, z=300.50], EntityZombie['Zombie'/304, l='MpServer', x=-156.50, y=32.00, z=300.50], EntityCow['Cow'/307, l='MpServer', x=-156.22, y=64.00, z=289.25], EntityChicken['Chicken'/306, l='MpServer', x=-149.56, y=62.29, z=288.47], EntityZombie['Zombie'/309, l='MpServer', x=-151.41, y=11.00, z=308.63], EntityZombie['Zombie'/308, l='MpServer', x=-144.52, y=11.63, z=309.38], EntityBat['Bat'/311, l='MpServer', x=-142.29, y=20.38, z=313.08], EntityItem['item.item.rottenFlesh'/310, l='MpServer', x=-148.34, y=20.13, z=315.13], EntityEnderman['Enderman'/315, l='MpServer', x=-140.50, y=24.00, z=181.50], EntityBat['Bat'/319, l='MpServer', x=-135.25, y=30.10, z=301.25], EntityZombie['Zombie'/318, l='MpServer', x=-142.13, y=18.00, z=284.34], EntityChicken['Chicken'/289, l='MpServer', x=-164.31, y=63.00, z=218.47], EntityZombie['Zombie'/290, l='MpServer', x=-175.50, y=13.00, z=286.97], EntitySkeleton['Skeleton'/291, l='MpServer', x=-173.50, y=14.00, z=309.50], EntitySkeleton['Skeleton'/292, l='MpServer', x=-172.50, y=14.00, z=310.50], EntityCow['Cow'/293, l='MpServer', x=-160.31, y=75.00, z=305.47], EntityCreeper['Creeper'/297, l='MpServer', x=-149.69, y=32.00, z=217.53], EntityChicken['Chicken'/298, l='MpServer', x=-156.47, y=62.54, z=225.34], EntityChicken['Chicken'/299, l='MpServer', x=-145.53, y=62.37, z=271.53], EntityChicken['Chicken'/300, l='MpServer', x=-147.53, y=63.00, z=257.44], EntityItem['item.item.egg'/301, l='MpServer', x=-145.75, y=61.13, z=271.41], EntityZombie['Zombie'/302, l='MpServer', x=-144.49, y=36.59, z=283.70], EntityZombie['Zombie'/303, l='MpServer', x=-153.50, y=21.00, z=294.50], EntitySlime['Slime'/85, l='MpServer', x=-277.60, y=20.00, z=240.60], EntityCreeper['Creeper'/326, l='MpServer', x=-132.50, y=21.00, z=336.50], EntitySpider['Spider'/84, l='MpServer', x=-276.25, y=22.00, z=239.72], EntityCreeper['Creeper'/327, l='MpServer', x=-131.50, y=21.00, z=336.50], EntityChicken['Chicken'/86, l='MpServer', x=-279.53, y=72.00, z=240.41], EntityChicken['Chicken'/81, l='MpServer', x=-278.47, y=78.00, z=189.56], EntityChicken['Chicken'/83, l='MpServer', x=-285.41, y=80.00, z=216.59], EntityItem['item.item.egg'/320, l='MpServer', x=-144.00, y=61.13, z=288.25], EntityZombie['Zombie'/321, l='MpServer', x=-128.50, y=48.00, z=290.97], EntityChicken['Chicken'/93, l='MpServer', x=-276.41, y=65.46, z=287.41], EntityChicken['Chicken'/92, l='MpServer', x=-272.53, y=69.00, z=276.63], EntityCreeper['Creeper'/95, l='MpServer', x=-285.50, y=24.00, z=325.50], EntityChicken['Chicken'/89, l='MpServer', x=-272.63, y=74.00, z=258.41], EntityZombie['Zombie'/328, l='MpServer', x=-127.50, y=35.00, z=213.50], EntitySheep['Sheep'/90, l='MpServer', x=-282.91, y=72.00, z=262.13], EntitySkeleton['Skeleton'/102, l='MpServer', x=-283.50, y=49.00, z=331.50], EntitySkeleton['Skeleton'/100, l='MpServer', x=-286.13, y=49.00, z=333.69], EntityCreeper['Creeper'/98, l='MpServer', x=-279.50, y=25.00, z=326.50], EntityBat['Bat'/99, l='MpServer', x=-273.33, y=24.52, z=335.81], EntityCreeper['Creeper'/96, l='MpServer', x=-285.56, y=24.06, z=326.47], EntityCreeper['Creeper'/97, l='MpServer', x=-281.09, y=25.00, z=327.72], EntityChicken['Chicken'/119, l='MpServer', x=-257.63, y=77.00, z=208.63], EntityChicken['Chicken'/118, l='MpServer', x=-267.59, y=77.00, z=223.44], EntityChicken['Chicken'/117, l='MpServer', x=-275.44, y=78.00, z=215.59], EntityCow['Cow'/116, l='MpServer', x=-260.94, y=77.00, z=196.09], EntityChicken['Chicken'/115, l='MpServer', x=-280.44, y=78.00, z=198.53], EntityItem['item.item.egg'/127, l='MpServer', x=-264.63, y=77.13, z=234.94], EntityChicken['Chicken'/126, l='MpServer', x=-269.56, y=77.00, z=233.63], EntityChicken['Chicken'/125, l='MpServer', x=-264.56, y=77.00, z=233.59], EntityChicken['Chicken'/124, l='MpServer', x=-270.56, y=78.00, z=227.66], EntitySkeleton['Skeleton'/123, l='MpServer', x=-256.50, y=44.00, z=236.50], EntityZombie['Zombie'/122, l='MpServer', x=-254.16, y=22.00, z=230.47], EntityItem['item.item.egg'/121, l='MpServer', x=-256.88, y=75.13, z=211.88], EntityItem['item.item.egg'/120, l='MpServer', x=-268.88, y=77.13, z=223.47], EntitySheep['Sheep'/137, l='MpServer', x=-266.50, y=69.00, z=281.38], EntitySkeleton['Skeleton'/136, l='MpServer', x=-271.84, y=20.00, z=272.66], EntityChicken['Chicken'/139, l='MpServer', x=-269.41, y=69.00, z=277.41], EntitySheep['Sheep'/138, l='MpServer', x=-267.31, y=69.00, z=276.69], EntitySkeleton['Skeleton'/414, l='MpServer', x=-264.50, y=56.00, z=263.50], EntityItem['item.item.egg'/141, l='MpServer', x=-268.91, y=69.13, z=276.25], EntityChicken['Chicken'/143, l='MpServer', x=-263.53, y=71.00, z=301.53], EntityCreeper['Creeper'/142, l='MpServer', x=-266.47, y=37.00, z=304.00], EntitySpider['Spider'/413, l='MpServer', x=-265.50, y=26.00, z=332.50], EntitySkeleton['Skeleton'/129, l='MpServer', x=-266.13, y=55.00, z=243.50], EntityOtherPlayerMP['kritzrix22'/402, l='MpServer', x=-215.03, y=75.00, z=263.66], EntityBat['Bat'/128, l='MpServer', x=-263.28, y=22.57, z=263.05], EntityZombie['Zombie'/131, l='MpServer', x=-259.50, y=53.00, z=245.50], EntityZombie['Zombie'/130, l='MpServer', x=-261.50, y=53.00, z=245.50], EntityChicken['Chicken'/133, l='MpServer', x=-266.47, y=70.00, z=269.53], EntityBat['Bat'/132, l='MpServer', x=-255.40, y=23.35, z=255.17], EntityItem['item.item.egg'/135, l='MpServer', x=-267.31, y=70.13, z=270.50], EntityChicken['Chicken'/134, l='MpServer', x=-263.38, y=72.00, z=267.63], EntityLeashKnot['entity.LeashKnot.name'/385, l='MpServer', x=-207.50, y=70.50, z=242.50], EntityItem['item.item.egg'/171, l='MpServer', x=-242.16, y=69.13, z=291.88], EntityChicken['Chicken'/170, l='MpServer', x=-254.47, y=67.00, z=299.47], EntityZombie['Zombie'/169, l='MpServer', x=-254.50, y=58.00, z=297.50], EntityBat['Bat'/168, l='MpServer', x=-245.25, y=38.10, z=303.25], EntitySheep['Sheep'/173, l='MpServer', x=-244.09, y=68.00, z=316.06], EntityCreeper['Creeper'/172, l='MpServer', x=-251.50, y=57.00, z=307.50], EntityBat['Bat'/162, l='MpServer', x=-264.19, y=26.79, z=241.47], EntityBat['Bat'/167, l='MpServer', x=-252.78, y=22.10, z=290.38], EntityBat['Bat'/166, l='MpServer', x=-260.32, y=27.79, z=259.72], EntityBat['Bat'/165, l='MpServer', x=-235.34, y=28.29, z=246.27], EntityBat['Bat'/164, l='MpServer', x=-234.35, y=19.83, z=236.99], EntityBat['Bat'/186, l='MpServer', x=-252.57, y=37.82, z=228.79], EntityVillagerAdult['entity.mca.EntityVillagerAdult.name'/187, l='MpServer', x=-226.50, y=74.00, z=251.75], EntityZombie['Zombie'/184, l='MpServer', x=-239.50, y=44.00, z=222.50], EntityBat['Bat'/185, l='MpServer', x=-238.75, y=20.10, z=228.50], EntityBat['Bat'/426, l='MpServer', x=-154.31, y=43.04, z=276.25], EntityVillagerAdult['entity.mca.EntityVillagerAdult.name'/190, l='MpServer', x=-225.50, y=73.00, z=246.10], EntityVillagerAdult['entity.mca.EntityVillagerAdult.name'/191, l='MpServer', x=-224.03, y=72.00, z=240.44], EntityVillagerAdult['entity.mca.EntityVillagerAdult.name'/188, l='MpServer', x=-217.50, y=71.00, z=241.79], EntityVillagerAdult['entity.mca.EntityVillagerAdult.name'/189, l='MpServer', x=-225.94, y=73.05, z=243.74], EntitySpider['Spider'/417, l='MpServer', x=-262.58, y=56.00, z=260.20], EntitySpider['Spider'/418, l='MpServer', x=-257.50, y=56.00, z=261.50], EntityVillagerAdult['entity.mca.EntityVillagerAdult.name'/205, l='MpServer', x=-206.77, y=70.00, z=239.32], EntitySkeleton['Skeleton'/204, l='MpServer', x=-213.45, y=10.08, z=240.69], EntityVillagerAdult['entity.mca.EntityVillagerAdult.name'/207, l='MpServer', x=-220.53, y=73.00, z=253.84], EntityHorse['Turd'/206, l='MpServer', x=-209.22, y=70.00, z=242.09], EntitySkeleton['Skeleton'/203, l='MpServer', x=-219.56, y=15.00, z=232.50], EntitySkeleton['Skeleton'/202, l='MpServer', x=-207.56, y=15.00, z=225.06], EntityCreeper['Creeper'/193, l='MpServer', x=-232.69, y=32.00, z=318.03], EntityEnderman['Enderman'/192, l='MpServer', x=-232.00, y=28.00, z=295.72], EntityZombie['Zombie'/194, l='MpServer', x=-229.56, y=34.00, z=324.00], EntityChicken['Chicken'/220, l='MpServer', x=-219.44, y=69.00, z=337.66], EntityChicken['Chicken'/221, l='MpServer', x=-209.53, y=67.00, z=337.38], EntityChicken['Chicken'/216, l='MpServer', x=-219.53, y=69.00, z=331.63], EntityChicken['Chicken'/217, l='MpServer', x=-220.84, y=69.00, z=325.47], EntityItem['item.item.egg'/218, l='MpServer', x=-220.34, y=69.13, z=324.06], EntityZombie['Zombie'/219, l='MpServer', x=-220.50, y=36.00, z=336.50], EntityZombie['Zombie'/212, l='MpServer', x=-216.50, y=21.00, z=297.50], EntityChicken['Chicken'/213, l='MpServer', x=-217.47, y=71.00, z=308.47], EntityChicken['Chicken'/214, l='MpServer', x=-213.38, y=71.00, z=311.38], EntitySheep['Sheep'/215, l='MpServer', x=-214.75, y=68.00, z=329.59], EntityZombie['Zombie'/208, l='MpServer', x=-208.50, y=20.00, z=266.50], EntityChicken['Chicken'/209, l='MpServer', x=-221.36, y=74.00, z=266.39], EntityVillagerAdult['entity.mca.EntityVillagerAdult.name'/210, l='MpServer', x=-21
3.53, y=72.00, z=257.53], EntityVillagerAdult['entity.mca.EntityVillagerAdult.name'/211, l='MpServer', x=-225.31, y=73.00, z=242.67], EntityVillagerAdult['entity.mca.EntityVillagerAdult.name'/239, l='MpServer', x=-198.53, y=71.69, z=259.31], EntityChicken['Chicken'/238, l='MpServer', x=-201.93, y=71.00, z=248.28], EntityVillagerAdult['entity.mca.EntityVillagerAdult.name'/237, l='MpServer', x=-207.63, y=71.00, z=254.75], EntityVillagerAdult['entity.mca.EntityVillagerAdult.name'/236, l='MpServer', x=-200.38, y=72.00, z=246.28], EntityPlayerChild['entity.mca.EntityPlayerChild.name'/235, l='MpServer', x=-197.31, y=72.00, z=242.28], EntityPlayerChild['entity.mca.EntityPlayerChild.name'/234, l='MpServer', x=-197.63, y=72.00, z=244.09], EntityPlayerChild['entity.mca.EntityPlayerChild.name'/233, l='MpServer', x=-197.31, y=72.00, z=245.72], EntityChicken['Chicken'/232, l='MpServer', x=-192.22, y=72.00, z=247.78], EntityVillagerAdult['entity.mca.EntityVillagerAdult.name'/231, l='MpServer', x=-204.47, y=70.00, z=237.88], EntityChicken['Chicken'/230, l='MpServer', x=-193.61, y=59.00, z=219.39], EntityChicken['Chicken'/253, l='MpServer', x=-202.47, y=70.00, z=337.25], EntityChicken['Chicken'/250, l='MpServer', x=-203.56, y=69.00, z=326.44], EntitySkeleton['Skeleton'/248, l='MpServer', x=-202.50, y=20.00, z=323.50], EntitySkeleton['Skeleton'/249, l='MpServer', x=-187.13, y=27.00, z=315.41], EntityCreeper['Creeper'/246, l='MpServer', x=-204.50, y=20.00, z=324.50], EntitySkeleton['Skeleton'/247, l='MpServer', x=-202.50, y=20.00, z=325.50], EntityCreeper['Creeper'/244, l='MpServer', x=-202.44, y=16.00, z=318.00], EntitySheep['Sheep'/245, l='MpServer', x=-206.41, y=70.00, z=311.56], EntitySkeleton['Skeleton'/242, l='MpServer', x=-195.56, y=26.00, z=313.94], EntitySpider['Spider'/243, l='MpServer', x=-199.28, y=18.00, z=312.47], EntityPlayerChild['entity.mca.EntityPlayerChild.name'/240, l='MpServer', x=-207.23, y=71.00, z=260.32], EntityBat['Bat'/241, l='MpServer', x=-204.75, y=21.10, z=300.75]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:440)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2298)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:851)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_09, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 167013632 bytes (159 MB) / 462290944 bytes (440 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 22629 (1267224 bytes; 1 MB) allocated, 3 (168 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.35.804 Minecraft Forge 9.10.0.804 5 mods loaded, 5 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML{6.2.35.804} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge{9.10.0.804} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
TooManyItems{1.6.2} [TooManyItems] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mca{3.4.4} [Minecraft Comes Alive] (MCA v3.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Launched Version: 1.6.2-Forge9.10.0.804
LWJGL: 2.9.0
OpenGL: GeForce GTX 550 Ti/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 2902 (162512 bytes; 0 MB) allocated, 22 (1232 bytes; 0 MB) used
[EDIT] There's also another glitch. If there's a third person on the server, and there's two parents. The third person is also considered a parent. Also, one of my children keep re-growing up every time I interact with her. [EDIT AGAIN] I've figured out this was because I changed the grow up time on the kids from 60, to 240.
Snowdrop has grown into an adult.
Snowdrop has grown into an adult.
Snowdrop has grown into an adult.
Snowdrop has grown into an adult.
etc. etc.
Oh. Okay!
You have already been told that MCA will not work with the cracked launcher.
Support the developers and buy the game, then MCA will work. If you're not going to do that, then too bad.