I am Tryng to make a minecraft mod. I have setted up everythng and when i try to launc it for a test i get theese
Errors
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 13.03.14 14:21
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: Com.example.Mod.ClientProxy
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:484)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:201)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:498)
at net.minecraft.client.Minecraft.run(Minecraft.java:853)
at net.minecraft.client.main.Main.main(Main.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: Com.example.Mod.ClientProxy
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:270)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
... 33 more
Caused by: java.lang.NoClassDefFoundError: Com/example/Mod/ClientProxy (wrong name: com/example/Mod/ClientProxy)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
... 39 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 818917968 bytes (780 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
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.01-pre FML v7.2.128.1040 Minecraft Forge 10.12.0.1040 4 mods loaded, 4 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.2.128.1040} [Forge Mod Loader] (forgeBin-1.7.2-10.12.0.1040.jar) Unloaded->Constructed
Forge{10.12.0.1040} [Minecraft Forge] (forgeBin-1.7.2-10.12.0.1040.jar) Unloaded->Constructed
MoarFood{Alpha 1.0} [Moar Food] (bin) Unloaded->Errored
Use all lowercase where you entered "Com.example.Mod.ClientProxy". Except for "ClientProxy". (It should say "com.example.mod.ClientProxy".)
By the way, I wouldn't really recommend referencing the example mod. I won't stop you, but it could cause some issues later on.
Rollback Post to RevisionRollBack
I AM NOT YOUR PERSONAL MINECRAFT MOD SUPPORT AGENT, SO PLEASE DO NOT PM ME ABOUT PROBLEMATIC MODS THAT ARE NOT MINE. If you're having trouble/crashes with a mod, you'll have better luck resolving it in this forum section than PMing me. If you already made a topic, be patient about responses. If you have troubles with anything non-Minecraft related on your PC, I might be able to help, though, but no promises. Even though I could wish to be, I'm not a wizard.
Thanks bilde2910 i will try it after schooli did not use the example i followed i guide where it says i have to name it like that.what shal i name it then
---- Minecraft Crash Report ----
// Sorry
Time: 14.03.14 12:58
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: Com.example.Mod.ClientProxy
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:484)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:201)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:498)
at net.minecraft.client.Minecraft.run(Minecraft.java:853)
at net.minecraft.client.main.Main.main(Main.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: Com.example.Mod.ClientProxy
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:270)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
... 33 more
Caused by: java.lang.NoClassDefFoundError: Com/example/Mod/ClientProxy (wrong name: com/example/mod/ClientProxy)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
... 39 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 819000104 bytes (781 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
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.01-pre FML v7.2.128.1040 Minecraft Forge 10.12.0.1040 4 mods loaded, 4 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.2.128.1040} [Forge Mod Loader] (forgeBin-1.7.2-10.12.0.1040.jar) Unloaded->Constructed
Forge{10.12.0.1040} [Minecraft Forge] (forgeBin-1.7.2-10.12.0.1040.jar) Unloaded->Constructed
MoarFood{Alpha 1.0} [Moar Food] (bin) Unloaded->Errored
I AM NOT YOUR PERSONAL MINECRAFT MOD SUPPORT AGENT, SO PLEASE DO NOT PM ME ABOUT PROBLEMATIC MODS THAT ARE NOT MINE. If you're having trouble/crashes with a mod, you'll have better luck resolving it in this forum section than PMing me. If you already made a topic, be patient about responses. If you have troubles with anything non-Minecraft related on your PC, I might be able to help, though, but no promises. Even though I could wish to be, I'm not a wizard.
I AM NOT YOUR PERSONAL MINECRAFT MOD SUPPORT AGENT, SO PLEASE DO NOT PM ME ABOUT PROBLEMATIC MODS THAT ARE NOT MINE. If you're having trouble/crashes with a mod, you'll have better luck resolving it in this forum section than PMing me. If you already made a topic, be patient about responses. If you have troubles with anything non-Minecraft related on your PC, I might be able to help, though, but no promises. Even though I could wish to be, I'm not a wizard.
fikk dette problemet da jeg prøvde og legge til creative tabs
(Got This Problem When i Tried To add Crative Tabs)
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 16.03.14 11:12
Description: Rendering screen
java.lang.Error: Unresolved compilation problem:
The type new CreativeTabs(){} must implement the inherited abstract method CreativeTabs.getTabIconItem()
at com.example.mod.MoarFood$1.getTabIconItem(MoarFood.java:22)
at net.minecraft.creativetab.CreativeTabs.getIconItemStack(CreativeTabs.java:194)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147051_a(GuiContainerCreative.java:939)
at net.minecraft.client.gui.inventory.GuiContainerCreative.drawGuiContainerBackgroundLayer(GuiContainerCreative.java:771)
at net.minecraft.client.gui.inventory.GuiContainer.drawScreen(GuiContainer.java:89)
at net.minecraft.client.renderer.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:30)
at net.minecraft.client.gui.inventory.GuiContainerCreative.drawScreen(GuiContainerCreative.java:649)
at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1109)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:984)
at net.minecraft.client.Minecraft.run(Minecraft.java:873)
at net.minecraft.client.main.Main.main(Main.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
fikk dette problemet da jeg prøvde og legge til creative tabs
(Got This Problem When i Tried To add Crative Tabs)
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 16.03.14 11:12
Description: Rendering screen
java.lang.Error: Unresolved compilation problem:
The type new CreativeTabs(){} must implement the inherited abstract method CreativeTabs.getTabIconItem()
at com.example.mod.MoarFood$1.getTabIconItem(MoarFood.java:22)
at net.minecraft.creativetab.CreativeTabs.getIconItemStack(CreativeTabs.java:194)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147051_a(GuiContainerCreative.java:939)
at net.minecraft.client.gui.inventory.GuiContainerCreative.drawGuiContainerBackgroundLayer(GuiContainerCreative.java:771)
at net.minecraft.client.gui.inventory.GuiContainer.drawScreen(GuiContainer.java:89)
at net.minecraft.client.renderer.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:30)
at net.minecraft.client.gui.inventory.GuiContainerCreative.drawScreen(GuiContainerCreative.java:649)
at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1109)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:984)
at net.minecraft.client.Minecraft.run(Minecraft.java:873)
at net.minecraft.client.main.Main.main(Main.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Bare en stavefeil. Du skrev gatTabIconItem. Du bør nok velge en Item å returnere her, det er nemlig ikonet fanen vil ha i kreativ-inventory.
(Just a typo. You wrote gatTabIconItem. You should probably choose an Item to return here, because that's the icon the tab will have in the creative inventory.)
I AM NOT YOUR PERSONAL MINECRAFT MOD SUPPORT AGENT, SO PLEASE DO NOT PM ME ABOUT PROBLEMATIC MODS THAT ARE NOT MINE. If you're having trouble/crashes with a mod, you'll have better luck resolving it in this forum section than PMing me. If you already made a topic, be patient about responses. If you have troubles with anything non-Minecraft related on your PC, I might be able to help, though, but no promises. Even though I could wish to be, I'm not a wizard.
To post a comment, please login or register a new account.
Errors
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 13.03.14 14:21
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: Com.example.Mod.ClientProxy
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:484)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:201)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:498)
at net.minecraft.client.Minecraft.run(Minecraft.java:853)
at net.minecraft.client.main.Main.main(Main.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: Com.example.Mod.ClientProxy
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:270)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
... 33 more
Caused by: java.lang.NoClassDefFoundError: Com/example/Mod/ClientProxy (wrong name: com/example/Mod/ClientProxy)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
... 39 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 818917968 bytes (780 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
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.01-pre FML v7.2.128.1040 Minecraft Forge 10.12.0.1040 4 mods loaded, 4 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.2.128.1040} [Forge Mod Loader] (forgeBin-1.7.2-10.12.0.1040.jar) Unloaded->Constructed
Forge{10.12.0.1040} [Minecraft Forge] (forgeBin-1.7.2-10.12.0.1040.jar) Unloaded->Constructed
MoarFood{Alpha 1.0} [Moar Food] (bin) Unloaded->Errored
have anyone a way to fix it
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumBy the way, I wouldn't really recommend referencing the example mod. I won't stop you, but it could cause some issues later on.
I AM NOT YOUR PERSONAL MINECRAFT MOD SUPPORT AGENT, SO PLEASE DO NOT PM ME ABOUT PROBLEMATIC MODS THAT ARE NOT MINE. If you're having trouble/crashes with a mod, you'll have better luck resolving it in this forum section than PMing me. If you already made a topic, be patient about responses. If you have troubles with anything non-Minecraft related on your PC, I might be able to help, though, but no promises. Even though I could wish to be, I'm not a wizard.
---- Minecraft Crash Report ----
// Sorry
Time: 14.03.14 12:58
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: Com.example.Mod.ClientProxy
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:484)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:201)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:498)
at net.minecraft.client.Minecraft.run(Minecraft.java:853)
at net.minecraft.client.main.Main.main(Main.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: Com.example.Mod.ClientProxy
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:270)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
... 33 more
Caused by: java.lang.NoClassDefFoundError: Com/example/Mod/ClientProxy (wrong name: com/example/mod/ClientProxy)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
... 39 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 819000104 bytes (781 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
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.01-pre FML v7.2.128.1040 Minecraft Forge 10.12.0.1040 4 mods loaded, 4 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.2.128.1040} [Forge Mod Loader] (forgeBin-1.7.2-10.12.0.1040.jar) Unloaded->Constructed
Forge{10.12.0.1040} [Minecraft Forge] (forgeBin-1.7.2-10.12.0.1040.jar) Unloaded->Constructed
MoarFood{Alpha 1.0} [Moar Food] (bin) Unloaded->Errored
Here`s what i have writed on eclipse
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI AM NOT YOUR PERSONAL MINECRAFT MOD SUPPORT AGENT, SO PLEASE DO NOT PM ME ABOUT PROBLEMATIC MODS THAT ARE NOT MINE. If you're having trouble/crashes with a mod, you'll have better luck resolving it in this forum section than PMing me. If you already made a topic, be patient about responses. If you have troubles with anything non-Minecraft related on your PC, I might be able to help, though, but no promises. Even though I could wish to be, I'm not a wizard.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumBare hyggelig!
(You're welcome!)
I AM NOT YOUR PERSONAL MINECRAFT MOD SUPPORT AGENT, SO PLEASE DO NOT PM ME ABOUT PROBLEMATIC MODS THAT ARE NOT MINE. If you're having trouble/crashes with a mod, you'll have better luck resolving it in this forum section than PMing me. If you already made a topic, be patient about responses. If you have troubles with anything non-Minecraft related on your PC, I might be able to help, though, but no promises. Even though I could wish to be, I'm not a wizard.
(Got This Problem When i Tried To add Crative Tabs)
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 16.03.14 11:12
Description: Rendering screen
java.lang.Error: Unresolved compilation problem:
The type new CreativeTabs(){} must implement the inherited abstract method CreativeTabs.getTabIconItem()
at com.example.mod.MoarFood$1.getTabIconItem(MoarFood.java:22)
at net.minecraft.creativetab.CreativeTabs.getIconItemStack(CreativeTabs.java:194)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147051_a(GuiContainerCreative.java:939)
at net.minecraft.client.gui.inventory.GuiContainerCreative.drawGuiContainerBackgroundLayer(GuiContainerCreative.java:771)
at net.minecraft.client.gui.inventory.GuiContainer.drawScreen(GuiContainer.java:89)
at net.minecraft.client.renderer.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:30)
at net.minecraft.client.gui.inventory.GuiContainerCreative.drawScreen(GuiContainerCreative.java:649)
at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1109)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:984)
at net.minecraft.client.Minecraft.run(Minecraft.java:873)
at net.minecraft.client.main.Main.main(Main.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.example.mod.MoarFood$1.getTabIconItem(MoarFood.java:22)
at net.minecraft.creativetab.CreativeTabs.getIconItemStack(CreativeTabs.java:194)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147051_a(GuiContainerCreative.java:939)
at net.minecraft.client.gui.inventory.GuiContainerCreative.drawGuiContainerBackgroundLayer(GuiContainerCreative.java:771)
at net.minecraft.client.gui.inventory.GuiContainer.drawScreen(GuiContainer.java:89)
at net.minecraft.client.renderer.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:30)
at net.minecraft.client.gui.inventory.GuiContainerCreative.drawScreen(GuiContainerCreative.java:649)
-- Screen render details --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative
Mouse location: Scaled: (294, 9). Absolute: (589, 460)
Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Player280'/377, l='MpServer', x=-215,20, y=67,62, z=234,88]]
Chunk stats: MultiplayerChunkCache: 225, 225
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-204,64,228), Chunk: (at 4,4,4 in -13,14; contains blocks -208,0,224 to -193,255,239), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1208 game time, 1208 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: 123 total; [EntitySquid['Squid'/258, l='MpServer', x=-159,75, y=50,90, z=242,28], EntitySquid['Squid'/256, l='MpServer', x=-158,36, y=53,23, z=256,60], EntitySquid['Squid'/262, l='MpServer', x=-154,35, y=54,35, z=258,00], EntityBat['Bat'/260, l='MpServer', x=-165,00, y=13,06, z=257,58], EntityCreeper['Creeper'/264, l='MpServer', x=-156,50, y=49,00, z=280,50], EntityCreeper['Creeper'/265, l='MpServer', x=-159,50, y=49,00, z=278,50], EntitySkeleton['Skeleton'/295, l='MpServer', x=-143,72, y=38,00, z=232,69], EntityZombie['Zombie'/296, l='MpServer', x=-141,50, y=23,00, z=251,50], EntityZombie['Zombie'/297, l='MpServer', x=-139,50, y=23,00, z=252,50], EntitySkeleton['Skeleton'/57, l='MpServer', x=-290,50, y=41,00, z=199,50], EntityZombie['Zombie'/298, l='MpServer', x=-138,50, y=23,00, z=254,50], EntitySkeleton['Skeleton'/69, l='MpServer', x=-287,95, y=41,00, z=198,53], EntitySkeleton['Skeleton'/70, l='MpServer', x=-284,06, y=36,00, z=193,53], EntitySpider['Spider'/71, l='MpServer', x=-276,88, y=37,00, z=206,00], EntitySkeleton['Skeleton'/72, l='MpServer', x=-273,50, y=39,00, z=198,50], EntityCreeper['Creeper'/73, l='MpServer', x=-280,50, y=12,00, z=226,50], EntitySkeleton['Skeleton'/85, l='MpServer', x=-266,50, y=24,00, z=165,50], EntityZombie['Zombie'/84, l='MpServer', x=-265,50, y=24,00, z=162,50], EntityZombie['Zombie'/87, l='MpServer', x=-256,50, y=39,00, z=186,50], EntitySkeleton['Skeleton'/86, l='MpServer', x=-268,62, y=24,00, z=163,15], EntitySkeleton['Skeleton'/83, l='MpServer', x=-271,16, y=25,00, z=159,69], EntityItem['item.item.seeds'/92, l='MpServer', x=-265,78, y=63,13, z=243,81], EntityBat['Bat'/95, l='MpServer', x=-261,25, y=23,10, z=313,25], EntitySkeleton['Skeleton'/89, l='MpServer', x=-259,09, y=39,00, z=202,53], EntitySkeleton['Skeleton'/88, l='MpServer', x=-264,94, y=60,00, z=186,53], EntityZombie['Zombie'/91, l='MpServer', x=-271,50, y=39,00, z=197,50], EntityZombie['Zombie'/90, l='MpServer', x=-270,50, y=39,00, z=196,50], EntityZombie['Zombie'/103, l='MpServer', x=-254,50, y=59,00, z=173,50], EntityItem['item.item.seeds'/110, l='MpServer', x=-246,19, y=63,13, z=227,41], EntitySquid['Squid'/111, l='MpServer', x=-239,47, y=56,31, z=236,28], EntitySquid['Squid'/108, l='MpServer', x=-245,47, y=55,00, z=235,53], EntitySquid['Squid'/109, l='MpServer', x=-251,86, y=58,33, z=239,47], EntitySpider['Spider'/106, l='MpServer', x=-242,24, y=41,50, z=201,27], EntityBat['Bat'/107, l='MpServer', x=-254,25, y=48,10, z=205,75], EntityZombie['Zombie'/104, l='MpServer', x=-243,50, y=41,00, z=199,75], EntityZombie['Zombie'/105, l='MpServer', x=-243,69, y=42,00, z=197,34], EntityClientPlayerMP['Player280'/377, l='MpServer', x=-215,20, y=67,62, z=234,88], EntityCreeper['Creeper'/117, l='MpServer', x=-244,49, y=46,00, z=310,48], EntityCreeper['Creeper'/116, l='MpServer', x=-252,50, y=28,00, z=288,50], EntitySkeleton['Skeleton'/115, l='MpServer', x=-248,31, y=28,00, z=283,50], EntitySkeleton['Skeleton'/114, l='MpServer', x=-249,16, y=28,00, z=283,50], EntityCreeper['Creeper'/113, l='MpServer', x=-242,00, y=17,00, z=276,41], EntitySquid['Squid'/112, l='MpServer', x=-246,54, y=57,00, z=241,36], EntityItem['item.item.seeds'/126, l='MpServer', x=-238,22, y=63,13, z=171,13], EntityBat['Bat'/125, l='MpServer', x=-229,00, y=36,65, z=171,58], EntitySquid['Squid'/137, l='MpServer', x=-234,29, y=58,06, z=228,11], EntitySquid['Squid'/136, l='MpServer', x=-230,58, y=58,05, z=225,74], EntityCreeper['Creeper'/139, l='MpServer', x=-238,57, y=16,00, z=275,34], EntityZombie['Zombie'/138, l='MpServer', x=-238,50, y=15,00, z=247,50], EntityZombie['Zombie'/141, l='MpServer', x=-231,50, y=26,00, z=261,50], EntityZombie['Zombie'/140, l='MpServer', x=-235,50, y=22,00, z=261,50], EntityBat['Bat'/143, l='MpServer', x=-241,29, y=33,11, z=259,86], EntityBat['Bat'/142, l='MpServer', x=-227,74, y=16,79, z=265,36], EntityCreeper['Creeper'/129, l='MpServer', x=-230,50, y=39,00, z=190,50], EntityCreeper['Creeper'/128, l='MpServer', x=-225,22, y=22,00, z=176,84], EntityBat['Bat'/131, l='MpServer', x=-229,33, y=35,62, z=185,49], EntityBat['Bat'/130, l='MpServer', x=-239,43, y=40,44, z=195,52], EntityZombie['Zombie'/133, l='MpServer', x=-228,50, y=24,00, z=202,50], EntitySkeleton['Skeleton'/132, l='MpServer', x=-228,50, y=24,00, z=199,50], EntitySquid['Squid'/135, l='MpServer', x=-231,34, y=58,34, z=220,31], EntityBat['Bat'/134, l='MpServer', x=-234,45, y=38,05, z=193,97], EntityChicken['Chicken'/152, l='MpServer', x=-227,50, y=64,00, z=281,50], EntityBat['Bat'/157, l='MpServer', x=-219,53, y=46,10, z=172,25], EntitySkeleton['Skeleton'/158, l='MpServer', x=-214,34, y=18,00, z=196,50], EntitySkeleton['Skeleton'/159, l='MpServer', x=-215,31, y=18,00, z=196,69], EntityBat['Bat'/144, l='MpServer', x=-223,18, y=18,03, z=273,38], EntityCreeper['Creeper'/145, l='MpServer', x=-224,60, y=43,00, z=284,37], EntityZombie['Zombie'/146, l='MpServer', x=-233,50, y=46,00, z=283,50], EntityCreeper['Creeper'/147, l='MpServer', x=-225,69, y=44,00, z=286,69], EntityCreeper['Creeper'/148, l='MpServer', x=-224,75, y=44,00, z=285,72], EntityChicken['Chicken'/149, l='MpServer', x=-226,50, y=64,00, z=281,50], EntityChicken['Chicken'/150, l='MpServer', x=-233,47, y=65,00, z=283,53], EntityChicken['Chicken'/151, l='MpServer', x=-224,50, y=64,00, z=282,50], EntityWitch['Witch'/163, l='MpServer', x=-220,50, y=28,00, z=249,50], EntityCreeper['Creeper'/162, l='MpServer', x=-213,31, y=24,00, z=245,97], EntityCreeper['Creeper'/161, l='MpServer', x=-208,50, y=19,00, z=229,50], EntityCreeper['Creeper'/160, l='MpServer', x=-214,88, y=18,00, z=194,75], EntityCreeper['Creeper'/167, l='MpServer', x=-219,50, y=43,00, z=277,50], EntityCreeper['Creeper'/166, l='MpServer', x=-221,78, y=43,00, z=280,09], EntityCreeper['Creeper'/165, l='MpServer', x=-221,78, y=43,00, z=277,44], EntityBat['Bat'/164, l='MpServer', x=-224,68, y=18,37, z=267,83], EntitySpider['Spider'/186, l='MpServer', x=-192,50, y=16,00, z=196,50], EntityCreeper['Creeper'/187, l='MpServer', x=-193,50, y=16,00, z=199,50], EntityBat['Bat'/185, l='MpServer', x=-200,19, y=16,41, z=176,98], EntitySkeleton['Skeleton'/190, l='MpServer', x=-200,44, y=15,00, z=245,88], EntityZombie['Zombie'/191, l='MpServer', x=-199,50, y=18,00, z=243,50], EntityCreeper['Creeper'/188, l='MpServer', x=-205,50, y=18,00, z=227,34], EntityZombie['Zombie'/189, l='MpServer', x=-203,64, y=18,00, z=238,00], EntityZombie['Zombie'/205, l='MpServer', x=-181,50, y=21,00, z=226,03], EntityZombie['Zombie'/204, l='MpServer', x=-183,50, y=17,00, z=220,50], EntityBat['Bat'/207, l='MpServer', x=-188,53, y=18,10, z=244,50], EntityBat['Bat'/206, l='MpServer', x=-190,56, y=19,10, z=243,25], EntityZombie['Zombie'/203, l='MpServer', x=-181,50, y=44,00, z=191,50], EntityCreeper['Creeper'/202, l='MpServer', x=-180,47, y=44,00, z=170,97], EntitySquid['Squid'/220, l='MpServer', x=-158,46, y=62,34, z=192,82], EntitySquid['Squid'/221, l='MpServer', x=-167,91, y=54,41, z=193,61], EntitySquid['Squid'/222, l='MpServer', x=-165,96, y=61,56, z=196,68], EntitySquid['Squid'/223, l='MpServer', x=-157,72, y=56,03, z=192,88], EntitySquid['Squid'/219, l='MpServer', x=-162,31, y=59,94, z=186,25], EntitySquid['Squid'/208, l='MpServer', x=-183,13, y=57,44, z=268,48], EntitySquid['Squid'/209, l='MpServer', x=-180,35, y=56,36, z=261,64], EntitySquid['Squid'/210, l='MpServer', x=-179,50, y=55,34, z=262,03], EntityCreeper['Creeper'/211, l='MpServer', x=-186,50, y=16,00, z=293,50], EntitySquid['Squid'/237, l='MpServer', x=-159,65, y=49,78, z=271,50], EntityCreeper['Creeper'/236, l='MpServer', x=-162,50, y=49,00, z=277,50], EntityZombie['Zombie'/235, l='MpServer', x=-166,33, y=18,00, z=274,31], EntityCreeper['Creeper'/234, l='MpServer', x=-170,24, y=20,00, z=276,66], EntitySquid['Squid'/233, l='MpServer', x=-160,22, y=62,26, z=256,00], EntitySquid['Squid'/232, l='MpServer', x=-171,44, y=55,33, z=261,17], EntitySquid['Squid'/231, l='MpServer', x=-159,11, y=52,37, z=265,69], EntitySquid['Squid'/230, l='MpServer', x=-167,13, y=52,04, z=266,72], EntitySquid['Squid'/229, l='MpServer', x=-158,07, y=51,34, z=240,60], EntitySquid['Squid'/228, l='MpServer', x=-165,17, y=51,35, z=255,46], EntitySquid['Squid'/227, l='MpServer', x=-166,28, y=53,34, z=254,73], EntitySquid['Squid'/226, l='MpServer', x=-171,33, y=54,31, z=247,87], EntitySquid['Squid'/225, l='MpServer', x=-163,29, y=47,64, z=239,89], EntitySquid['Squid'/224, l='MpServer', x=-161,42, y=61,42, z=200,78], EntitySquid['Squid'/254, l='MpServer', x=-155,44, y=51,19, z=244,88], EntitySquid['Squid'/253, l='MpServer', x=-161,64, y=49,43, z=248,05], EntitySquid['Squid'/250, l='MpServer', x=-155,89, y=46,22, z=241,84], EntityCreeper['Creeper'/248, l='MpServer', x=-144,50, y=36,00, z=233,50], EntitySkeleton['Skeleton'/249, l='MpServer', x=-147,50, y=37,00, z=236,13], EntitySquid['Squid'/247, l='MpServer', x=-159,28, y=60,75, z=197,94]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:384)
at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2436)
at net.minecraft.client.Minecraft.run(Minecraft.java:894)
at net.minecraft.client.main.Main.main(Main.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 851032920 bytes (811 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 20006 (1120336 bytes; 1 MB) allocated, 1566 (87696 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.01-pre FML v7.2.129.1047 Minecraft Forge 10.12.0.1047 4 mods loaded, 4 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.2.129.1047} [Forge Mod Loader] (forgeBin-1.7.2-10.12.0.1047.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.12.0.1047} [Minecraft Forge] (forgeBin-1.7.2-10.12.0.1047.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MoarFood{1.0} [MoarFood] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.6
LWJGL: 2.9.0
OpenGL: AMD Radeon HD 7800 Series GL version 4.3.12795 Compatibility Profile Context 13.350.1005.0, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 8926 (499856 bytes; 0 MB) allocated, 2893 (162008 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
ps ja jeg er nybegynner.
(Ps. Yes i am A Noob)
her er hva jeg har skervet
(Here's what i have writed in eclipse)
package com.example.mod;
import com.example.mod.Proxy.ProxyCommon;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.init.Blocks;
import net.minecraft.init.Items;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import cpw.mods.fml.common.Mod;
import cpw.mods.fml.common.Mod.EventHandler;
import cpw.mods.fml.common.Mod.Instance;
import cpw.mods.fml.common.SidedProxy;
import cpw.mods.fml.common.event.FMLInitializationEvent;
import cpw.mods.fml.common.registry.GameRegistry;
import cpw.mods.fml.common.registry.LanguageRegistry;
@Mod(modid = MoarFood.MODID, version = MoarFood.VERSION)
public class MoarFood
{
//CreativeTab
public static CreativeTabs tabBlocks = new CreativeTabs("moarfood mod locks"){
public Item gatTabIconItem() {
return new Item();
}
};
public static final String MODID = "MoarFood";
public static final String VERSION = "1.0";
@Instance(value = MODID)
public static MoarFood instance;
@SidedProxy(clientSide = "com.example.mod.Proxy.ProxyClient", serverSide = "com.example.mod.Proxy.ProxyCommon")
public static ProxyCommon proxy;
@EventHandler
public void init(FMLInitializationEvent event)
{
GameRegistry.addShapelessRecipe(new ItemStack(Items.blaze_rod, 5), Items.blaze_powder, Items.blaze_powder);
GameRegistry.addShapedRecipe(new ItemStack(Blocks.command_block), "XXX", "WYW", "XXX", 'X', Blocks.stone, 'W', Items.iron_ingot, 'Y', Items.redstone );
GameRegistry.addSmelting(Items.iron_ingot, new ItemStack (Items.gold_ingot), 100f);
GameRegistry.addSmelting(Items.gold_ingot, new ItemStack (Items.diamond), 5);
}
@EventHandler
public void load(FMLInitializationEvent event){
proxy.registerRenderers();
//CreativeTabs
LanguageRegistry.instance().addStringLocalization("ItemGroup.tabMoarFood", "en_US", "Moar Food Blocks");
}
}
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumBare en stavefeil. Du skrev gatTabIconItem. Du bør nok velge en Item å returnere her, det er nemlig ikonet fanen vil ha i kreativ-inventory.
(Just a typo. You wrote gatTabIconItem. You should probably choose an Item to return here, because that's the icon the tab will have in the creative inventory.)
I AM NOT YOUR PERSONAL MINECRAFT MOD SUPPORT AGENT, SO PLEASE DO NOT PM ME ABOUT PROBLEMATIC MODS THAT ARE NOT MINE. If you're having trouble/crashes with a mod, you'll have better luck resolving it in this forum section than PMing me. If you already made a topic, be patient about responses. If you have troubles with anything non-Minecraft related on your PC, I might be able to help, though, but no promises. Even though I could wish to be, I'm not a wizard.