What version of Java do you have? To me, it looks like you have Java 5 or less, but that doesn't make sense because Minecraft shouldn't have worked in the first place. Try uninstalling all traces of Java, and reinstalling the latest JDK.
Shoot me a PM if you need help fleshing out ideas. I enjoy designing how gui's and interfaces look (not the coding though) and I'm pretty decent at balancing things if I have some time plus I love fleshing out smaller details of things so that they'll actually work. If your mod idea is too op let me know and I'll try to help
Sie Hir Hirself They Them Themself pronouns please. Thankies :*
What version of Java do you have? To me, it looks like you have Java 5 or less, but that doesn't make sense because Minecraft shouldn't have worked in the first place. Try uninstalling all traces of Java, and reinstalling the latest JDK.
totally taking java off my computer and reinstalling it worked. now i can start struggling with oracle....
I cant seem to get rid of the errors of this. It is the pickaxe class (I have made a mod armory) I imported as much as i could :/
package machicraft.items;
I am at the end of #3 and I start Minecraft and this is the crash report.
Syntax error on token "void", @ expected
Syntax error on token ")", { expected
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:522)
at net.minecraft.client.Minecraft.run(Minecraft.java:931)
at net.minecraft.client.main.Main.main(Main.java:164)
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 net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:85)
at GradleStart.main(GradleStart.java:45)
Caused by: java.lang.Error: Unresolved compilation problems:
Syntax error on token "void", @ expected
Syntax error on token ")", { expected
at com.alexl29.chromiumcovered.init.ModItems.init(ModItems.java:7)
at com.alexl29.chromiumcovered.ChromiumCovered.preInit(ChromiumCovered.java:17)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
... 12 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 7 (amd64) version 6.1
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 932079552 bytes (888 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.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 5 mods loaded, 5 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.10.85.1291} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized
Forge{10.13.2.1291} [Minecraft Forge] (forgeSrc-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized
alexl29_chromiumcovered{1.0.0} [ChromiumCovered] (bin) Unloaded->Constructed->Errored
examplemod{1.0} [Example Mod] (bin) Unloaded->Constructed->Pre-initialized
[14:43:46] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Coding\Desktop\Forge-1.7.10-1291\eclipse\.\crash-reports\crash-2015-03-07_14.43.46-client.txt
The file that has an error is the ModItems file. I can't get it to stop showing me errors! Here is the file:
package com.alexl29.chromiumcovered.init;
import net.minecraft.item.Item;
import com.alexl29.chromiumcovered.items.ChromiumCoveredItem;
public class ModItems()
public static Item chromiumIngot = new ChromiumCoveredItem().setUnlocalizedName("chromiumIngot");
public static void init()
{
}
}
What should I do?
Rollback Post to RevisionRollBack
I may look like I am new to Minecraft, but I have been playing since 1.6.
I am at the end of #3 and I start Minecraft and this is the crash report.
Syntax error on token "void", @ expected
Syntax error on token ")", { expected
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:522)
at net.minecraft.client.Minecraft.run(Minecraft.java:931)
at net.minecraft.client.main.Main.main(Main.java:164)
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 net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:85)
at GradleStart.main(GradleStart.java:45)
Caused by: java.lang.Error: Unresolved compilation problems:
Syntax error on token "void", @ expected
Syntax error on token ")", { expected
at com.alexl29.chromiumcovered.init.ModItems.init(ModItems.java:7)
at com.alexl29.chromiumcovered.ChromiumCovered.preInit(ChromiumCovered.java:17)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
... 12 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 7 (amd64) version 6.1
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 932079552 bytes (888 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.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 5 mods loaded, 5 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.10.85.1291} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized
Forge{10.13.2.1291} [Minecraft Forge] (forgeSrc-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized
alexl29_chromiumcovered{1.0.0} [ChromiumCovered] (bin) Unloaded->Constructed->Errored
examplemod{1.0} [Example Mod] (bin) Unloaded->Constructed->Pre-initialized
[14:43:46] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Coding\Desktop\Forge-1.7.10-1291\eclipse\.\crash-reports\crash-2015-03-07_14.43.46-client.txt
The file that has an error is the ModItems file. I can't get it to stop showing me errors! Here is the file:
package com.alexl29.chromiumcovered.init;
import net.minecraft.item.Item;
import com.alexl29.chromiumcovered.items.ChromiumCoveredItem;
public class ModItems()
public static Item chromiumIngot = new ChromiumCoveredItem().setUnlocalizedName("chromiumIngot");
public static void init()
{
}
}
What should I do?
Look at your opening/closing brackets. Your missing one.
The Meaning of Life, the Universe, and Everything.
Location:
GTA, Ontario
Join Date:
2/28/2015
Posts:
51
Location:
GTA, Ontario
Member Details
I have absolutely no clue what happened but I will attempt to explain it. I reinstalled everything and used 1.7.10 this time so that the tutorial would work. Playing minecraft from the normal launcher works fine. My code is fine as far as I can tell. No errors whatsoever and I'm almost certain I followed the tutorial exactly (Just finished part 3). Minecraft goes to launch and then ... I get the strangest thing to ever happen to me while playing minecraft. What happens is you know the background video thing that plays usually behind the text and buttons that shows the environment? I get that, except it's put into a super tiny square, the rest is white, and there is nothing else. Anyone know what went wrong?
[15:12:43] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[15:12:43] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[15:12:43] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.GradleStartCommon$GradleStartTweaker
[15:12:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[15:12:43] [main/INFO] [FML]: Forge Mod Loader version 7.10.84.1217 for Minecraft 1.7.10 loading
[15:12:43] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_31, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jre1.8.0_31
[15:12:43] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[15:12:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.GradleStartCommon$GradleStartTweaker
[15:12:43] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
[15:12:43] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[15:12:43] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:12:43] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[15:12:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:12:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:12:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:12:43] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[15:12:45] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[15:12:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:12:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[15:12:45] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[15:12:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[15:12:48] [Client thread/ERROR] [FML]: Unable to determine registrant mod for [email protected] This is a critical error and should be impossible
java.lang.Throwable
[size=13.33px] at cpw.mods.fml.common.eventhandler.EventBus.register([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [EventBus.class:?][/size]
[size=13.33px] at cpw.mods.fml.common.eventhandler.EventBus.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [EventBus.class:?][/size]
[size=13.33px] at net.minecraftforge.common.MinecraftForge.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [MinecraftForge.class:?][/size]
[size=13.33px] at net.minecraftforge.fluids.FluidRegistry.registerFluid([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FluidRegistry.class:?][/size]
[size=13.33px] at net.minecraftforge.fluids.FluidRegistry.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FluidRegistry.class:?][/size]
[size=13.33px] at net.minecraftforge.client.ForgeHooksClient.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [ForgeHooksClient.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.startGame([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.run([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.main.Main.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Main.class:?][/size]
[size=13.33px] at sun.reflect.NativeMethodAccessorImpl.invoke0([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[?:1.8.0_31][/size]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]
[size=13.33px] at net.minecraft.launchwrapper.Launch.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraft.launchwrapper.Launch.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraftforge.gradle.GradleStartCommon.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[size=13.33px] at GradleStart.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[15:12:48] [Client thread/ERROR] [FML]: Unable to determine registrant mod for [email protected] This is a critical error and should be impossible
java.lang.Throwable
[size=13.33px] at cpw.mods.fml.common.eventhandler.EventBus.register([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [EventBus.class:?][/size]
[size=13.33px] at cpw.mods.fml.common.eventhandler.EventBus.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [EventBus.class:?][/size]
[size=13.33px] at net.minecraftforge.common.MinecraftForge.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [MinecraftForge.class:?][/size]
[size=13.33px] at net.minecraftforge.fluids.FluidRegistry.registerFluid([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FluidRegistry.class:?][/size]
[size=13.33px] at net.minecraftforge.fluids.FluidRegistry.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FluidRegistry.class:?][/size]
[size=13.33px] at net.minecraftforge.client.ForgeHooksClient.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [ForgeHooksClient.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.startGame([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.run([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.main.Main.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Main.class:?][/size]
[size=13.33px] at sun.reflect.NativeMethodAccessorImpl.invoke0([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[?:1.8.0_31][/size]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]
[size=13.33px] at net.minecraft.launchwrapper.Launch.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraft.launchwrapper.Launch.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraftforge.gradle.GradleStartCommon.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[size=13.33px] at GradleStart.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[15:12:48] [Client thread/ERROR] [FML]: Unable to determine registrant mod for [email protected] This is a critical error and should be impossible
java.lang.Throwable
[size=13.33px] at cpw.mods.fml.common.eventhandler.EventBus.register([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [EventBus.class:?][/size]
[size=13.33px] at cpw.mods.fml.common.eventhandler.EventBus.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [EventBus.class:?][/size]
[size=13.33px] at net.minecraftforge.common.MinecraftForge.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [MinecraftForge.class:?][/size]
[size=13.33px] at net.minecraftforge.fluids.FluidRegistry.registerFluid([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FluidRegistry.class:?][/size]
[size=13.33px] at net.minecraftforge.fluids.FluidRegistry.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FluidRegistry.class:?][/size]
[size=13.33px] at net.minecraftforge.client.ForgeHooksClient.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [ForgeHooksClient.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.startGame([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.run([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.main.Main.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Main.class:?][/size]
[size=13.33px] at sun.reflect.NativeMethodAccessorImpl.invoke0([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[?:1.8.0_31][/size]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]
[size=13.33px] at net.minecraft.launchwrapper.Launch.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraft.launchwrapper.Launch.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraftforge.gradle.GradleStartCommon.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[size=13.33px] at GradleStart.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[15:12:48] [Client thread/ERROR] [FML]: Unable to determine registrant mod for [email protected] This is a critical error and should be impossible
java.lang.Throwable
[size=13.33px] at cpw.mods.fml.common.eventhandler.EventBus.register([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [EventBus.class:?][/size]
[size=13.33px] at cpw.mods.fml.common.eventhandler.EventBus.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [EventBus.class:?][/size]
[size=13.33px] at cpw.mods.fml.common.FMLCommonHandler.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FMLCommonHandler.class:?][/size]
[size=13.33px] at cpw.mods.fml.common.FMLCommonHandler.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FMLCommonHandler.class:?][/size]
[size=13.33px] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FMLClientHandler.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.startGame([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.run([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.main.Main.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Main.class:?][/size]
[size=13.33px] at sun.reflect.NativeMethodAccessorImpl.invoke0([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[?:1.8.0_31][/size]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]
[size=13.33px] at net.minecraft.launchwrapper.Launch.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraft.launchwrapper.Launch.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraftforge.gradle.GradleStartCommon.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[size=13.33px] at GradleStart.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[15:12:48] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[15:12:53] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[size=13.33px] at net.minecraft.client.resources.FallbackResourceManager.getResource([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[FallbackResourceManager.class:?][/size]
[size=13.33px] at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[SimpleReloadableResourceManager.class:?][/size]
[size=13.33px] at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [TextureMap.class:?][/size]
[size=13.33px] at net.minecraft.client.renderer.texture.TextureMap.loadTexture([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [TextureMap.class:?][/size]
[size=13.33px] at net.minecraft.client.renderer.texture.TextureManager.loadTexture([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [TextureManager.class:?][/size]
[size=13.33px] at net.minecraft.client.renderer.texture.TextureManager.loadTickableTexture([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [TextureManager.class:?][/size]
[size=13.33px] at net.minecraft.client.renderer.texture.TextureManager.loadTextureMap([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [TextureManager.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.startGame([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.run([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.main.Main.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Main.class:?][/size]
[size=13.33px] at sun.reflect.NativeMethodAccessorImpl.invoke0([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[?:1.8.0_31][/size]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]
[size=13.33px] at net.minecraft.launchwrapper.Launch.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraft.launchwrapper.Launch.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraftforge.gradle.GradleStartCommon.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[size=13.33px] at GradleStart.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[size=13.33px] at net.minecraft.client.resources.FallbackResourceManager.getResource([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[FallbackResourceManager.class:?][/size]
[size=13.33px] at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[SimpleReloadableResourceManager.class:?][/size]
[size=13.33px] at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [TextureMap.class:?][/size]
[size=13.33px] at net.minecraft.client.renderer.texture.TextureMap.loadTexture([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [TextureMap.class:?][/size]
[size=13.33px] at net.minecraft.client.renderer.texture.TextureManager.loadTexture([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [TextureManager.class:?][/size]
[size=13.33px] at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [TextureManager.class:?][/size]
[size=13.33px] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [SimpleReloadableResourceManager.class:?][/size]
[size=13.33px] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [SimpleReloadableResourceManager.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.refreshResources([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FMLClientHandler.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.startGame([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.run([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.main.Main.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Main.class:?][/size]
[size=13.33px] at sun.reflect.NativeMethodAccessorImpl.invoke0([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[?:1.8.0_31][/size]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]
[size=13.33px] at net.minecraft.launchwrapper.Launch.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraft.launchwrapper.Launch.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraftforge.gradle.GradleStartCommon.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[size=13.33px] at GradleStart.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[15:12:57] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
Shoot me a PM if you need help fleshing out ideas. I enjoy designing how gui's and interfaces look (not the coding though) and I'm pretty decent at balancing things if I have some time plus I love fleshing out smaller details of things so that they'll actually work. If your mod idea is too op let me know and I'll try to help
Sie Hir Hirself They Them Themself pronouns please. Thankies :*
import com.alexl29.chromiumcovered.help.Reference;
public class ChromiumCoveredItem extends Item
{
public ChromiumCoveredItem ()
{
super();
setCreativeTab(CreativeTabs.tabMisc);
}
}
What should I do?
Rollback Post to RevisionRollBack
I may look like I am new to Minecraft, but I have been playing since 1.6.
installing it now....
installed the latest version of JDK from here... http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html .......still getting the same error
It says cannot be resolved to a variable.
Here's a screenshot. Trying to set up the Reference thing.
You aren't importing Reference. You need to import the entire file path: jgoy10.AstralArtificeMod.help.Reference;
Also, using caps in your packages is typically discouraged in programming.
What version of Java do you have? To me, it looks like you have Java 5 or less, but that doesn't make sense because Minecraft shouldn't have worked in the first place. Try uninstalling all traces of Java, and reinstalling the latest JDK.
I always thought just starting a package name with caps was bad lol.
EDIT: are underscores fine?
Underscores are totally fine I'm pretty sure. You can't use spaces and I've seen people use them before so .... yeah
Check out my mod that I will make. I'll try to update it with more ideas every week or so. I am going to go to a program soon where I'll learn code more in depth and hope for the idea to be fully thought out by then > http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/requests-ideas-for-mods/2370328-gold-mining-mod-suggestion
Shoot me a PM if you need help fleshing out ideas. I enjoy designing how gui's and interfaces look (not the coding though) and I'm pretty decent at balancing things if I have some time plus I love fleshing out smaller details of things so that they'll actually work. If your mod idea is too op let me know and I'll try to help
Sie Hir Hirself They Them Themself pronouns please. Thankies :*
Ctrl + Shift + O
And all Import errors are gone
My preference would be entities if it does end in a tie as I'll probably write several tutorials (passive, hostile, boss, projectiles, etc).
totally taking java off my computer and reinstalling it worked. now i can start struggling with oracle....
You need to extend ItemPickaxe.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumSyntax error on token "void", @ expected
Syntax error on token ")", { expected
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:522)
at net.minecraft.client.Minecraft.run(Minecraft.java:931)
at net.minecraft.client.main.Main.main(Main.java:164)
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 net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:85)
at GradleStart.main(GradleStart.java:45)
Caused by: java.lang.Error: Unresolved compilation problems:
Syntax error on token "void", @ expected
Syntax error on token ")", { expected
at com.alexl29.chromiumcovered.init.ModItems.init(ModItems.java:7)
at com.alexl29.chromiumcovered.ChromiumCovered.preInit(ChromiumCovered.java:17)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
... 12 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 7 (amd64) version 6.1
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 932079552 bytes (888 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.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 5 mods loaded, 5 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.10.85.1291} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized
Forge{10.13.2.1291} [Minecraft Forge] (forgeSrc-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized
alexl29_chromiumcovered{1.0.0} [ChromiumCovered] (bin) Unloaded->Constructed->Errored
examplemod{1.0} [Example Mod] (bin) Unloaded->Constructed->Pre-initialized
[14:43:46] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Coding\Desktop\Forge-1.7.10-1291\eclipse\.\crash-reports\crash-2015-03-07_14.43.46-client.txt
The file that has an error is the ModItems file. I can't get it to stop showing me errors! Here is the file:
package com.alexl29.chromiumcovered.init;
import net.minecraft.item.Item;
import com.alexl29.chromiumcovered.items.ChromiumCoveredItem;
public class ModItems()
public static Item chromiumIngot = new ChromiumCoveredItem().setUnlocalizedName("chromiumIngot");
public static void init()
{
}
}
What should I do?
Look at your opening/closing brackets. Your missing one.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumExtends Item isn't necessary because it is a class to call the registry of the items, not a class that contains specific item attributes.
[15:12:43] [main/INFO] [GradleStart]: Extra: []
[15:12:43] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/User/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.GradleStartCommon$GradleStartTweaker]
[15:12:43] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[15:12:43] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[15:12:43] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.GradleStartCommon$GradleStartTweaker
[15:12:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[15:12:43] [main/INFO] [FML]: Forge Mod Loader version 7.10.84.1217 for Minecraft 1.7.10 loading
[15:12:43] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_31, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jre1.8.0_31
[15:12:43] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[15:12:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.GradleStartCommon$GradleStartTweaker
[15:12:43] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
[15:12:43] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[15:12:43] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:12:43] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[15:12:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:12:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:12:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:12:43] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[15:12:45] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[15:12:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:12:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[15:12:45] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[15:12:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[15:12:45] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[15:12:46] [main/INFO]: Setting user: Player481
[15:12:48] [Client thread/INFO]: LWJGL Version: 2.9.1
[15:12:48] [Client thread/ERROR] [FML]: Unable to determine registrant mod for [email protected] This is a critical error and should be impossible
java.lang.Throwable
[size=13.33px] at cpw.mods.fml.common.eventhandler.EventBus.register([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [EventBus.class:?][/size]
[size=13.33px] at cpw.mods.fml.common.eventhandler.EventBus.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [EventBus.class:?][/size]
[size=13.33px] at net.minecraftforge.common.MinecraftForge.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [MinecraftForge.class:?][/size]
[size=13.33px] at net.minecraftforge.fluids.FluidRegistry.registerFluid([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FluidRegistry.class:?][/size]
[size=13.33px] at net.minecraftforge.fluids.FluidRegistry.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FluidRegistry.class:?][/size]
[size=13.33px] at net.minecraftforge.client.ForgeHooksClient.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [ForgeHooksClient.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.startGame([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.run([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.main.Main.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Main.class:?][/size]
[size=13.33px] at sun.reflect.NativeMethodAccessorImpl.invoke0([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[?:1.8.0_31][/size]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]
[size=13.33px] at net.minecraft.launchwrapper.Launch.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraft.launchwrapper.Launch.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraftforge.gradle.GradleStartCommon.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[size=13.33px] at GradleStart.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[15:12:48] [Client thread/ERROR] [FML]: Unable to determine registrant mod for [email protected] This is a critical error and should be impossible
java.lang.Throwable
[size=13.33px] at cpw.mods.fml.common.eventhandler.EventBus.register([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [EventBus.class:?][/size]
[size=13.33px] at cpw.mods.fml.common.eventhandler.EventBus.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [EventBus.class:?][/size]
[size=13.33px] at net.minecraftforge.common.MinecraftForge.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [MinecraftForge.class:?][/size]
[size=13.33px] at net.minecraftforge.fluids.FluidRegistry.registerFluid([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FluidRegistry.class:?][/size]
[size=13.33px] at net.minecraftforge.fluids.FluidRegistry.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FluidRegistry.class:?][/size]
[size=13.33px] at net.minecraftforge.client.ForgeHooksClient.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [ForgeHooksClient.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.startGame([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.run([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.main.Main.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Main.class:?][/size]
[size=13.33px] at sun.reflect.NativeMethodAccessorImpl.invoke0([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[?:1.8.0_31][/size]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]
[size=13.33px] at net.minecraft.launchwrapper.Launch.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraft.launchwrapper.Launch.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraftforge.gradle.GradleStartCommon.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[size=13.33px] at GradleStart.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[15:12:48] [Client thread/ERROR] [FML]: Unable to determine registrant mod for [email protected] This is a critical error and should be impossible
java.lang.Throwable
[size=13.33px] at cpw.mods.fml.common.eventhandler.EventBus.register([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [EventBus.class:?][/size]
[size=13.33px] at cpw.mods.fml.common.eventhandler.EventBus.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [EventBus.class:?][/size]
[size=13.33px] at net.minecraftforge.common.MinecraftForge.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [MinecraftForge.class:?][/size]
[size=13.33px] at net.minecraftforge.fluids.FluidRegistry.registerFluid([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FluidRegistry.class:?][/size]
[size=13.33px] at net.minecraftforge.fluids.FluidRegistry.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FluidRegistry.class:?][/size]
[size=13.33px] at net.minecraftforge.client.ForgeHooksClient.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [ForgeHooksClient.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.startGame([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.run([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.main.Main.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Main.class:?][/size]
[size=13.33px] at sun.reflect.NativeMethodAccessorImpl.invoke0([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[?:1.8.0_31][/size]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]
[size=13.33px] at net.minecraft.launchwrapper.Launch.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraft.launchwrapper.Launch.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraftforge.gradle.GradleStartCommon.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[size=13.33px] at GradleStart.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[15:12:48] [Client thread/ERROR] [FML]: Unable to determine registrant mod for [email protected] This is a critical error and should be impossible
java.lang.Throwable
[size=13.33px] at cpw.mods.fml.common.eventhandler.EventBus.register([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [EventBus.class:?][/size]
[size=13.33px] at cpw.mods.fml.common.eventhandler.EventBus.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [EventBus.class:?][/size]
[size=13.33px] at cpw.mods.fml.common.FMLCommonHandler.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FMLCommonHandler.class:?][/size]
[size=13.33px] at cpw.mods.fml.common.FMLCommonHandler.([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FMLCommonHandler.class:?][/size]
[size=13.33px] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FMLClientHandler.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.startGame([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.run([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.main.Main.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Main.class:?][/size]
[size=13.33px] at sun.reflect.NativeMethodAccessorImpl.invoke0([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[?:1.8.0_31][/size]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]
[size=13.33px] at net.minecraft.launchwrapper.Launch.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraft.launchwrapper.Launch.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraftforge.gradle.GradleStartCommon.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[size=13.33px] at GradleStart.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[15:12:48] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[15:12:48] [Client thread/INFO] [FML]: MinecraftForge v10.13.1.1217 Initialized
[15:12:48] [Client thread/INFO] [FML]: Replaced 182 ore recipies
[15:12:49] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[15:12:49] [Client thread/INFO] [FML]: Searching C:\Users\User\Desktop\Minecraft\Forge\mods for mods
[15:12:52] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[15:12:52] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, walron_dredgecraft] at CLIENT
[15:12:52] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, walron_dredgecraft] at SERVER
[15:12:53] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:DrdegCraft
[15:12:53] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[15:12:53] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[15:12:53] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[15:12:53] [Client thread/INFO] [FML]: Applying holder lookups
[15:12:53] [Client thread/INFO] [FML]: Holder lookups applied
[15:12:53] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[15:12:53] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[15:12:53] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[15:12:53] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[15:12:54] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[15:12:54] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[15:12:54] [Sound Library Loader/INFO]: Sound engine started
[15:12:55] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:55] [Client thread/ERROR]: @ Pre startup
[15:12:55] [Client thread/ERROR]: 1280: Invalid enum
[15:12:55] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[15:12:55] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/MISSING_ICON_ITEM_4096_gearPart.png
[size=13.33px][size=13.33px][/size][size=13.33px]: minecraft:textures/items/MISSING_ICON_ITEM_4096_gearPart.png[/size]
[size=13.33px] at net.minecraft.client.resources.FallbackResourceManager.getResource([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[FallbackResourceManager.class:?][/size]
[size=13.33px] at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[SimpleReloadableResourceManager.class:?][/size]
[size=13.33px] at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [TextureMap.class:?][/size]
[size=13.33px] at net.minecraft.client.renderer.texture.TextureMap.loadTexture([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [TextureMap.class:?][/size]
[size=13.33px] at net.minecraft.client.renderer.texture.TextureManager.loadTexture([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [TextureManager.class:?][/size]
[size=13.33px] at net.minecraft.client.renderer.texture.TextureManager.loadTickableTexture([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [TextureManager.class:?][/size]
[size=13.33px] at net.minecraft.client.renderer.texture.TextureManager.loadTextureMap([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [TextureManager.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.startGame([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.run([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.main.Main.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Main.class:?][/size]
[size=13.33px] at sun.reflect.NativeMethodAccessorImpl.invoke0([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[?:1.8.0_31][/size]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]
[size=13.33px] at net.minecraft.launchwrapper.Launch.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraft.launchwrapper.Launch.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraftforge.gradle.GradleStartCommon.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[size=13.33px] at GradleStart.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[15:12:55] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[15:12:56] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
[15:12:56] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:DrdegCraft
[15:12:56] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[15:12:56] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/MISSING_ICON_ITEM_4096_gearPart.png
[size=13.33px][size=13.33px][/size][size=13.33px]: minecraft:textures/items/MISSING_ICON_ITEM_4096_gearPart.png[/size]
[size=13.33px] at net.minecraft.client.resources.FallbackResourceManager.getResource([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[FallbackResourceManager.class:?][/size]
[size=13.33px] at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[SimpleReloadableResourceManager.class:?][/size]
[size=13.33px] at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [TextureMap.class:?][/size]
[size=13.33px] at net.minecraft.client.renderer.texture.TextureMap.loadTexture([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [TextureMap.class:?][/size]
[size=13.33px] at net.minecraft.client.renderer.texture.TextureManager.loadTexture([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [TextureManager.class:?][/size]
[size=13.33px] at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [TextureManager.class:?][/size]
[size=13.33px] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [SimpleReloadableResourceManager.class:?][/size]
[size=13.33px] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [SimpleReloadableResourceManager.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.refreshResources([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [FMLClientHandler.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.startGame([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.Minecraft.run([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Minecraft.class:?][/size]
[size=13.33px] at net.minecraft.client.main.Main.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [Main.class:?][/size]
[size=13.33px] at sun.reflect.NativeMethodAccessorImpl.invoke0([/size][size=13.33px][size=13.33px][/size][size=13.33px]) ~[?:1.8.0_31][/size]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]
[size=13.33px] at net.minecraft.launchwrapper.Launch.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraft.launchwrapper.Launch.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [launchwrapper-1.11.jar:?][/size]
[size=13.33px] at net.minecraftforge.gradle.GradleStartCommon.launch([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[size=13.33px] at GradleStart.main([/size][size=13.33px][size=13.33px][/size][size=13.33px]) [start/:?][/size]
[15:12:56] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[15:12:56] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[15:12:56] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[15:12:56] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[15:12:56] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[15:12:56] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[15:12:56] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[15:12:57] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[15:12:57] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[15:12:57] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[15:12:57] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[15:12:57] [Sound Library Loader/INFO]: Sound engine started
[15:12:58] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:58] [Client thread/ERROR]: @ Post render
[15:12:58] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:58] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:58] [Client thread/ERROR]: @ Post render
[15:12:58] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:58] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:58] [Client thread/ERROR]: @ Post render
[15:12:58] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:58] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:58] [Client thread/ERROR]: @ Post render
[15:12:58] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:58] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:58] [Client thread/ERROR]: @ Post render
[15:12:58] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:58] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:58] [Client thread/ERROR]: @ Post render
[15:12:58] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:58] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:58] [Client thread/ERROR]: @ Post render
[15:12:58] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:58] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:58] [Client thread/ERROR]: @ Post render
[15:12:58] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:58] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:58] [Client thread/ERROR]: @ Post render
[15:12:58] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:59] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:59] [Client thread/ERROR]: @ Post render
[15:12:59] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:59] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:59] [Client thread/ERROR]: @ Post render
[15:12:59] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:59] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:59] [Client thread/ERROR]: @ Post render
[15:12:59] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:59] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:59] [Client thread/ERROR]: @ Post render
[15:12:59] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:59] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:59] [Client thread/ERROR]: @ Post render
[15:12:59] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:59] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:59] [Client thread/ERROR]: @ Post render
[15:12:59] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:59] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:59] [Client thread/ERROR]: @ Post render
[15:12:59] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:59] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:59] [Client thread/ERROR]: @ Post render
[15:12:59] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:59] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:59] [Client thread/ERROR]: @ Post render
[15:12:59] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:59] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:59] [Client thread/ERROR]: @ Post render
[15:12:59] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:59] [Client thread/ERROR]: ########## GL ERROR ##########
[15:12:59] [Client thread/ERROR]: @ Post render
[15:12:59] [Client thread/ERROR]: 1286: Invalid framebuffer operation
[15:12:59] [Client thread/INFO]: Stopping!
[15:12:59] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[15:12:59] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[15:12:59] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[15:12:59] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
Check out my mod that I will make. I'll try to update it with more ideas every week or so. I am going to go to a program soon where I'll learn code more in depth and hope for the idea to be fully thought out by then > http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/requests-ideas-for-mods/2370328-gold-mining-mod-suggestion
Shoot me a PM if you need help fleshing out ideas. I enjoy designing how gui's and interfaces look (not the coding though) and I'm pretty decent at balancing things if I have some time plus I love fleshing out smaller details of things so that they'll actually work. If your mod idea is too op let me know and I'll try to help
Sie Hir Hirself They Them Themself pronouns please. Thankies :*
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumModItems file:
package com.alexl29.chromiumcovered.init;
import net.minecraft.item.Item;
import com.alexl29.chromiumcovered.items.ChromiumCoveredItem;
public class ModItems extends Item
{
public static Item chromiumIngot = new ChromiumCoveredItem().setUnlocalizedName("chromiumIngot");
public static void init()
{
}
}
ModBlocks file:
package com.alexl29.chromiumcovered.init;
import net.minecraft.block.Block;
import com.alexl29.chromiumcovered.help.RegisterHelper;
import com.alexl29.chromiumcovered.blocks.BlockChromiteOre;
public class ModBlocks {
public static Block chromiteOre = new BlockChromiteOre();
public static void init()
{
RegisterHelper.registerBlock(chromiteOre);
}
}
BlockChromiteOre file:
package com.alexl29.chromiumcovered.blocks;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.creativetab.*;
public class BlockChromiteOre extends Block{
public BlockChromiteOre()
{
super(Material.iron);
}
}
ChromiumCoveredItem file:
package com.alexl29.chromiumcovered.items;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.item.Item;
import com.alexl29.chromiumcovered.help.Reference;
public class ChromiumCoveredItem extends Item
{
public ChromiumCoveredItem ()
{
super();
setCreativeTab(CreativeTabs.tabMisc);
}
}
What should I do?
-
View User Profile
-
View Posts
-
Send Message
Curse Premium