• 0

    posted a message on [1.5.1]ID Resolver (Finally updated!)
    Quote from ShaRose

    The signature is a total match: BlockID.4001|forestry.Forestry is type.originalid|mod. It's cheched quite literally as a string comparison, and the two you showed were different signatures, and thus had different IDs assigned. The only way that ID resolver would think two of the same block had the same signature would be if a mod created it so that they were created in the same class and they had the same original ID. So if your Extra bees' config had a block that conflicted with forestry? That's when it would conflict. But that's a fairly unlikely thing to happen unless you already changed your configs in either one, in which case it's not something that's wrong with ID resolver, or Forestry, or Extra bees.


    I referred to those ids as an example that the mods use similar names!(I'm no modder, so I can only make assumptions based on the little I see from the files in the mods)

    Sorry, I confused you!

    Here are the two blocks that conflict!

    From Forestry:
    I:beehives=4003
    I:stained=4004

    From Extra Bees:
    I:geneticMachine=4003
    I:advGeneticMachine=4004

    From ID Resolver:
    BlockID.4003|forestry.Forestry=4003
    BlockID.4004|forestry.Forestry=4004

    (For some reason, ID Resolver left the ids as they were when I'm pretty sure I ordered it to change them!

    Weird!

    Maybe I pressed a wrong button or something!

    It doesn't matter anyway, because when I later re-installed Forestry and Extra Bees, and made the ID Resolver register new ids, my bee hives and stained glass were still machines!

    Also, I didn't find any other blocks/items in the IDResolverknownIDs.txt that use the ids 4003 and 4004, so I'm pretty sure that the ID Resolver thought they were the same blocks! )


    The problem was solved only when I went into the Extra Bees' config and manually changed the ids!

    The next time I ran Minecraft, the ID Resolver registered new ids for the machines, and my bee hives and stained glass were back in their original form!


    I would still warn the users!

    Or you know what?

    I guess it isn't your problem, I'm gonna go in the Extra Bees thread and ask the creator to warn the users about the little problem!
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5.1]ID Resolver (Finally updated!)
    ..........sigh....

    You know, I have been holding this for very long but I think it's time to bring it up!

    So, like with every new Minecraft version, there I was testing mods when suddenly I find a Sequencer from the Extra Bees' mod, in the wild!

    I check my NEI inventory and discovered that all of the Forestry's Bee Hives and the Stained Glasses had turned into machines from Extra Bees!

    I checked the two mods' config files and turns out they use the same ids for the respective blocks!

    Normally, this shouldn't be a problem for the ID Resolver, so I couldn't figure out why this happened!

    Until, I checked the IDResolverknownIDs.txt and compared some of the IDs with ids from the two mods!

    From Forestry:

    Forestry's config->I:stump=1379
    ID Resolver's config->BlockID.1379|forestry.Forestry=4007

    From Extra Bees:

    Extra Bees' config->I:ectoplasm=4001
    ID Resolver's config->BlockID.4001|forestry.Forestry=3959

    Yeah, the two mods use the same name!(Guess it has to be expected since Extra Bees is an add-on for Forestry)

    And since they use similar block ids, that confuses the ID Resolver!

    I did fix it by changing Extra Bees' ids!


    So, why am I telling you this then?

    You see, this scares me!

    It isn't the first time I encounter such a bug, and I'm pretty sure it has happened to other users as well!

    I have been encountering such bugs since long ago!

    Examples include trying to craft a certain item only to get something else, blocks from other mods generating in place of ores, traveling into a dimension that had a floor of pressure plates instead of the mod's grass, and portal gun firing a block of acid instead of a portal!

    My question is,

    Is there any way to avoid such cases?

    I don't want to go into the trouble of installing 100+ mods only to find 1 month later that the recipe for Industrial Craft's Nuclear Reactor creates a Diamond Spear instead!(This is just an example, but you get the point) XD



    Something else!

    Some of the ids from Forestry's configs don't appear in IDResolverknownIDs.txt whereas some Forestry ids from IDResolverknownIDs.txt don't appear in Forestry's configs!

    What's the deal with this?


    P.S. ShaRose, you better warn the users for cases where two mods use the same name and same ids, such as in the case with Forestry and Extra Bees!
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    Quote from Craftiyan

    I'm running Factorization fine with NEI 1.4.2.8.


    Just tried!



    Minecraft has crashed!
    ----------------------
    Minecraft has stopped running because it encountered a problem; Ticking screen
    A full error report has been saved to C:\Users\MaX\AppData\Roaming\.minecraft\crash-reports\crash-2012-11-28_23.20.52-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(

    --- BEGIN ERROR REPORT 99f91424 --------
    Full report at:
    C:\Users\MaX\AppData\Roaming\.minecraft\crash-reports\crash-2012-11-28_23.20.52-client.txt
    Please show that file to Mojang, NOT just this screen!
    Generated 11/28/12 11:20 PM
    -- Head --
    Stacktrace:
    at factorization.nei.NEI_SlagRecipeConfig.loadTransferRects(NEI_SlagRecipeConfig.java:136)
    at codechicken.nei.recipe.TemplateRecipeHandler.<init>(TemplateRecipeHandler.java:312)
    at factorization.nei.NEI_SlagRecipeConfig.<init>(NEI_SlagRecipeConfig.java:22)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at codechicken.nei.NEIClientConfig.loadConfig(NEIClientConfig.java:694)
    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 axz.d(NetClientHandler.java:104)
    at aym.c(SourceFile:31)
    -- Affected screen --
    Details:
    Screen name: ~~ERROR~~ NullPointerException: null
    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [ayk['AznaktaX'/179, l='MpServer', x=-78.50, y=67.24, z=254.50]]
    Chunk stats: MultiplayerChunkCache: 0
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: World: (-88,64,252), Chunk: (at 8,4,12 in -6,15; contains blocks -96,0,240 to -81,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 3 game time, 3 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: creative (ID 1). Hardcore: false. Cheats: false
    Forced entities: 1 total; [ayk['AznaktaX'/179, l='MpServer', x=-78.50, y=67.24, z=254.50]]
    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 (amd64) version 6.1
    Java Version: 1.7.0_07, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 161289072 bytes (153 MB) / 570490880 bytes (544 MB) up to 954466304 bytes (910 MB)
    JVM Flags: 2 total; -Xms512m -Xmx1024m
    AABB Pool Size: 11 (616 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 2, tcache: 0, allocated: 1, tallocated: 63
    FML: MCP v7.23 FML v4.5.2.459 Minecraft Forge 6.4.1.407 Optifine OptiFine_1.4.5_HD_U_D3 39 mods loaded, 39 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_ModPatcher [Mod Patcher] (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] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_GuiAPI [mod_GuiAPI] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Core [BuildCraft] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Builders [BC Builders] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Energy [BC Energy] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Factory [BC Factory] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    Forestry [Forestry for Minecraft] (forestry-A-1.6.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    IC2 [IndustrialCraft 2] (industrialcraft-2_1.109.113-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    Railcraft [Railcraft] (1. Railcraft_1.4.5b-6.9.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    MindKrafter_[1.4.5]XtraBlocksEE_v3.7 [XtraBlocksEE] (1.4.5_XtraBlocksEE v3.7.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Transport [BC Transport] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.2.0.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
    EnderStorage [EnderStorage] (EnderStorage 1.2.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    ExtraBees [Extra Bees] (extrabees-1.4.1.14-dev-build.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BinnieCore [Binnie Core] (extrabees-1.4.1.14-dev-build.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    factorization [Factorization] (Factorization-0.7.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_InvTweaks [Inventory Tweaks] (InvTweaks-1.45-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
    Mystcraft [Mystcraft] (mystcraft-uni-1.4.4-0.9.4.05.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    NetherOres [Nether Ores] (NetherOres_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    PortalGun [Portal Gun] (portalgun1.4.4v0.1_universal.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    StevesCarts [Steve's Carts] (StevesCarts2.0.0.a30.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    ThermalExpansion [Thermal Expansion] (ThermalExpansion-2.0.9.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    ThermalExpansion|Factory [Factory] (ThermalExpansion-2.0.9.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    ThermalExpansion|Energy [Energy] (ThermalExpansion-2.0.9.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    ThermalExpansion|NEI [NEI] (ThermalExpansion-2.0.9.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    TwilightForest [The Twilight Forest] (twilightforest-1.13.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    WR-CBE|Core [WR-CBE Core] (WR-CBE Core 1.3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    WR-CBE|Addons [WR-CBE Addons] (WR-CBE Addons 1.3.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_IDResolver [mod_IDResolver] (IDResolver_1.4.5_COREMOD_Update-0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    MSC [Mob Spawn Controls] (Forge_MobSpawnControlsv1.4.4.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    LWJGL: 2.4.2
    OpenGL: ATI Mobility Radeon HD 4650 GL version 2.1.8787, 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: 84 (4704 bytes; 0 MB) allocated, 11 (616 bytes; 0 MB) used
    java.lang.NoSuchMethodError: codechicken.nei.recipe.TemplateRecipeHandler$RecipeTransferRect.<init>(Lcodechicken/nei/recipe/TemplateRecipeHandler;Ljava/awt/Rectangle;Ljava/lang/String;[Ljava/lang/Object;)V
    at factorization.nei.NEI_SlagRecipeConfig.loadTransferRects(NEI_SlagRecipeConfig.java:136)
    at codechicken.nei.recipe.TemplateRecipeHandler.<init>(TemplateRecipeHandler.java:312)
    at factorization.nei.NEI_SlagRecipeConfig.<init>(NEI_SlagRecipeConfig.java:22)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at codechicken.nei.NEIClientConfig.loadConfig(NEIClientConfig.java:694)
    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 axz.d(NetClientHandler.java:104)
    at aym.c(SourceFile:31)
    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)
    --- END ERROR REPORT 3427dde5 ----------



    What are you doing differently?

    Are you using Factorization 0.7.3?(Don't know if it has to do anything)

    Is it possible for you to give me a list of the mods you are using?(Ok, I know this is a bit too much to ask)
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    Quote from skimp69

    Have you Installed The Latest Forge


    Did it!

    Quote from skimp69
    and also make sure your putting the NEI 1.4.2.8 in the coremods folder not the stranded Mods folder


    The reason I used NEI 1.4.2.7 in the first place is because NEI 1.4.2.8 doesn't work with Factorization AND Gregtech!

    Without these two mods, I have no problem with NEI 1.4.2.8(as long as I use the patch fix for ic2 that is).....so far that is, since I'm still in the process of adding mods!

    Quote from skimp69
    and also put the Code Chicken Core 0.1.10 In the Core Mods Folder


    I assume you mean 0.6.10!

    And did it!
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods


    Minecraft has crashed!
    ----------------------
    Minecraft has stopped running because it encountered a problem; Ticking screen
    A full error report has been saved to C:\Users\MaX\AppData\Roaming\.minecraft\crash-reports\crash-2012-11-28_20.12.23-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(

    --- BEGIN ERROR REPORT 919f0cc2 --------
    Full report at:
    C:\Users\MaX\AppData\Roaming\.minecraft\crash-reports\crash-2012-11-28_20.12.23-client.txt
    Please show that file to Mojang, NOT just this screen!
    Generated 11/28/12 8:12 PM
    -- Head --
    Stacktrace:
    at vl.w(ItemBlock.java:173)
    at codechicken.nei.api.ItemInfo.searchItems(ItemInfo.java:215)
    at codechicken.nei.api.ItemInfo.load(ItemInfo.java:73)
    at codechicken.nei.NEIClientConfig.loadConfig(NEIClientConfig.java:673)
    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 axz.d(NetClientHandler.java:104)
    at aym.c(SourceFile:31)
    -- Affected screen --
    Details:
    Screen name: ~~ERROR~~ NullPointerException: null
    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [ayk['AznaktaX'/168, l='MpServer', x=-228.50, y=67.24, z=185.50]]
    Chunk stats: MultiplayerChunkCache: 0
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: World: (-228,64,176), Chunk: (at 12,4,0 in -15,11; contains blocks -240,0,176 to -225,255,191), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 4 game time, 4 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: creative (ID 1). Hardcore: false. Cheats: false
    Forced entities: 1 total; [ayk['AznaktaX'/168, l='MpServer', x=-228.50, y=67.24, z=185.50]]
    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 (amd64) version 6.1
    Java Version: 1.7.0_07, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 182636720 bytes (174 MB) / 580648960 bytes (553 MB) up to 954466304 bytes (910 MB)
    JVM Flags: 2 total; -Xms512m -Xmx1024m
    AABB Pool Size: 9 (504 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
    FML: MCP v7.23 FML v4.5.2.459 Minecraft Forge 6.4.1.407 Optifine OptiFine_1.4.5_HD_U_D3 39 mods loaded, 39 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] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_GuiAPI [mod_GuiAPI] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Core [BuildCraft] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Builders [BC Builders] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Energy [BC Energy] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Factory [BC Factory] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    Forestry [Forestry for Minecraft] (forestry-A-1.6.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    IC2 [IndustrialCraft 2] (industrialcraft-2_1.109.113-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    Railcraft [Railcraft] (1. Railcraft_1.4.5b-6.9.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    MindKrafter_[1.4.5]XtraBlocksEE_v3.7 [XtraBlocksEE] (1.4.5_XtraBlocksEE v3.7.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Transport [BC Transport] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.2.0.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
    EnderStorage [EnderStorage] (EnderStorage 1.2.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    ExtraBees [Extra Bees] (extrabees-1.4.1.14-dev-build.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BinnieCore [Binnie Core] (extrabees-1.4.1.14-dev-build.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    factorization [Factorization] (Factorization-0.7.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    GregTech_Addon [GregTech-Addon] (gregtechmod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_InvTweaks [Inventory Tweaks] (InvTweaks-1.45-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
    Mystcraft [Mystcraft] (mystcraft-uni-1.4.4-0.9.4.05.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    NetherOres [Nether Ores] (NetherOres_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    PortalGun [Portal Gun] (portalgun1.4.4v0.1_universal.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    StevesCarts [Steve's Carts] (StevesCarts2.0.0.a30.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    ThermalExpansion [Thermal Expansion] (ThermalExpansion-2.0.9.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    ThermalExpansion|Factory [Factory] (ThermalExpansion-2.0.9.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    ThermalExpansion|Energy [Energy] (ThermalExpansion-2.0.9.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    ThermalExpansion|NEI [NEI] (ThermalExpansion-2.0.9.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    TwilightForest [The Twilight Forest] (twilightforest-1.13.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    WR-CBE|Core [WR-CBE Core] (WR-CBE Core 1.3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    WR-CBE|Addons [WR-CBE Addons] (WR-CBE Addons 1.3.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_IDResolver [mod_IDResolver] (IDResolver_1.4.5_COREMOD_Update-0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    MSC [Mob Spawn Controls] (Forge_MobSpawnControlsv1.4.4.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    LWJGL: 2.4.2
    OpenGL: ATI Mobility Radeon HD 4650 GL version 2.1.8787, 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: 63 (3528 bytes; 0 MB) allocated, 11 (616 bytes; 0 MB) used
    java.lang.NullPointerException
    at vl.w(ItemBlock.java:173)
    at codechicken.nei.api.ItemInfo.searchItems(ItemInfo.java:215)
    at codechicken.nei.api.ItemInfo.load(ItemInfo.java:73)
    at codechicken.nei.NEIClientConfig.loadConfig(NEIClientConfig.java:673)
    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 axz.d(NetClientHandler.java:104)
    at aym.c(SourceFile:31)
    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)
    --- END ERROR REPORT 675bada ----------

    This is annoying!

    I have tried NEI 1.4.2.7, both CodeChickenCore 0.6.8.1 and 0.6.10, the fix for NEIplugins, etc., and I keep getting this error!
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.12] AtomicStryker's Battle Towers
    Quote from Cristian2299

    Whenever I hurt the golem my game freezes. :(


    Same problem here!
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    Quote from GalaxyTwoAlex

    The IC2 NEI Integration is still broken, use this patch from mistaqur: http://forum.industr...d&threadID=7995


    This fix doesn't really solve the problem!

    The 1.4.2.8 version of NEI breaks the plugins and Gregtech as well!

    Where can I find a download for 1.4.2.7?
    Posted in: Minecraft Mods
  • 0

    posted a message on The Camping Mod
    Quote from __Rikmuld__

    :mellow:


    Poker face because people don't seem to be interested in your mod?XD

    Maybe they find the stick to torches too cheap?

    Oh well!

    You will have my feedback once I get to try the mod!
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4.5]Ninjago mod
    And.......what do they do?
    Posted in: Minecraft Mods
  • 0

    posted a message on Grim Pack
    My advice is stop accepting requests for a while!(I say that but I still wish you could update Crafting Table 2 or 3 XD)

    Work on the mods you currently have in your list, and once Minecraft releases a version that makes the game more "finished" where updates will either be non-existent or infrequent, you will have all the time you need to update more and more mods!

    Of course, as you become better with this (which I assume it will happen due to you having to work with mods all the time) you might be able to finish with the mods in your list sooner than expected and start accepting requests again!
    Posted in: Minecraft Mods
  • 0

    posted a message on Alimaltium Mod 1.4.5
    Topic lacks explanations!
    Posted in: Minecraft Mods
  • 2

    posted a message on Ore Dictionary Converter
    Not a bad idea, although I expect many people to not use it since some ores are rarer than others and they have different uses some times!

    It's a matter of balance!
    Posted in: Minecraft Mods
  • 0

    posted a message on RS-CRAFT A RUNESCAPE MOD
    I admit the unique textures alone make me interested!O.o
    Posted in: WIP Mods
  • 0

    posted a message on [WIP][1.4.5]Hack'n'Craft - manage your crafting recipes
    Quote from hubertnnn

    Have you ever:
    • wanted to install another mod, but got a recipe conflict
    Hack'n'Craft is a mod that allows to change(hack) crafting recipes for any item.

    Features:
    • adding new recipes via config files
    • removing unwanted recipes via config files


    O_O

    I LOVE YOU!!!!!

    This is what I always was looking for!(at least, it will suffice until someone updates Crafting Table 2/3)
    Posted in: WIP Mods
  • 0

    posted a message on [1.5.2] [SP|MP|LAN] EnderStuff+ v1.0.2
    Quote from SanAndreasP




    O_O????

    Holy..............whaaaaaat???

    I don't think this has ever been done before!

    Heck, I never even thought that it was actually possible, but man does it sound awesome!


    The duplicator sounds freaking overpowered!

    Does it have some kind of drawback, like you need diamonds to duplicate diamond ore?(Mind you, even if this is the case, it's still overpowered, since fortune pickaxes exist)
    Posted in: Minecraft Mods
  • To post a comment, please .