It's a core mod for his other mods. Like codechickenlib is required to use any chickenbones mods (like that nice NEI menu you get in pretty much all modpacks).
Also, CreativeMD, could you link your other mods either in this thread or your sig maybe? It's kinda useless to only link here from other pages. I saw this before other mod threads you may have made, and don't know what mods this supports (would just be nice to easily go to your other mods instead of searching your profile for created threads)
It's a core mod for his other mods. Like codechickenlib is required to use any chickenbones mods (like that nice NEI menu you get in pretty much all modpacks).
Also, CreativeMD, could you link your other mods either in this thread or your sig maybe? It's kinda useless to only link here from other pages. I saw this before other mod threads you may have made, and don't know what mods this supports (would just be nice to easily go to your other mods instead of searching your profile for created threads)
Yes, i planned to do something like this pretty soon.
Question, I was planning to use this because MicroBlocks required Forge and Forge started to crash my game in the last few days. So instead, I found Little Tiles. Does the core mod or Little Tiles require Forge?
Question, I was planning to use this because MicroBlocks required Forge and Forge started to crash my game in the last few days. So instead, I found Little Tiles. Does the core mod or Little Tiles require Forge?
Every mod requires Forge and my mod LittleTiles requires CreativeCore as well.
Crash using all your latest mods with creativecore 1.3.6 ,but crash seems to happen with all versions of creativecore 1.3.3 and up .
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 9/21/15 1:02 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: Lcom/creativemd/creativecore/common/packet/CreativeCorePacket;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.NoClassDefFoundError: Lcom/creativemd/creativecore/common/packet/CreativeCorePacket;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredField(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.parseSimpleFieldAnnotation(FMLModContainer.java:404)
at cpw.mods.fml.common.FMLModContainer.processFieldAnnotations(FMLModContainer.java:358)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:513)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 18 more
Caused by: java.lang.ClassNotFoundException: com.creativemd.creativecore.common.packet.CreativeCorePacket
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 46 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Crash using all your latest mods with creativecore 1.3.6 ,but crash seems to happen with all versions of creativecore 1.3.3 and up .
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 9/21/15 1:02 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: Lcom/creativemd/creativecore/common/packet/CreativeCorePacket;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.NoClassDefFoundError: Lcom/creativemd/creativecore/common/packet/CreativeCorePacket;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredField(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.parseSimpleFieldAnnotation(FMLModContainer.java:404)
at cpw.mods.fml.common.FMLModContainer.processFieldAnnotations(FMLModContainer.java:358)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:513)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 18 more
Caused by: java.lang.ClassNotFoundException: com.creativemd.creativecore.common.packet.CreativeCorePacket
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 46 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
CreativeCore
All new versions of my mods will need this as a core mod.
Downloads
1.9.4
CreativeCore v1.4 download
1.9
CreativeCore v1.4 download
1.8.9
CreativeCore v1.4 download
1.7.10
CreativeCore v1.3.24 download
Old Downloads
1.10.2
CreativeCore v1.6.12 mc1.10.2 download
CreativeCore v1.6.11 mc1.10.2 download
CreativeCore v1.6.6 mc1.10.2 download
CreativeCore v1.6.3 mc1.10.2 download
CreativeCore v1.6.2 mc1.10.2 download
CreativeCore v1.6.1 mc1.10.2 download
CreativeCore v1.6 mc1.10.2 download
CreativeCore v1.5.1 mc1.10.2 download
CreativeCore v1.5 mc1.10.2 download
1.9.4
CreativeCore v1.4 download
1.7.10
CreativeCore v1.3.23 download
CreativeCore v1.3.21 download
CreativeCore v1.3.20 download
CreativeCore v1.3.19 download
CreativeCore v1.3.18 download
CreativeCore v1.3.16 download
CreativeCore v1.3.15 download
CreativeCore v1.3.14 download
CreativeCore v1.3.13 download
CreativeCore v1.3.12 download
CreativeCore v1.3.11 download
CreativeCore v1.3.10 download
CreativeCore v1.3.9 download
CreativeCore v1.3.8 download
CreativeCore v1.3.7 download
CreativeCore v1.3.6 download
CreativeCore v1.3.4 download
CreativeCore v1.3.3 download
CreativeCore v1.3.2 download
CreativeCore v1.3.1 download
CreativeCore v1.3 download
CreativeCore v1.2.2 download
CreativeCore v1.2.1 download
CreativeCore v1.2.0 download
CreativeCore v1.1.5 download
CreativeCore v1.1.4 download
CreativeCore v1.1.3 download
CreativeCore v1.1.2 download
CreativeCore v1.1.1 download
CreativeCore v1.1.0 download
CreativeCore v1.0.0 download
Modpacks
Fell free to use this mod in your modpacks
Github
https://github.com/CreativeMD/CreativeCore
Changelog
1.6.14
1.6.12
1.6.11
1.6.6
1.6.3
1.6.2
1.6.1
1.6
1.5.1
1.5
1.4
1.3.24
1.3.23
1.3.21
1.3.20
1.3.19
1.3.18
1.3.16
1.3.15
1.3.14
1.3.13
1.3.12
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.4
1.3.2
1.3.1
1.3
1.2.2
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
It will be something like IChunUtil or CodeChickenCore?
Never looked into these mods but yes maybe
Ok, thanks!
DROPBOX, Y U NO LET ME DOWNLOAD!!!1!!!
It's working fine for me
It's a core mod for his other mods. Like codechickenlib is required to use any chickenbones mods (like that nice NEI menu you get in pretty much all modpacks).
Also, CreativeMD, could you link your other mods either in this thread or your sig maybe? It's kinda useless to only link here from other pages. I saw this before other mod threads you may have made, and don't know what mods this supports (would just be nice to easily go to your other mods instead of searching your profile for created threads)
Yes, i planned to do something like this pretty soon.
Released v1.1.0 required for LittleTiles v0.2
Released v1.1.3
Question, I was planning to use this because MicroBlocks required Forge and Forge started to crash my game in the last few days. So instead, I found Little Tiles. Does the core mod or Little Tiles require Forge?
Every mod requires Forge and my mod LittleTiles requires CreativeCore as well.
Released v1.2.0
Released 1.3:
Released 1.3.1
Released v1.3.2
Released v1.3.4
Crash using all your latest mods with creativecore 1.3.6 ,but crash seems to happen with all versions of creativecore 1.3.3 and up .
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 9/21/15 1:02 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: Lcom/creativemd/creativecore/common/packet/CreativeCorePacket;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.NoClassDefFoundError: Lcom/creativemd/creativecore/common/packet/CreativeCorePacket;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredField(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.parseSimpleFieldAnnotation(FMLModContainer.java:404)
at cpw.mods.fml.common.FMLModContainer.processFieldAnnotations(FMLModContainer.java:358)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:513)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 18 more
Caused by: java.lang.ClassNotFoundException: com.creativemd.creativecore.common.packet.CreativeCorePacket
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 46 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 353478968 bytes (337 MB) / 620756992 bytes (592 MB) up to 954728448 bytes (910 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 9 mods loaded, 9 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1492-1.7.10-universal.jar)
UC Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10-universal.jar)
UC generationmanager{0.4.1} [Generation Manager Core] (minecraft.jar)
UC itemphysic{1.1.5} [ItemPhysic] (minecraft.jar)
UE ingameconfigmanager{1.0.0} [InGameConfigManager] (302.InGameConfigManager Pre-Alpha v0.0.4 mc1.7.10.zip)
UE creativecore{1.2.0} [CreativeCore] (376.CreativeCore v1.3.6 mc1.7.10.jar)
UE littletiles{0.1} [LittleTiles] (LittleTiles v0.3.5 mc1.7.10.jar)
UC RTG{@[email protected]} [Realistic Terrain Generation] (RTG-1.7.10-0.0.6.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.200.1062.1004' Renderer: 'AMD Radeon R290x Series'
Redownload 1.3.6, this should fix your issue.
Released v1.3.7