Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

SteveKunG

Members
  • Joined

  • Last visited

Everything posted by SteveKunG

  1. It wrong or I noob. -.- In this picture : http://puu.sh/eGwqR/764ed7c409.png
  2. OK When I changed to this. @Override public boolean canHarvestBlock(EntityPlayer player, int metadata) { ItemStack stack = player.inventory.getCurrentItem(); if (stack.getItem() == Items.shears || stack.getItem() instanceof ItemSword) { return player.canHarvestBlock(this); } return false; } That crash again T_T
  3. That doesn't work. When I try to clean up the cache and setupDevWorkspace. Sorry!
  4. [14:41:18] [main/INFO]: Extra: [] [14:41:18] [main/INFO]: Running with arguments: [--userProperties, {}, --accessToken, {REDACTED}, --assetIndex, 1.8, --assetsDir, C:/Documents and Settings/POOK/.gradle/caches/minecraft/assets, --version, 1.8, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.GradleStartCommon$GradleStartTweaker] [14:41:19] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [14:41:19] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [14:41:19] [main/INFO]: Loading tweak class name net.minecraftforge.gradle.GradleStartCommon$GradleStartTweaker [14:41:19] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [14:41:19] [main/INFO]: Forge Mod Loader version 8.0.12.1261 for Minecraft 1.8 loading [14:41:19] [main/INFO]: Java is Java HotSpot Client VM, version 1.7.0_71, running on Windows XP:x86:5.1, installed at C:\Program Files\Java\jre7 [14:41:19] [main/INFO]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [14:41:19] [main/INFO]: Calling tweak class net.minecraftforge.gradle.GradleStartCommon$GradleStartTweaker [14:41:19] [main/INFO]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [14:41:19] [main/INFO]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [14:41:19] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [14:41:19] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [14:41:19] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [14:41:19] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [14:41:19] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [14:41:19] [main/ERROR]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [14:41:20] [main/ERROR]: FML appears to be missing any signature data. This is not a good thing [14:41:20] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [14:41:20] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [14:41:20] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [14:41:20] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [14:41:20] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main} [14:41:20] [main/ERROR]: Unable to launch java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:78) [start/:?] at GradleStart.main(GradleStart.java:45) [start/:?] Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft at net.minecraft.client.main.Main.main(SourceFile:40) ~[Main.class:?] ... 8 more Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71] at net.minecraft.client.main.Main.main(SourceFile:40) ~[Main.class:?] ... 8 more Caused by: java.lang.ClassFormatError: Illegal class name "org.lwjgl.LWJGLException" in class file net/minecraft/client/Minecraft at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_71] at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_71] at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_71] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71] at net.minecraft.client.main.Main.main(SourceFile:40) ~[Main.class:?] ... 8 more Please help! T_T
  5. When I entering the world with forge. It will show error and not entered the world. ChannelRegistrationHandler exception Client> java.lang.ClassCastException: Cannot cast net.minecraft.client.network.NetHandlerLoginClient to net.minecraft.client.network.NetHandlerPlayClient Note : My house does not have internet. This is Full code on minecraft launcher. Note 2 : This error it will show on computer low spec or old computer only. My Computer Spec : OS : Microsoft Windows XP Professional Version 5.1 Service Pack 3 CPU : Intel® Pentium® 4 CPU 2.80 GHz RAM : 1 GB DDR RAM Java Version : Java Development Kit 1.7.0_51 OpenGL Version : Intel 1.3.0 Build 4.14.10.4342

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.