I'm modding minecraft, just adding forestry for now, and when ever I add neiplugins after I install nei and corechickenbones I get an error saying neiplugins can't find NEI I'm using minecraft version 1.4.6 any help would be greatly appreacatated thanks ~Braber01
just as a heads up: download nei and codechickencore from its thread --- even tho it does not show the latest release the download will be 0.7.1.0 of CCC and 1.4.5.1 of NEI which will work with the new neiplugins
the problem is internally nei changed its name from mod_notenoughitems to notenoughitems, and when neiplugins checks dependencys it looks for the wrong name, the fix is to change its dependencys in the mod info, but that can only be done from the source code
in the log file their are 2 lines that tell you this, 2013-01-11 09:38:45 [FINE] [ForgeModLoader] NEIPlugins(NEI Plugins:1.0.4.1): NEIPlugins-1.0.4.1.jar (required-after:mod_NotEnoughItems)
and 2013-01-11 09:38:45 [FINE] [ForgeModLoader] Activating mod NotEnoughItems
the second line is missing the mod_ part
-
View User Profile
-
View Posts
-
Send Message
Retired Staff2013-01-11 09:38:41 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Discovering coremods
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.7.1.0.jar
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.7.1.0.jar
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.7.1.0.jar
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.4.5.1.jar
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.4.5.1.jar
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.4.5.1.jar
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-147.jar present and correct in lib dir
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Running coremod plugins
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2013-01-11 09:38:41 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Running coremod plugin CodeChickenCorePlugin
2013-01-11 09:38:41 [INFO] [STDOUT] Adding Accesstransformer map: codechickencore_at.cfg
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Coremod plugin CodeChickenCorePlugin run successfully
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Running coremod plugin NEICorePlugin
2013-01-11 09:38:41 [INFO] [STDOUT] Adding Accesstransformer map: nei_at.cfg
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Coremod plugin NEICorePlugin run successfully
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Validating minecraft
2013-01-11 09:38:41 [FINEST] [ForgeModLoader] Minecraft validated, launching...
2013-01-11 09:38:42 [INFO] [STDOUT] Inserted super call into avz.c
2013-01-11 09:38:42 [INFO] [STDOUT] avf was overriden from NotEnoughItems 1.4.5.1.jar
2013-01-11 09:38:43 [INFO] [STDOUT] Generated BlockMobSpawner helper method.
2013-01-11 09:38:43 [INFO] [STDOUT] Inserted GameData hook
2013-01-11 09:38:43 [INFO] [STDOUT] 27 achievements
2013-01-11 09:38:43 [INFO] [STDOUT] 210 recipes
2013-01-11 09:38:43 [INFO] [STDOUT] Setting user: Braber01, 7874875085252786332
2013-01-11 09:38:43 [INFO] [STDOUT] LWJGL Version: 2.4.2
2013-01-11 09:38:44 [INFO] [ForgeModLoader] Attempting early MinecraftForge initialization
2013-01-11 09:38:44 [INFO] [STDOUT] MinecraftForge v6.5.0.489 Initialized
2013-01-11 09:38:44 [INFO] [ForgeModLoader] MinecraftForge v6.5.0.489 Initialized
2013-01-11 09:38:44 [INFO] [STDOUT] Replaced 84 ore recipies
2013-01-11 09:38:44 [INFO] [ForgeModLoader] Completed early MinecraftForge initialization
2013-01-11 09:38:44 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer, codechicken.core.asm.CodeChickenCoreModContainer, codechicken.nei.asm.NEIModContainer]
2013-01-11 09:38:44 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
2013-01-11 09:38:44 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Owner\Desktop\Multimc\instances\Forestry\minecraft\bin\minecraft.jar, examining for mod candidates
2013-01-11 09:38:44 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Owner\Desktop\Multimc\instances\Forestry\minecraft\bin\lwjgl.jar
2013-01-11 09:38:44 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Owner\Desktop\Multimc\instances\Forestry\minecraft\bin\lwjgl_util.jar
2013-01-11 09:38:44 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Owner\Desktop\Multimc\instances\Forestry\minecraft\bin\jinput.jar
2013-01-11 09:38:44 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Owner\Desktop\Multimc\instances\Forestry\minecraft\coremods\CodeChickenCore 0.7.1.0.jar, examining for mod candidates
2013-01-11 09:38:44 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Owner\Desktop\Multimc\instances\Forestry\minecraft\coremods\NotEnoughItems 1.4.5.1.jar, examining for mod candidates
2013-01-11 09:38:44 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Owner\Desktop\Multimc\instances\Forestry\minecraft\lib\argo-2.25.jar
2013-01-11 09:38:44 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Owner\Desktop\Multimc\instances\Forestry\minecraft\lib\guava-12.0.1.jar
2013-01-11 09:38:44 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Owner\Desktop\Multimc\instances\Forestry\minecraft\lib\asm-all-4.0.jar
2013-01-11 09:38:44 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Owner\Desktop\Multimc\instances\Forestry\minecraft\lib\bcprov-jdk15on-147.jar
2013-01-11 09:38:44 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
2013-01-11 09:38:44 [INFO] [ForgeModLoader] Searching C:\Users\Owner\Desktop\Multimc\instances\Forestry\minecraft\mods for mods
2013-01-11 09:38:44 [FINE] [ForgeModLoader] Found a candidate zip or jar file forestry-A-1.7.0.2.jar
2013-01-11 09:38:44 [FINE] [ForgeModLoader] Found a candidate zip or jar file NEIPlugins-1.0.4.1.jar
2013-01-11 09:38:44 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods
2013-01-11 09:38:44 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Examining file CodeChickenCore 0.7.1.0.jar for potential mods
2013-01-11 09:38:45 [FINE] [ForgeModLoader] The mod container CodeChickenCore 0.7.1.0.jar appears to be missing an mcmod.info file
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Examining file NotEnoughItems 1.4.5.1.jar for potential mods
2013-01-11 09:38:45 [FINE] [ForgeModLoader] The mod container NotEnoughItems 1.4.5.1.jar appears to be missing an mcmod.info file
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Examining file forestry-A-1.7.0.2.jar for potential mods
2013-01-11 09:38:45 [FINER] [ForgeModLoader] Located mcmod.info file in file forestry-A-1.7.0.2.jar
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod forestry.Forestry
2013-01-11 09:38:45 [FINEST] [ForgeModLoader] Parsed dependency info : [] [ExtrabiomesXL] []
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Examining file NEIPlugins-1.0.4.1.jar for potential mods
2013-01-11 09:38:45 [FINE] [ForgeModLoader] The mod container NEIPlugins-1.0.4.1.jar appears to be missing an mcmod.info file
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Identified an FMLMod type mod mistaqur.nei.NEIPlugins
2013-01-11 09:38:45 [FINEST] [ForgeModLoader] Parsed dependency info : [mod_NotEnoughItems] [mod_NotEnoughItems] []
2013-01-11 09:38:45 [INFO] [ForgeModLoader] Forge Mod Loader has identified 7 mods to load
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Received a system property request ''
2013-01-11 09:38:45 [FINE] [ForgeModLoader] System property request managing the state of 0 mods
2013-01-11 09:38:45 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Activating mod mcp
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Activating mod FML
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Activating mod Forge
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Activating mod CodeChickenCore
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Activating mod NotEnoughItems
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Enabling mod Forestry
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Activating mod Forestry
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Enabling mod NEIPlugins
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Activating mod NEIPlugins
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied
2013-01-11 09:38:45 [SEVERE] [ForgeModLoader] The mod NEIPlugins (NEI Plugins) requires mods [mod_NotEnoughItems] to be available
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Mod sorting data:
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Forestry(Forestry for Minecraft:1.7.0.2): forestry-A-1.7.0.2.jar (after:ExtrabiomesXL)
2013-01-11 09:38:45 [FINE] [ForgeModLoader] NEIPlugins(NEI Plugins:1.0.4.1): NEIPlugins-1.0.4.1.jar (required-after:mod_NotEnoughItems)
2013-01-11 09:38:51 [INFO] [STDOUT] Stopping!
The problem is I have NEI installed. so this is confusing me a lot...
-
View User Profile
-
View Posts
-
Send Message
Retired Staffin the log file their are 2 lines that tell you this,
2013-01-11 09:38:45 [FINE] [ForgeModLoader] NEIPlugins(NEI Plugins:1.0.4.1): NEIPlugins-1.0.4.1.jar (required-after:mod_NotEnoughItems)
and
2013-01-11 09:38:45 [FINE] [ForgeModLoader] Activating mod NotEnoughItems
the second line is missing the mod_ part
also ,http://www.minecraftforum.net/topic/1150926-aerial-heights-gaming-community172mcmmoclanspvpmultiversedynmapmumbleeventsskyblock/
and say TheBlueTroll in referal