Posts by nicol bolas planeswalker

    I have noticed how many people are assholes to noobs when it comes to block ID conflicts talking about how easy it is to fix it.

    Now, the first time I ran into a block ID conflict, I ran into the same situation where they thought I was an idiot. Fortunately, they told me how to fix it anyway.

    So to prevent the people from yelling at the noobs and to prevent the noobs from being yelled at, I decided to make a thread about how to identify block IDs in crash reports and how to fix them.

    1: If you scroll down on the crash report, you will eventually see the error, which is usually identified as null pointer exception, illegal argument exception, etc. So if it's a block ID conflict, then it will say block ID X is already occupied by Block A (not literally, X and A were used as variables)

    Identify which block it is conflicting with and which mod it is coming from. So for example, I had an block ID conflict with gregtech and computercraft, and it said that a gregtech block was trying to occpuy a slot that was already occupied by a computercraft turtle.

    2: Go to %appdata%, then roaming, then .minecraft, then config.
    3: Find the mods that are conflicting with each other, in the example shown above, it's gregtech and computercraft. Open one of the configs which is conflicting using notepad (so in this case, I can choose to open the gregtech or computercraft config)
    4: Find the block ID section. You can use the ctrl F function to find it.
    5: change the block ID of the block that is conflicting. By that I mean change the number to something else. Make sure the number is 4095 or less, and ideally, since I think vanilla blocks occupied these slots, 257 or more. That time, I changed the block ID for computers and turtles in computercraft from ~4000 to 500-504 respectively. It is usually a good idea to change the block ID for ALL the blocks in the mod just to be safe.
    6: CLose everything, making sure you saved what you did in the config. If the block ID is left blank, it will go back to the default so make sure you actualy inputted a new block Id for the block.
    7: If you successfully changed the block ID and the new block ID for the block IDs you changed aren't occupied already, then minecraft will successfully load. If you did change it but got a similar crash report, try changing to a different block ID. If you didn't change it, then GO BACK AND CHANGE THE DAMN THING.

    This thread should be helpful for noobs and experts, and I hope people take the time to read this so that there are less crash reports about ID conflicts and yelling.

    You put up a good argument there.

    However, I use NEI for a different reason:

    If something screws up in my world (got corrupted, etc) then what else do I do?

    CraftGuide seemingly works right out of the box because the plugins are already integrated into most mods, unlike NEI.

    I prefer NEI for the top reason I stated, and it isn't that big of a deal to get the plugins. I only use NEI for the recipes, and the cheat mode in creative mode or when my world gets corrupted. It's also never a bad idea to have one of these item cheats in handy. No one's forcing you to use it to cheat.

    Okay, I updated to 1.4.6 with the latest version of everything, and I STILL get this NEI bug:

    Display Spoiler

    ---- Minecraft Crash Report ----
    // You should try our sister game, Minceraft!

    Time: 12/23/12 4:09 PM
    Description: Ticking screen

    java.lang.NoClassDefFoundError: codechicken/nei/DefaultOverlayRenderer
    at ic2.neiIntegration.core.GradualRecipeHandler.hasOverlay(GradualRecipeHandler.java:140)
    at codechicken.nei.recipe.GuiRecipe.refreshPage(GuiRecipe.java:236)
    at codechicken.nei.recipe.GuiRecipe.c(GuiRecipe.java:141)
    at net.minecraft.client.Minecraft.l(Minecraft.java:1537)
    at net.minecraft.client.Minecraft.J(Minecraft.java:846)
    at net.minecraft.client.Minecraft.run(Minecraft.java:771)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: codechicken.nei.DefaultOverlayRenderer
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:179)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 7 more
    Caused by: java.lang.NullPointerException
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:222)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:171)
    ... 9 more


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

    -- Head --
    Stacktrace:
    at ic2.neiIntegration.core.GradualRecipeHandler.hasOverlay(GradualRecipeHandler.java:140)
    at codechicken.nei.recipe.GuiRecipe.refreshPage(GuiRecipe.java:236)
    at codechicken.nei.recipe.GuiRecipe.c(GuiRecipe.java:141)

    -- Affected screen --
    Details:
    Screen name: codechicken.nei.recipe.GuiUsageRecipe

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [ays['dragosiankiller'/65, l='MpServer', x=5.50, y=238.62, z=9.50]]
    Chunk stats: MultiplayerChunkCache: 441
    Level seed: 0
    Level generator: ID 01 - flat, ver 0. Features enabled: false
    Level generator options:
    Level spawn location: World: (0,4,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)
    Level time: 3964 game time, 3964 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: 5 total; [ays['dragosiankiller'/65, l='MpServer', x=5.50, y=238.62, z=9.50], oz['Cow'/42, l='MpServer', x=-35.22, y=237.00, z=-30.22], oz['Cow'/43, l='MpServer', x=-37.72, y=237.00, z=-31.69], oz['Cow'/41, l='MpServer', x=-38.97, y=237.00, z=-22.09], oz['Cow'/44, l='MpServer', x=-36.81, y=237.00, z=-27.81]]
    Retry entities: 0 total; []
    Stacktrace:
    at ayp.a(WorldClient.java:440)
    at net.minecraft.client.Minecraft.b(Minecraft.java:2401)
    at net.minecraft.client.Minecraft.run(Minecraft.java:787)
    at java.lang.Thread.run(Unknown Source)

    -- System Details --
    Details:
    Minecraft Version: 1.4.6
    Operating System: Windows 7 (x86) version 6.1
    Java Version: 1.7.0_09, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 298416464 bytes (284 MB) / 669720576 bytes (638 MB) up to 1037959168 bytes (989 MB)
    JVM Flags: 2 total; -Xms512m -Xmx1024m
    AABB Pool Size: 10723 (600488 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v7.25 FML v4.6.12.511 Minecraft Forge 6.5.0.473 27 mods loaded, 27 mods active
    mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_ReiMinimap [mod_ReiMinimap] ([1.4.6]ReiMinimap_v3.2_06.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    IC2 [IndustrialCraft 2] (industrialcraft-2_1.112.170-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    AdvancedPowerManagement [Advanced Power Management] (AdvancedPowerManagement-1.1.55-IC2_1.112.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    ComputerCraft [ComputerCraft] (ComputerCraft1.48.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    CCTurtle [ComputerCraft Turtles] (ComputerCraft1.48.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    Railcraft [Railcraft] (Railcraft_1.4.6-6.12.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    RedPowerCore [RedPower] (RedPowerCore-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    RedPowerBase [RP Base] (RedPowerCore-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    RedPowerMachine [RP Machine] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    RedPowerCompat [RP Compat] (RedPowerCompat-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    RedPowerWiring [RP Wiring] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    RedPowerLogic [RP Logic] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    RedPowerLighting [RP Lighting] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    RedPowerWorld [RP World] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    RedPowerControl [RP Control] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    GregTech_Addon [GregTech-Addon] (gregtechmod (4).zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    IC2NuclearControl [Nuclear Control] (IC2NuclearControl-1.4.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    IronChest [Iron Chest] (ironchest-universal-1.4.6-4.5.1.199.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    NEIPlugins [NEI Plugins] (NEIPlugins-1.0.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    StevesCarts [Steve's Carts] (StevesCarts2.0.0.a40.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    CustomOreGen [Custom Ore Generation] (CustomOreGen.[1.4.6]v1.Common.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_CustomOreGen [mod_CustomOreGen] (CustomOreGen.[1.4.6]v1.Common.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    LWJGL: 2.4.2
    OpenGL: ATI Mobility Radeon HD 4200 Series GL version 3.2.9704 Compatibility Profile Context, ATI Technologies Inc.
    Is Modded: Definitely; Client brand changed to 'forge,fml'
    Type: Client (map_client.txt)
    Texture Pack: Default
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 137 (7672 bytes; 0 MB) allocated, 12 (672 bytes; 0 MB) used

    So, any ideas what else I should do?

    May I ask where you got that gregtech nuclear planner?

    So, I'm still getting this crash, can someone help me diagnose and fix it?

    Display Spoiler

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

    Time: 12/21/12 10:03 PM
    Description: Unexpected error

    java.lang.NoSuchMethodError: codechicken.nei.recipe.TemplateRecipeHandler$RecipeTransferRect.<init>(Ljava/awt/Rectangle;Ljava/lang/String;[Ljava/lang/Object;)V
    at ic2.neiIntegration.common.GradualRecipeHandler.loadTransferRects(GradualRecipeHandler.java:106)
    at codechicken.nei.recipe.TemplateRecipeHandler.<init>(TemplateRecipeHandler.java:312)
    at ic2.neiIntegration.common.GradualRecipeHandler.<init>(GradualRecipeHandler.java:25)
    at ic2.neiIntegration.common.NEIIC2Config.loadConfig(NEIIC2Config.java:21)
    at codechicken.nei.NEIClientConfig.loadConfig(NEIClientConfig.java:695)
    at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:294)
    at codechicken.nei.ClientPacketHandler.handleSMPCheck(ClientPacketHandler.java:121)
    at codechicken.nei.ClientPacketHandler.handlePacket(ClientPacketHandler.java:26)
    at codechicken.core.PacketCustom$ClientPacketHander.handle(PacketCustom.java:79)
    at codechicken.core.PacketCustom$CustomPacketHandler.onPacketData(PacketCustom.java:48)
    at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:249)
    at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:239)
    at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:78)
    at axz.a(NetClientHandler.java:1344)
    at dj.a(SourceFile:59)
    at cf.b(MemoryConnection.java:79)
    at net.minecraft.client.Minecraft.l(Minecraft.java:1913)
    at net.minecraft.client.Minecraft.J(Minecraft.java:858)
    at net.minecraft.client.Minecraft.run(Minecraft.java:783)
    at java.lang.Thread.run(Unknown Source)


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

    -- Head --
    Stacktrace:
    at ic2.neiIntegration.common.GradualRecipeHandler.loadTransferRects(GradualRecipeHandler.java:106)
    at codechicken.nei.recipe.TemplateRecipeHandler.<init>(TemplateRecipeHandler.java:312)
    at ic2.neiIntegration.common.GradualRecipeHandler.<init>(GradualRecipeHandler.java:25)
    at ic2.neiIntegration.common.NEIIC2Config.loadConfig(NEIIC2Config.java:21)
    at codechicken.nei.NEIClientConfig.loadConfig(NEIClientConfig.java:695)
    at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:294)
    at codechicken.nei.ClientPacketHandler.handleSMPCheck(ClientPacketHandler.java:121)
    at codechicken.nei.ClientPacketHandler.handlePacket(ClientPacketHandler.java:26)
    at codechicken.core.PacketCustom$ClientPacketHander.handle(PacketCustom.java:79)
    at codechicken.core.PacketCustom$CustomPacketHandler.onPacketData(PacketCustom.java:48)
    at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:249)
    at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:239)
    at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:78)
    at axz.a(NetClientHandler.java:1344)
    at dj.a(SourceFile:59)
    at cf.b(MemoryConnection.java:79)

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [ayk['dragosiankiller'/252, l='MpServer', x=125.24, y=64.62, z=229.55]]
    Chunk stats: MultiplayerChunkCache: 0
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: World: (80,64,256), Chunk: (at 0,4,0 in 5,16; contains blocks 80,0,256 to 95,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 13656 game time, 13656 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: 1 total; [ayk['dragosiankiller'/252, l='MpServer', x=125.24, y=64.62, z=229.55]]
    Retry entities: 0 total; []
    Stacktrace:
    at ayh.a(WorldClient.java:425)
    at net.minecraft.client.Minecraft.b(Minecraft.java:2385)
    at net.minecraft.client.Minecraft.run(Minecraft.java:806)
    at java.lang.Thread.run(Unknown Source)

    -- System Details --
    Details:
    Minecraft Version: 1.4.5
    Operating System: Windows 7 (x86) version 6.1
    Java Version: 1.7.0_09, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 337968856 bytes (322 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
    JVM Flags: 2 total; -Xms512m -Xmx1024m
    AABB Pool Size: 10817 (605752 bytes; 0 MB) allocated, 10817 (605752 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 63
    FML: MCP v7.23 FML v4.5.17.479 Minecraft Forge 6.4.1.426 19 mods loaded, 19 mods active
    mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_ReiMinimap [mod_ReiMinimap] ([1.4.5]ReiMinimap_v3.2_05.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    snyke7_AdvancedMachines [Advanced Machinse] (AdvancedMachines v1.8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    IC2 [IndustrialCraft 2] (industrialcraft-2_1.110.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    AdvancedPowerManagement [Advanced Power Management] (AdvancedPowerManagement-1.1.42-IC2_1.109.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    ComputerCraft [ComputerCraft] (ComputerCraft1.47.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    CCTurtle [ComputerCraft Turtles] (ComputerCraft1.47.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    Railcraft [Railcraft] (Railcraft_1.4.5b-6.10.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    GregTech_Addon [GregTech-Addon] (gregtechmod (2).zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    IC2NuclearControl [Nuclear Control] (IC2NuclearControl-1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    IronChest [Iron Chest] (ironchest-universal-4.3.0.145.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    NEIPlugins [NEI Plugins] (NEIPlugins-1.0.3.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    StevesCarts [Steve's Carts] (StevesCarts2.0.0.a37.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    CustomOreGen [Custom Ore Generation] (CustomOreGen.[1.4.5]v3.Common.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_CustomOreGen [mod_CustomOreGen] (CustomOreGen.[1.4.5]v3.Common.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    LWJGL: 2.4.2
    OpenGL: ATI Mobility Radeon HD 4200 Series GL version 3.2.9704 Compatibility Profile Context, ATI Technologies Inc.
    Is Modded: Definitely; Client brand changed to 'forge,fml'
    Type: Client (map_client.txt)
    Texture Pack: Default
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

    White = standard machine casing, no surprises there
    Black = reinforced machine casing, no surprises there
    Green = machine itself, seems logical enough
    EDIT: Forgot about Blue = water, pretty logical
    EDIT2: Forgot once again that Red = lava, given that it is a Blast Furnace based upon heat, seems super logical

    Is there something you are not understanding about this?

    1: yeah...
    2: No surprises? *facebrick*
    3: To some extent...
    4 and 5: Wait, there are water/lava blocks you can place in gregtech?

    I shouldn't even be on this planet...

    Thanks :)

    I don't care about reskinning (wait, that was possible!?!?)

    So, um, yeah, how would I spawn them?

    Wikipedia was useless, why else do you think I would ask the forum?

    Also, if you could copy and paste what you did so I could copy it in my config, that would be great.

    Question about gregtech ores
    All the ores that gregtech adds to worlds which is not an ender asteroid or iridium, in terms of minecraft worlds, how do you think they would be generated in real life?

    Example: assuming diamond was generated really deep into earth near lava, then diamond would probably generate at level 6-20 near lava

    So, yeah. I need this knowledge so I can configure my minecraft using custom ore generation.

    And don't give me that it's stupid you're trying to make minecraft realistic or the steve carrying gold or whatever argument. Just, please help me, and if you don't care, then I'm not forcing you.

    The ores added are:
    Bauxite
    Cinnibar
    Cooperite
    Olivine
    Pyrite
    Ruby
    Sapphire
    Silver
    Sodalite
    Sphalerite
    Tungstate

    All the ores that gregtech adds to worlds which is not an ender asteroid or iridium, in terms of minecraft worlds, how do you think they would be generated in real life?

    Example: assuming diamond was generated really deep into earth near lava, then diamond would probably generate at level 6-20 near lava

    So, yeah. I need this knowledge so I can configure my minecraft using custom ore generation.

    And don't give me that it's stupid you're trying to make minecraft realistic or the steve carrying gold or whatever argument. Just, please help me, and if you don't care, then I'm not forcing you.

    The ores added are:
    Bauxite
    Cinnibar
    Cooperite
    Olivine
    Pyrite
    Ruby
    Sapphire
    Silver
    Sodalite
    Sphalerite
    Tungstate

    Not sure if this is a gregtech or NEI error, so I'm posting on both

    Display Spoiler

    ---- Minecraft Crash Report ----
    // Oh - I know what I did wrong!

    Time: 12/14/12 11:25 PM
    Description: Ticking screen

    java.lang.NoClassDefFoundError: codechicken/nei/DefaultOverlayRenderer
    at ic2.neiIntegration.common.GradualRecipeHandler.hasOverlay(GradualRecipeHandler.java:140)
    at codechicken.nei.recipe.GuiRecipe.refreshPage(GuiRecipe.java:236)
    at codechicken.nei.recipe.GuiRecipe.c(GuiRecipe.java:141)
    at net.minecraft.client.Minecraft.l(Minecraft.java:1541)
    at net.minecraft.client.Minecraft.J(Minecraft.java:858)
    at net.minecraft.client.Minecraft.run(Minecraft.java:783)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: codechicken.nei.DefaultOverlayRenderer
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 7 more
    Caused by: java.lang.NullPointerException
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:178)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133)
    ... 9 more


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

    -- Head --
    Stacktrace:
    at ic2.neiIntegration.common.GradualRecipeHandler.hasOverlay(GradualRecipeHandler.java:140)
    at codechicken.nei.recipe.GuiRecipe.refreshPage(GuiRecipe.java:236)
    at codechicken.nei.recipe.GuiRecipe.c(GuiRecipe.java:141)

    -- Affected screen --
    Details:
    Screen name: codechicken.nei.recipe.GuiUsageRecipe

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [ayk['dragosiankiller'/796, l='MpServer', x=89.94, y=66.62, z=298.48]]
    Chunk stats: MultiplayerChunkCache: 441
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: World: (80,64,252), Chunk: (at 0,4,12 in 5,15; contains blocks 80,0,240 to 95,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 14142 game time, 14142 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: 29 total; [oz['Cow'/747, l='MpServer', x=73.53, y=64.00, z=222.53], ow['Bat'/746, l='MpServer', x=56.25, y=39.10, z=338.13], ph['Squid'/744, l='MpServer', x=36.00, y=61.00, z=362.53], oz['Cow'/750, l='MpServer', x=76.88, y=64.00, z=220.53], oz['Cow'/748, l='MpServer', x=75.50, y=64.00, z=219.50], oz['Cow'/738, l='MpServer', x=37.99, y=65.00, z=220.88], ow['Bat'/736, l='MpServer', x=16.75, y=28.10, z=344.25], ph['Squid'/743, l='MpServer', x=39.44, y=61.22, z=360.13], ph['Squid'/742, l='MpServer', x=34.78, y=60.00, z=348.69], ow['Bat'/741, l='MpServer', x=46.47, y=37.10, z=331.75], px['item.tile.sand'/757, l='MpServer', x=88.22, y=62.13, z=296.88], px['item.tile.sand'/760, l='MpServer', x=88.13, y=62.13, z=294.16], px['item.tile.sand'/761, l='MpServer', x=89.06, y=64.13, z=298.63], px['item.tile.sand'/760, l='MpServer', x=88.13, y=62.13, z=294.16], ow['Bat'/766, l='MpServer', x=99.13, y=22.10, z=310.25], px['item.tile.sand'/761, l='MpServer', x=89.06, y=64.13, z=298.63], ow['Bat'/764, l='MpServer', x=106.88, y=22.10, z=301.59], px['item.tile.sand'/758, l='MpServer', x=92.88, y=62.13, z=295.78], px['item.tile.sand'/759, l='MpServer', x=87.13, y=63.13, z=297.28], ow['Bat'/765, l='MpServer', x=110.58, y=22.85, z=302.25], px['item.tile.sand'/758, l='MpServer', x=92.88, y=62.13, z=295.78], px['item.tile.sand'/759, l='MpServer', x=87.13, y=63.13, z=297.28], px['item.tile.sand'/757, l='MpServer', x=88.22, y=62.13, z=296.88], ayk['dragosiankiller'/796, l='MpServer', x=89.94, y=66.62, z=298.48], ow['Bat'/772, l='MpServer', x=116.56, y=27.10, z=367.75], oz['Cow'/731, l='MpServer', x=14.91, y=67.00, z=277.03], ow['Bat'/770, l='MpServer', x=112.34, y=22.10, z=287.13], ow['Bat'/771, l='MpServer', x=110.92, y=21.00, z=298.39], oz['Cow'/727, l='MpServer', x=13.67, y=69.00, z=261.47]]
    Retry entities: 0 total; []
    Stacktrace:
    at ayh.a(WorldClient.java:425)
    at net.minecraft.client.Minecraft.b(Minecraft.java:2385)
    at net.minecraft.client.Minecraft.run(Minecraft.java:799)
    at java.lang.Thread.run(Unknown Source)

    -- System Details --
    Details:
    Minecraft Version: 1.4.5
    Operating System: Windows 7 (x86) version 6.1
    Java Version: 1.7.0_09, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 265335752 bytes (253 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
    JVM Flags: 2 total; -Xms512m -Xmx1024m
    AABB Pool Size: 15555 (871080 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 63
    FML: MCP v7.23 FML v4.5.17.479 Minecraft Forge 6.4.1.426 18 mods loaded, 18 mods active
    mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
    FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
    Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
    mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
    mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
    snyke7_AdvancedMachines [Advanced Machinse] (AdvancedMachines v1.8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
    IC2 [IndustrialCraft 2] (industrialcraft-2_1.110.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
    AdvancedPowerManagement [Advanced Power Management] (AdvancedPowerManagement-1.1.42-IC2_1.109.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
    ComputerCraft [ComputerCraft] (ComputerCraft1.47.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
    CCTurtle [ComputerCraft Turtles] (ComputerCraft1.47.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
    Railcraft [Railcraft] (Railcraft_1.4.5b-6.10.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
    GregTech_Addon [GregTech-Addon] (gregtechmod (1).zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
    IC2NuclearControl [Nuclear Control] (IC2NuclearControl-1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
    IronChest [Iron Chest] (ironchest-universal-4.3.0.145.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
    NEIPlugins [NEI Plugins] (NEIPlugins-1.0.3.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
    StevesCarts [Steve's Carts] (StevesCarts2.0.0.a37.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
    CustomOreGen [Custom Ore Generation] (CustomOreGen.[1.4.5]v3.Common.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
    mod_CustomOreGen [mod_CustomOreGen] (CustomOreGen.[1.4.5]v3.Common.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
    LWJGL: 2.4.2
    OpenGL: ATI Mobility Radeon HD 4200 Series GL version 3.2.9704 Compatibility Profile Context, ATI Technologies Inc.
    Is Modded: Definitely; Client brand changed to 'forge,fml'
    Type: Client (map_client.txt)
    Texture Pack: Default
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 2156 (120736 bytes; 0 MB) allocated, 11 (616 bytes; 0 MB) used