

- #CODE CHICKEN CORE 1.9 MOD#
- #CODE CHICKEN CORE 1.9 MODS#
- #CODE CHICKEN CORE 1.9 CODE#
- #CODE CHICKEN CORE 1.9 WINDOWS 7#
Operating System: Windows 7 (amd64) version 6.1
#CODE CHICKEN CORE 1.9 CODE#
: Initializing gameĪt $.registerMaterial(MicroMaterialRegistry.scala:135)Īt (MicroMaterialRegistry.scala)Īt cz.init(MultipartRegistry.java:12)Īt cz.(EnkeysBuildingBlocks.java:37)Īt 0(Native Method)Īt (Unknown Source)Īt (Unknown Source)Īt .invoke(Unknown Source)Īt .FMLModContainer.handleModStateEvent(FMLModContainer.java:532)Īt (Unknown Source)Īt .EventSubscriber.handleEvent(EventSubscriber.java:74)Īt .SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)Īt .EventBus.dispatch(EventBus.java:322)Īt .EventBus.dispatchQueuedEvents(EventBus.java:304)Īt .EventBus.post(EventBus.java:275)Īt .ndEventToModContainer(LoadController.java:212)Īt .LoadController.propogateStateMessage(LoadController.java:190)Īt .LoadController.distributeStateMessage(LoadController.java:119)Īt .Loader.preinitializeMods(Loader.java:556)Īt .FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)Īt .func_71384_a(Minecraft.java:480)Īt .func_99999_d(Minecraft.java:878)Īt .Main.main(SourceFile:148)Īt .launch(Launch.java:135)Īt .main(Launch.java:28)Ī detailed walkthrough of the error, its code path and all known details is as follows: : : at .findClass(LaunchClassLoader.java:182) : : at .findClass(LaunchClassLoader.java:191) : : at $LoadPlugin.injectData(MCPDeobfuscationTransformer.java:57)Įxception in thread "main" : : at .CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:119) : : : codechicken/lib/asm/CC_ClassWriter
#CODE CHICKEN CORE 1.9 MODS#
I also tried putting the dev jars in /lib folder and adding them as libraries, but then it crashed because it couldn't find the mods
#CODE CHICKEN CORE 1.9 MOD#
I ran Client again and when it's loading mods it says that CodeChickenCore is duplicate ( : Found a duplicate mod CodeChickenCore at ) I ran the Client inside eclipse and the mods were there and it was working, but then I added the dev jars as libraries ( Java Build Path > Libraries > Add JARs) so I can make the microblocks. I followed a tutorial and downloaded the dev and src jars and put the dev jars into folder /eclipse/mods/ and the src jars into /lib folder in eclipse. I can't make the needed mods (CodeChickenCore, ForgeMultipart) to work inside eclipse. From my research I found that all I need to do is register the blocks using MicroMaterialRegistry#registerMaterial, but I'm not sure if that is true.ġ.

