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.

oleksandr_kokoshyn

Members
  • Joined

  • Last visited

  1. Yes, I also refreshed. If I use a newer version of Forge (1.13, 1.14), is there a better chance that Run will work from Eclipse after doing the standard configuration steps? BTW, I managed to run Minecraft with my draft mod using .\gradlew runClient. What's the advantage of running it directly from the Eclipse GUI?
  2. If you mean .\gradlew eclipse, then I've done that.
  3. Thanks for the quick reply, I've just tried running .\gradlew genEclipseRuns but got this error: PS C:\minecraft-workspace\forge-1.12.2-14.23.5.2768-mdk> .\gradlew genEclipseRuns To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/2.14/userguide/gradle_daemon.html. This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril. ################################################# ForgeGradle 2.3-SNAPSHOT-6084129e https://github.com/MinecraftForge/ForgeGradle ################################################# Powered by MCP http://modcoderpack.com by: Searge, ProfMobius, R4wk, ZeuX Fesh0r, IngisKahn, bspkrs, LexManos ################################################# FAILURE: Build failed with an exception. * What went wrong: Task 'genEclipseRuns' not found in root project 'forge-1.12.2-14.23.5.2768-mdk'. * Try: Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED
  4. oleksandr_kokoshyn joined the community
  5. Hello, I'm trying to create a mod using this tutorial: https://codakid.com/guide-to-minecraft-modding-with-java/ I went through these steps successfully: Installed Eclipse. Installed JDK. Download and extracted the Forge source (1.12). Ran the gradlew commands successfully: .\gradlew setupDecompWorkspace .\gradlew eclipse Created my classes. When I tried to click the Run Client button (the green play button), Eclipse did nothing. When I selected Run as Java Application > Launch, I got this error: [19:54:52] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraft.launchwrapper.VanillaTweaker [19:54:52] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraft.launchwrapper.VanillaTweaker [19:54:52] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraft.launchwrapper.VanillaTweaker [19:54:52] [main/ERROR] [LaunchWrapper]: Unable to launch java.lang.NoSuchMethodException: net.minecraft.client.Minecraft.main([Ljava.lang.String;) at java.lang.Class.getMethod(Unknown Source) ~[?:1.8.0_221] at net.minecraft.launchwrapper.Launch.launch(Launch.java:132) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] I would appreciate any advice on how to fix this!

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.