• 0

    posted a message on [1.10.2] CustomSteve 1.4.0Beta [Change the model of Steve to whatever you want!]
    ---- Minecraft Crash Report ----
    // Sorry :(

    Time: 2/6/14 12:35 AM
    Description: Initializing game

    java.lang.NoClassDefFoundError: CustomSteve/Entitys/CSRplayer
    at CustomSteve.ModContainer.preInit(ModContainer.java:80)
    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:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    Caused by: java.lang.ClassNotFoundException: CustomSteve.Entitys.CSRplayer
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 33 more
    Caused by: java.lang.NoClassDefFoundError: api/player/render/RenderPlayerBase
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
    ... 35 more
    Caused by: java.lang.ClassNotFoundException: api.player.render.RenderPlayerBase
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:97)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 39 more


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

    -- Head --
    Stacktrace:
    at CustomSteve.ModContainer.preInit(ModContainer.java:80)
    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:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_21, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 90742400 bytes (86 MB) / 191180800 bytes (182 MB) up to 1037959168 bytes (989 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 17 mods loaded, 17 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
    Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
    CustomSteve{0.8.9} [§2CustomSteve] (minecraft.jar) Unloaded->Constructed
    mods.springmine.BetterLog{1.6.2} [BetterLog] (BetterLog162.zip) Unloaded->Constructed
    CrossbowMod2{a0.1.6} [Crossbow Mod 2] (Crossbow-Mod-2-1.6.4-a0.1.6.30.jar) Unloaded->Constructed
    DalekMod{11.00} [DalekMod] (Dalek Mod 1.6.4 - forge.zip) Unloaded->Constructed
    iChunUtil{2.4.0} [iChunUtil] (iChunUtil2.4.0.zip) Unloaded->Constructed
    GraviGun{2.0.0} [GraviGun] (GravityGun2.0.0.zip) Unloaded->Constructed
    MobAmputation{2.0.0} [MobAmputation] (MobAmputation2.0.0.zip) Unloaded->Constructed
    MobDismemberment{2.0.0} [MobDismemberment] (MobDismemberment2.0.0.zip) Unloaded->Constructed
    ParticleMan{v1.0} [Particle Man] (Particle Man v1.4 Mod for MC v1.6.4.zip) Unloaded->Constructed
    PortalGun{2.0.1} [PortalGun] (PortalGun2.0.1.zip) Unloaded->Constructed
    Shatter{2.0.0} [Shatter] (Shatter2.0.0.zip) Unloaded->Constructed
    Sync{2.0.0} [Sync] (Sync2.0.0.zip) Unloaded->Constructed
    Torched{2.0.0} [Torched] (Torched2.0.0.zip) Unloaded->Constructed
    TrailMix{2.0.0} [TrailMix] (TrailMix2.0.0.zip) Unloaded->Constructed
    Launched Version: 1.6.4-Forge9.11.1.965
    LWJGL: 2.9.0
    OpenGL: GeForce 6150SE nForce 430/integrated/SSE2 GL version 2.1.2, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: English (UK)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null


    Nevermind, got it working, but when I press f5. the player entity is pure white. Is there another step in installing?
    Posted in: Minecraft Mods
  • 0

    posted a message on Blocks3D Mod
    Could someone please make a modification for 1.6.4 where everything has realistic shapes
    Posted in: Minecraft Mods
  • 0

    posted a message on The Dalek Mod - Updated (Oct 2021) - Tardis, Sonic Screwdrivers, Daleks, Cybermen, Time travel and much more!

    /RegenTardis for both of your questions

    Thank you
    Posted in: Minecraft Mods
  • 0

    posted a message on The Dalek Mod - Updated (Oct 2021) - Tardis, Sonic Screwdrivers, Daleks, Cybermen, Time travel and much more!
    Also, how do I update my tardis for older worlds?
    Posted in: Minecraft Mods
  • 0

    posted a message on The Dalek Mod - Updated (Oct 2021) - Tardis, Sonic Screwdrivers, Daleks, Cybermen, Time travel and much more!
    I blew a massive hole in my tardis. How do I fix this?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5.2] Minecraft 3D - Beta v1.1 - A Mod Collaboration by Noppes and SCMowns
    Will this ever be for 1.6.4? Is it posssible?
    Posted in: Minecraft Mods
  • 0

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

    In the next update can you add....... fingers? That would be awesome!
    fingers aren't for 16 bit styled games
    Posted in: Minecraft Mods
  • 0

    posted a message on The Dalek Mod - Updated (Oct 2021) - Tardis, Sonic Screwdrivers, Daleks, Cybermen, Time travel and much more!
    I keep getting this crash report, also I can't find the Dalek mod's config file

    ---- Minecraft Crash Report ----
    // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

    Time: 8/22/13 6:22 PM
    Description: Initializing game

    java.lang.IllegalArgumentException: Slot 221 is already occupied by net.aetherteam.aether.blocks.BlockAetherLeaves@b3a4c04 when adding dalekMod.client.block.BlockTransparent@2054a05e
    at net.minecraft.block.Block.(Block.java:348)
    at net.minecraft.block.BlockBreakable.(SourceFile:12)
    at dalekMod.client.block.BlockTransparent.(BlockTransparent.java:15)
    at dalekMod.client.theDalekMod.load(theDalekMod.java:293)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
    at sun.reflect.GeneratedMethodAccessor1.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:193)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
    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:104)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)


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

    -- Head --
    Stacktrace:
    at net.minecraft.block.Block.(Block.java:348)
    at net.minecraft.block.BlockBreakable.(SourceFile:12)
    at dalekMod.client.block.BlockTransparent.(BlockTransparent.java:15)
    at dalekMod.client.theDalekMod.load(theDalekMod.java:293)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
    at sun.reflect.GeneratedMethodAccessor1.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:193)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
    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:104)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)

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

    -- System Details --
    Details:
    Minecraft Version: 1.6.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_21, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 67620536 bytes (64 MB) / 176459776 bytes (168 MB) up to 1037959168 bytes (989 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
    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.19.789 Minecraft Forge 9.10.0.789 28 mods loaded, 28 mods active
    mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    PlayerAPI{1.1} [Player API] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    playercoreapi{0.1} [PlayerCoreAPI] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    RenderPlayerAPI{1.1} [Render Player API] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    threadedlighting{0.1} [Threaded Lighting] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    Aether II{Alpha v1.0.1} [Aether II] (aether.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MainMenuAPI{1.0.0} [Main Menu API] (aether.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BetterChests{1.0.0.0} [BetterChests] (Aroma1997-BetterChests MC.1.6.2 v.1.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
    discotek{01.00.01.00} [DiscoTek] (Bleigh-DiscoTek-1.6.2-01.00.01.00.zip) Unloaded->Constructed->Pre-initialized->Initialized
    technicalVanilla{0.0.1.0} [Technical Vanilla] (CC_fan-TechnicalVanilla1.0.0-MC1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    DalekMod{9.1} [DalekMod] (Dalek Mod 1.6.2 - forge.zip) Unloaded->Constructed->Pre-initialized->Errored
    GalaxyWarfare{v1.0.0} [Galaxy Warfare] (Galaxy Warfare - v1.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    GraveStone{2.3.3} [GraveStone] (GraveStone_2.3.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
    iChunUtil{2.0.0} [iChunUtil] (iChunUtil2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    BoatCraft{1.0.1} [BoatCraft] (k2b6s9j-BoatCraft-1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Kryptonia{0.1} [Kryptonia] (leon1236-Kryptonia.jar) Unloaded->Constructed->Pre-initialized->Initialized
    mcdonalds{2.2} [MineDonalds Dimension] (MineDonalds.zip) Unloaded->Constructed->Pre-initialized->Initialized
    minedonalds{2.2} [MineDonalds] (MineDonalds.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Morph{0.0.7} [Morph] (Morph-Beta-0.0.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
    custom_flags{dev 1} [Custom Flags] (nerdboy-[1.6.2] Custom Flags - 1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
    PortalGun{2.0.0} [PortalGun] (PortalGun2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_SmartMoving{14.3} [Smart Moving] (Smart Moving Universal for ModLoader or Minecraft Forge or MCPC+.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_SmartRender{1.1} [Smart Render] (Smart Moving Universal for ModLoader or Minecraft Forge or MCPC+.zip) Unloaded->Constructed->Pre-initialized->Initialized
    colossali_SpiderMan{1.5.2} [Spider Man] (SpiderMan_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    unlimited{2.0} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod V2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    resonantinduction{0.1.0} [Resonant Induction] (Wattz-Resonant_Induction_v0.1.0.140.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Launched Version: 1.6.2-Forge9.10.0.789
    LWJGL: 2.9.0
    OpenGL: GeForce 6150SE nForce 430/integrated/SSE2 GL version 2.1.2, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
    Posted in: Minecraft Mods
  • 0

    posted a message on Dimensional Doors v2.2.4
    Quote from Shaadaris

    Darn, I got an error when I clicked the link. Can I maybe have the direct link to the 1.6.2 version?
    Speaking of 1.6.2 though, ichun seems to have created a similar mod to DimDoors for 1.6.2.
    http://ichun.us/mods...ensional-gates/
    Quote from Shaadaris

    Darn, I got an error when I clicked the link. Can I maybe have the direct link to the 1.6.2 version?
    Speaking of 1.6.2 though, ichun seems to have created a similar mod to DimDoors for 1.6.2.
    http://ichun.us/mods...ensional-gates/

    That is just a rickroll
    Quote from SenseiKiwi

    Check out this mod spotlight: http://tinyurl.com/y8ufsnp

    It features a link to the 1.6.2 version.

    If anyone else asks, direct them here for the time being. <(^.^<)


    You're a jerky trollbag, no one likes trollbags
    Quote from Ultima123

    I noticed that when using this mod on a server it's almost bug free.
    Single player however does contain a few bugs.

    I have been running this mod in my modpack for a few days now without getting any problems.


    THe problem is probably your modpack
    Posted in: Minecraft Mods
  • 0

    posted a message on The Dalek Mod - Updated (Oct 2021) - Tardis, Sonic Screwdrivers, Daleks, Cybermen, Time travel and much more!
    May yo make this compatible with aether 2?
    Posted in: Minecraft Mods
  • 0

    posted a message on Smart Moving
    i have a question. What happens when Renderplayer API isn't installed on the client version of smart moving. Are some of the features unusable or do they just animate less fluidly.
    Posted in: Minecraft Mods
  • 0

    posted a message on OptiFine HD (FPS Boost, Dynamic Lights, Shaders and much more)
    Which optifine is best for an emachines EL1333g with windows 7 home premium service pack 1, Amd athlon processor 2850e 1.80 GHz, 2.00 GB of RAM, 64-bit OS?
    Posted in: Minecraft Mods
  • 0

    posted a message on OptiFine HD (FPS Boost, Dynamic Lights, Shaders and much more)
    WHich one is best for emachines eL1333g AMD athlon processor 2.00 gb RAM, 64 bit windows 7 OS?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.2] over 1k dl's! Antflga's Hack Pack with xray fly and more!
    Quote from antflga72

    Waiting for 1.6.2 to add updates.

    This mod is meant to make singleplayer more fun and a lot easier please dont go greifing with it because nobody likes a greifer

    I have coded an opacity xray with fly and fullbright I'm just getting into java and any feedback would be GREATLY appreciated and if anyone wants to help me make the mod completely OOP thatd be great.The source for the mod can be found at my github(https://github.com/O...e/Eternal-Odium).Here are some pictures and the download.

    http://www.mediafire...ay_multimod.zip



    The buttons are as follows. [x] = xray [y] = fullbright [f] = fly
    Updates are planned and many more features will be added but i'm vacationing right now.


    how do I install? Minecraft will update if it finds a mod, right. And is it possible to get fly without the xray
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.8.7 / 1.7.10 and earlier][update 4/23] MCPatcher HD fix 5.0.3
    Isn't it obvious that 1.6 doesn't need MCpatcher and is incompatible with anything related to it?
    Posted in: Resource Packs
  • To post a comment, please .