• 0

    posted a message on The Mists of RioV [v2.5.2]
    I really need information about which biomes each mob should spawn in since I'm using CustomMobSpawner and ExtraBiomesXL. Help! Please.
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    Quote from txtspeak

    UPDATE FORGE? UPDATE FORGE? U HAV ANY IDEA HOW LONG THAT TAKES! ASSES TO THIS MOD, FIX IT PLZ, 1.6.2

    Depends on how many mods you have downloaded inside minecraft.jar. Every mod inside the mods folder are untouched by updating forge.
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    Quote from H4untedGh0st

    I updated NEI a few days ago and then all the menues and options became wierd:




    Quote from txtspeak

    notenoughitems textures (backrounds) are all screwed up, and the buttons are labbeled in code! :ie save.nei.null:1

    EDIT: thats only when im lucky, if im not, this happens
    ---- Minecraft Crash Report ----
    // Ooh. Shiny.

    Time: 26/10/13 12:44
    Description: Initializing game

    java.lang.NoSuchFieldError: itemsList
    at codechicken.nei.api.ItemInfo.<clinit>(ItemInfo.java:62)
    at codechicken.nei.api.API.registerHighlightHandler(API.java:304)
    at codechicken.nei.ClientHandler.load(ClientHandler.java:156)
    at codechicken.nei.asm.NEIModContainer.init(NEIModContainer.java:103)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    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 magic.launcher.Launcher.main(Unknown Source)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at codechicken.nei.api.ItemInfo.<clinit>(ItemInfo.java:62)
    at codechicken.nei.api.API.registerHighlightHandler(API.java:304)
    at codechicken.nei.ClientHandler.load(ClientHandler.java:156)
    at codechicken.nei.asm.NEIModContainer.init(NEIModContainer.java:103)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    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 magic.launcher.Launcher.main(Unknown Source)

    -- System Details --
    Details:
    Minecraft Version: 1.6.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_10, Oracle Corporation
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 762397968 bytes (727 MB) / 979828736 bytes (934 MB) up to 979828736 bytes (934 MB)
    JVM Flags: 2 total; -Xms1000m -Xmx1000m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.04 FML v6.2.55.842 Minecraft Forge 9.10.0.842 Optifine OptiFine_1.6.2_HD_U_B4 49 mods loaded, 49 mods active
    mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML{6.2.55.842} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    Forge{9.10.0.842} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    CodeChickenCore{0.9.0.5} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    NotEnoughItems{1.6.1.4} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized
    mod_bspkrsCore{v3.05(1.6.2)} [bspkrsCore] ([1.6.2]bspkrsCorev3.05.zip) Unloaded->Constructed->Pre-initialized
    mod_TooManyItems{1.6.2 2013-07-05} [mod_TooManyItems] (TooManyItems2013_07_05_1.6.2.zip) Unloaded->Constructed->Pre-initialized
    More Pistons{1.4.1 [Build Smeagol]} [More Pistons] (More Pistons - 1.6.2 - 1.4.1 build Smeagol.zip) Unloaded->Constructed->Pre-initialized
    World Changers{0.3BETA} [World Changers] (World Changers 0.4BETA.jar) Unloaded->Constructed->Pre-initialized
    mod_QuartzTools{1.1.0} [MC+ Quartz Tools Mod] ([1.6.2] MC+ QuartzTools Mod - v1.1.0.zip) Unloaded->Constructed->Pre-initialized
    emeraldtools{1.0.1} [Emerald Tools] (EmeraldTools[1.6.2]v1.0.1.zip) Unloaded->Constructed->Pre-initialized
    pamdesertcraft{1.0} [Pam's DesertCraft] (Pam's DesertCraft 1.6.2 v1.01.zip) Unloaded->Constructed->Pre-initialized
    mod_StatusEffectHUD{v1.16(1.6.2)} [StatusEffectHUD] ([1.6.2]StatusEffectHUDv1.16.zip) Unloaded->Constructed->Pre-initialized
    mod_ArmorStatusHUD{v1.13(1.6.2)} [ArmorStatusHUD] ([1.6.2]ArmorStatusHUDv1.13.zip) Unloaded->Constructed->Pre-initialized
    UsefulFood{1.4.4} [UsefulFood] (UsefulFood-1.6.2_1.4.4.zip) Unloaded->Constructed->Pre-initialized
    KeithyUtils{1.1} [Keithy Utils] (KeithyUtils_2.1.zip) Unloaded->Constructed->Pre-initialized
    Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized
    SGCraft{0.6.0} [SG Craft] (SGCraft-0.6.0-mc1.6.2.jar) Unloaded->Constructed->Pre-initialized
    BWG4{1.1.8} [Better World Generation 4] (BWG4_V118.zip) Unloaded->Constructed->Pre-initialized
    mod_thx{Minecraft THX Helicopter Mod - mod_thx-v025-mc_161} [mod_thx] (mod_thx_helicopter_mc162_v025.zip) Unloaded->Constructed->Pre-initialized
    Mekanism{5.5.7} [Mekanism] (Mekanism-v5.5.7.211.jar) Unloaded->Constructed->Pre-initialized
    MekanismTools{5.5.7} [MekanismTools] (MekanismTools-v5.5.7.211.jar) Unloaded->Constructed->Pre-initialized
    ICBM|Sentry{1.3.3} [ICBM|Sentry] (ICBM_Sentry_v1.3.3.227 (1).jar) Unloaded->Constructed->Pre-initialized
    ICBM|Explosion{1.3.3} [ICBM|Explosion] (ICBM_Explosion_v1.3.3.227 (1).jar) Unloaded->Constructed->Pre-initialized
    ICBM|Contraption{1.3.3} [ICBM|Contraption] (ICBM_Contraption_v1.3.3.227.jar) Unloaded->Constructed->Pre-initialized
    jammyfurniture{4.5} [Jammy Furniture Mod] (1.6.2_Jammy_Furniture_Mod_V4.5.zip) Unloaded->Constructed->Pre-initialized
    BC2{1.0.0} [Bosscraft 2] (Bosscraft2 (1.0.1).zip) Unloaded->Constructed->Pre-initialized
    deconstruction{2.0.0} [The Deconstruction Mod] ([MC1.6.2]Deconstruction[v2.0.0].jar) Unloaded->Constructed->Pre-initialized
    ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer for MC v1.6.2.zip) Unloaded->Constructed->Pre-initialized
    ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.2.zip) Unloaded->Constructed->Pre-initialized
    CoroAI{v1.0} [CoroAI] (CoroAI for MC v1.6.2.zip) Unloaded->Constructed->Pre-initialized
    AIBlock{v1.0} [AIBlock] (Weather v1.58 Mod for MC v1.6.2.zip) Unloaded->Constructed->Pre-initialized
    WeatherMod{1.58} [Weather and Tornadoes] (Weather v1.58 Mod for MC v1.6.2.zip) Unloaded->Constructed->Pre-initialized
    MutantCreatures{1.4.1} [Mutant Creatures] (Mutant_Creatures_v1.4.1_mc1.6.2.zip) Unloaded->Constructed->Pre-initialized
    AnimationAPI{1.1.0} [AnimationAPI] (AnimationAPI v1.1.0 mc1.6.2.zip) Unloaded->Constructed->Pre-initialized
    MoreExplosives{Release 3.7 for Minecraft 1.6.2} [More Explosives] (MoreExplosivesModRelease3.7forMinecraft1.6.2.zip) Unloaded->Constructed->Pre-initialized
    mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.2]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized
    mod_SPC{4.9} [Single Player Commands] (SinglePlayerCommands-MC1.6.2_V4.9.zip) Unloaded->Constructed->Pre-initialized
    Niftycraft{3.0} [Niftycraft] (Niftycraft V3.0 (MC 1.6.2).zip) Unloaded->Constructed->Pre-initialized
    AnimatedPlayer{1.2.1} [Animated Player Mod] (Animated_Player_v1.2.1_mc1.6.2.zip) Unloaded->Constructed->Pre-initialized
    BuildCraft|Core{4.0.2} [BuildCraft] (buildcraft-A-4.0.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Builders{4.0.2} [BC Builders] (buildcraft-A-4.0.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Energy{4.0.2} [BC Energy] (buildcraft-A-4.0.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Factory{4.0.2} [BC Factory] (buildcraft-A-4.0.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Transport{4.0.2} [BC Transport] (buildcraft-A-4.0.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Silicon{4.0.2} [BC Silicon] (buildcraft-A-4.0.2.jar) Unloaded->Constructed->Pre-initialized
    DamageIndicatorsMod{2.8.8.0} [Damage Indicators] (1.6.2 DamageIndicators v2.8.8.0.zip) Unloaded->Constructed->Pre-initialized
    ArchimedesShipsMod{1.6.2 v1.4.2} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized
    FlansMod{3.0.2} [Flans Mod] (FlansMod-3.0.2.jar) Unloaded->Constructed->Pre-initialized
    Launched Version: 1.6.2-Forge9.10.0.842
    LWJGL: 2.9.0
    OpenGL: ATI Radeon HD 4200 GL version 3.3.10750 Compatibility Profile Context, ATI Technologies Inc.
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null


    Hopefully updating forge can help you too as it did for me.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] [Forge] [SMP] ++ BOSSCRAFT 2 ++ Extreme Biome Boss Battles [v. 1.0.2] -
    I love this mod! Great work! If there is one thing I want to change about this mod it would be those village slaughtering rogues. If only they could be passive against the villagers.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Aesthetic] Animated Player - Compatibility and Flying! [v1.5.1]
    Quote from Mr_Unimpressive

    This information does help and I have no idea what NEI is.

    Sorry, Not Enough Items*
    Posted in: Minecraft Mods
  • 0

    posted a message on [Aesthetic] Animated Player - Compatibility and Flying! [v1.5.1]
    Quote from Mr_Unimpressive

    H4untedGh0st, in response to your first inquiry, I do not us RenderPlayerAPI nor do have I tried to use any other version of forge than the one designated for minecraft 1.6.2, you said it works fine with an "older version of forge", which one did you mean? I also have not found any solution to this shared dilemma. To you and sky_army, I have not used Optifine for nearly a year because of the problems it has caused me. I hope this problem is resolved soon, by my count there are now 3 posts about this, I know its not a lot, but there could be more that choose to not speak up and just leave behind such an invaluable mod.

    As of now the recommended version of forge is 9.10.1.871. The version of forge I know worked with this mod is 9.10.0.818. However, there is an incompatibility with the "older version" of forge and the latest version of NEI. Therefore, if you are considering to use an older version of forge you would have to use an older version of NEI, but probably just 1 or 2 earlier versions (1.6.1.2 or 3) which I know for sure is compatible. Hope this helped! I'm still waiting for response from hippomaster or a hotfix.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Aesthetic] Animated Player - Compatibility and Flying! [v1.5.1]
    Quote from Spartan129

    If you are able to, Please talk to the creator of the shoulder surfing mod about combining these mods together.
    It would be the best mod in existence.

    Or you could just download both and enjoy them that way, just as I am ;-)
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    Quote from painter73

    That happened when using a older version of forge, if you update your forge it should go away. forge is here: http://files.minecraftforge.net/

    Thank you! That helped beautifully!
    Posted in: Minecraft Mods
  • 0

    posted a message on [Aesthetic] Animated Player - Compatibility and Flying! [v1.5.1]
    Quote from sky_army

    To all those having the rendering entity error if u have optifine remove it

    Opftifine have nothing to do with it. I don't even know why you would say it's the cause of a rendering entity problem. I don't even have optifine installed because I know forge and optifine have a history of incompatibilities.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Aesthetic] Animated Player - Compatibility and Flying! [v1.5.1]
    Quote from Mr_Unimpressive

    I was hoping that I would never have to do this, but after a few years of vague success at modding this game I must now post a crash report.
    *Sigh*. Here goes the typing of shame.
    I am currently trying to run Minecraft 1.6.2 because it has most of the mods I want to use. First I install Forge for version 1.6.2. Run the game to check if it works, it does. This mod is the first I try to use on a fresh Forge altered Minecraft and when I run the game, it closes the client when I ether switch to 3rd person view or use the inventory. The crash report says in the first line of its description of the problem is "Rendering entity in world".

    ---- Minecraft Crash Report ----
    // On the bright side, I bought you a teddy bear!

    Time: 10/22/13 11:56 PM
    Description: Rendering entity in world

    java.lang.NoSuchMethodError: net.minecraftforge.client.event.RenderPlayerEvent$Pre.(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/client/renderer/entity/RenderPlayer;)V
    at thehippomaster.AnimatedPlayer.client.RenderPlayer.func_130009_a(RenderPlayer.java:143)
    at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:556)
    at net.minecraft.client.renderer.entity.RenderManager.func_78719_a(RenderManager.java:312)
    at net.minecraft.client.renderer.entity.RenderManager.func_78720_a(RenderManager.java:281)
    at net.minecraft.client.renderer.RenderGlobal.func_72713_a(RenderGlobal.java:524)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1160)
    at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1002)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:944)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:836)
    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 thehippomaster.AnimatedPlayer.client.RenderPlayer.func_130009_a(RenderPlayer.java:143)
    at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:556)

    -- Entity being rendered --
    Details:
    Entity Type: null (net.minecraft.client.entity.EntityClientPlayerMP)
    Entity ID: 272
    Entity Name: Mr_Wright
    Entity's Exact location: -110.03, 74.62, 246.61
    Entity's Block location: World: (-111,74,246), Chunk: (at 1,4,6 in -7,15; contains blocks -112,0,240 to -97,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Entity's Momentum: 0.00, -0.08, 0.00

    -- Renderer details --
    Details:
    Assigned renderer: thehippomaster.AnimatedPlayer.client.RenderPlayer@170d5616
    Location: 0.00,0.00,0.00 - World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Rotation: 180.9
    Delta: 0.12055278
    Stacktrace:
    at net.minecraft.client.renderer.entity.RenderManager.func_78719_a(RenderManager.java:312)
    at net.minecraft.client.renderer.entity.RenderManager.func_78720_a(RenderManager.java:281)
    at net.minecraft.client.renderer.RenderGlobal.func_72713_a(RenderGlobal.java:524)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1160)

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['Mr_Wright'/272, l='MpServer', x=-110.03, y=74.62, z=246.61]]
    Chunk stats: MultiplayerChunkCache: 160
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: World: (-120,64,248), Chunk: (at 8,4,8 in -8,15; contains blocks -128,0,240 to -113,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 657 game time, 657 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: 77 total; [EntityZombie['Zombie'/137, l='MpServer', x=-117.63, y=30.00, z=251.31], EntitySkeleton['Skeleton'/136, l='MpServer', x=-112.50, y=29.00, z=249.69], EntityClientPlayerMP['Mr_Wright'/272, l='MpServer', x=-110.03, y=74.62, z=246.61], EntitySquid['Squid'/139, l='MpServer', x=-127.16, y=56.33, z=270.67], EntityZombie['Zombie'/138, l='MpServer', x=-120.97, y=47.21, z=265.30], EntitySquid['Squid'/141, l='MpServer', x=-122.00, y=52.34, z=292.41], EntitySquid['Squid'/140, l='MpServer', x=-126.43, y=54.50, z=287.67], EntitySquid['Squid'/143, l='MpServer', x=-118.58, y=54.40, z=292.37], EntitySquid['Squid'/142, l='MpServer', x=-124.06, y=50.00, z=294.37], EntityCreeper['Creeper'/133, l='MpServer', x=-117.03, y=27.00, z=236.69], EntityCreeper['Creeper'/135, l='MpServer', x=-118.06, y=30.00, z=250.47], EntitySkeleton['Skeleton'/134, l='MpServer', x=-126.63, y=26.63, z=236.82], EntitySkeleton['Skeleton'/153, l='MpServer', x=-101.34, y=17.00, z=169.97], EntitySkeleton['Skeleton'/154, l='MpServer', x=-100.38, y=17.00, z=170.34], EntityZombie['Zombie'/155, l='MpServer', x=-104.50, y=18.00, z=167.50], EntityZombie['Zombie'/156, l='MpServer', x=-105.50, y=18.00, z=169.28], EntityCreeper['Creeper'/157, l='MpServer', x=-100.34, y=39.00, z=187.59], EntitySkeleton['Skeleton'/158, l='MpServer', x=-101.13, y=39.00, z=187.50], EntityZombie['Zombie'/159, l='MpServer', x=-107.38, y=31.00, z=253.22], EntitySquid['Squid'/146, l='MpServer', x=-121.13, y=53.91, z=304.19], EntitySquid['Squid'/169, l='MpServer', x=-100.51, y=48.03, z=286.66], EntitySquid['Squid'/168, l='MpServer', x=-103.48, y=52.00, z=289.62], EntityCreeper['Creeper'/175, l='MpServer', x=-86.34, y=39.00, z=191.34], EntityCreeper['Creeper'/174, l='MpServer', x=-87.00, y=39.00, z=190.34], EntitySkeleton['Skeleton'/163, l='MpServer', x=-102.50, y=20.00, z=279.50], EntityZombie['Zombie'/162, l='MpServer', x=-110.50, y=49.00, z=266.50], EntitySpider['Spider'/161, l='MpServer', x=-96.56, y=35.00, z=260.75], EntityZombie['Zombie'/160, l='MpServer', x=-99.32, y=35.00, z=259.93], EntitySquid['Squid'/167, l='MpServer', x=-110.09, y=56.41, z=273.19], EntitySquid['Squid'/166, l='MpServer', x=-112.68, y=56.45, z=278.70], EntitySquid['Squid'/165, l='MpServer', x=-101.51, y=49.23, z=280.69], EntityZombie['Zombie'/164, l='MpServer', x=-104.50, y=20.00, z=280.50], EntityBat['Bat'/190, l='MpServer', x=-71.75, y=29.10, z=218.25], EntitySkeleton['Skeleton'/191, l='MpServer', x=-69.94, y=28.00, z=221.56], EntityCreeper['Creeper'/189, l='MpServer', x=-68.50, y=12.00, z=193.50], EntityZombie['Zombie'/178, l='MpServer', x=-85.50, y=37.00, z=221.13], EntityZombie['Zombie'/179, l='MpServer', x=-85.50, y=37.00, z=220.31], EntityCreeper['Creeper'/176, l='MpServer', x=-87.34, y=39.00, z=191.28], EntityCreeper['Creeper'/177, l='MpServer', x=-88.50, y=39.00, z=192.50], EntityCreeper['Creeper'/180, l='MpServer', x=-87.50, y=37.00, z=226.00], EntitySquid['Squid'/181, l='MpServer', x=-95.42, y=53.33, z=293.04], EntityPig['Pig'/207, l='MpServer', x=-60.63, y=68.00, z=172.41], EntityBat['Bat'/193, l='MpServer', x=-72.75, y=29.10, z=218.25], EntityBat['Bat'/192, l='MpServer', x=-73.13, y=28.94, z=221.46], EntitySkeleton['Skeleton'/194, l='MpServer', x=-77.09, y=28.00, z=224.50], EntityBat['Bat'/223, l='MpServer', x=-51.24, y=15.77, z=214.72], EntityBat['Bat'/216, l='MpServer', x=-51.20, y=22.77, z=208.50], EntitySkeleton['Skeleton'/217, l='MpServer', x=-54.66, y=38.00, z=219.34], EntityZombie['Zombie'/218, l='MpServer', x=-50.50, y=38.00, z=218.50], EntitySquid['Squid'/219, l='MpServer', x=-49.00, y=47.15, z=294.40], EntityPig['Pig'/212, l='MpServer', x=-52.81, y=69.00, z=193.25], EntityPig['Pig'/213, l='MpServer', x=-51.47, y=69.00, z=193.47], EntityBat['Bat'/214, l='MpServer', x=-53.93, y=29.33, z=219.15], EntityBat['Bat'/215, l='MpServer', x=-57.96, y=15.93, z=217.11], EntityZombie['Zombie'/209, l='MpServer', x=-61.50, y=22.00, z=188.50], EntityPig['Pig'/210, l='MpServer', x=-52.47, y=69.00, z=191.09], EntityPig['Pig'/211, l='MpServer', x=-53.81, y=69.00, z=192.06], EntitySkeleton['Skeleton'/102, l='MpServer', x=-177.97, y=59.00, z=258.44], EntitySkeleton['Skeleton'/103, l='MpServer', x=-176.09, y=59.00, z=257.22], EntitySkeleton['Skeleton'/100, l='MpServer', x=-190.25, y=6.47, z=196.78], EntityBat['Bat'/101, l='MpServer', x=-187.87, y=58.23, z=259.42], EntityCreeper['Creeper'/98, l='MpServer', x=-182.72, y=18.00, z=175.50], EntityCreeper['Creeper'/99, l='MpServer', x=-181.69, y=19.00, z=180.22], EntityCreeper['Creeper'/110, l='MpServer', x=-188.31, y=16.00, z=308.50], EntityCreeper['Creeper'/111, l='MpServer', x=-188.50, y=16.00, z=307.50], EntityCreeper['Creeper'/109, l='MpServer', x=-182.16, y=17.00, z=308.50], EntityPig['Pig'/119, l='MpServer', x=-131.50, y=67.00, z=175.50], EntityZombie['Zombie'/118, l='MpServer', x=-156.03, y=15.00, z=278.50], EntityZombie['Zombie'/117, l='MpServer', x=-155.50, y=14.00, z=279.50], EntitySquid['Squid'/127, l='MpServer', x=-135.52, y=53.16, z=301.77], EntitySquid['Squid'/126, l='MpServer', x=-139.50, y=54.00, z=293.83], EntitySquid['Squid'/125, l='MpServer', x=-137.32, y=54.89, z=294.87], EntitySquid['Squid'/124, l='MpServer', x=-138.06, y=56.34, z=280.53], EntitySpider['Spider'/123, l='MpServer', x=-141.97, y=29.00, z=235.28], EntityPig['Pig'/122, l='MpServer', x=-139.47, y=68.00, z=177.66], EntityPig['Pig'/121, l='MpServer', x=-133.03, y=67.00, z=176.97], EntityPig['Pig'/120, l='MpServer', x=-130.50, y=67.00, z=177.25]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server
    Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:440)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2310)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:854)
    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_13, Oracle Corporation
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 122083800 bytes (116 MB) / 434110464 bytes (414 MB) up to 954466304 bytes (910 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
    AABB Pool Size: 8931 (500136 bytes; 0 MB) allocated, 990 (55440 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
    FML: MCP v8.04 FML v6.2.62.871 Minecraft Forge 9.10.1.871 4 mods loaded, 4 mods active
    mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{6.2.62.871} [Forge Mod Loader] (minecraftforge-9.10.1.871.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{9.10.1.871} [Minecraft Forge] (minecraftforge-9.10.1.871.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    AnimatedPlayer{1.2.1} [Animated Player Mod] (Animated_Player_v1.2.1_mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Launched Version: 1.6.2-Forge9.10.1.871
    LWJGL: 2.9.0
    OpenGL: AMD Radeon HD 7900 Series GL version 4.2.12217 Compatibility Profile Context 12.104.0.0, ATI Technologies Inc.
    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: 12667 (709352 bytes; 0 MB) allocated, 1701 (95256 bytes; 0 MB) used

    I am able to use all the mods that I am interested in without this mod, including your animation api and mutant creatures, but sadly, I can not let myself go without animating my character. I appreciate any information and thank you for your time.


    I have the same issue. I was wondering if it was the animated players fault or my RenderPlayerApi. They both worked fine with an older forge version. Have you found a solution?
    Posted in: Minecraft Mods
  • 0

    posted a message on [Aesthetic] Animated Player - Compatibility and Flying! [v1.5.1]
    I'm on 1.6.2. Should I use v1.3.0 or v1.2.1?
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    Quote from iAdam____

    Try re-updating to the latest 1.6.2 versions. (Or If you're on 1.6.4, get the latest 1.6.4 versions)
    Find NEI.cfg in configs and delete it. The one in world should not need deleting. Otherwise; another mod is conflicting.


    I'm on 1.6.2, but the previous version of NEI worked just fine so I might switch back to an older version. I am using 60 mods so it might, but just maybe, be a conflict. :P

    Thank you for your help!
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    Quote from iAdam____

    Which version did you update from?

    I can't remember for sure, but I think it was 1.6.1.2 or 3 before i updated to 1.6.1.4. I tried deleting the config-files and it didn't help. I'm afraid of deleting .minecraft\saves\NEI or any other NEI-folders (that I don't know of). I'm using CodeChickenLib-universal-1.6.2-1.0.0.24 and CodeChickenCore 0.9.0.5.
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    I updated NEI a few days ago and then all the menues and options became wierd:

    Posted in: Minecraft Mods
  • 0

    posted a message on Hit Splat Damage Indicators v3.3.2 RPG UI and Damage Amount Mod


    I'm using Minecraft Comes Alive and Damage Indicators. The indicator shows the villagers as EntityVillageAdult. Anyone know how to get the indicator to to tell the name (ex. Steve the librarian) instead?
    Posted in: Minecraft Mods
  • To post a comment, please .