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.

AbrarSyed

Forge Modder
  • Joined

  • Last visited

Everything posted by AbrarSyed

  1. have tested this myself. Gradlew isnt the thing that complains.. it is eclipse. not much we can do about that.
  2. 1) http://www.gradle.org/docs/current/userguide/dependency_management.html#sub:file_dependencies 2) lemme see your build.gradle file
  3. Fixed it. https://github.com/MinecraftForge/ForgeGradle/commit/a63e78585c3966db24a69aae950c4caf48cd0d25 Delete the eclipse folder, and then run "gradlew setupForge --refresh-dependencies" that will ensure you get the latest ForgeGradle
  4. by 'setup' I meant run.. "gradlew setupDevWorkspace" or "gradlew setupDecompWorkspace" or "gradlew eclipse"
  5. run it with --refresh-dependencies this has been fixed... "gradle build --refresh-dependencies"
  6. If you are using FOrge 960+ -- this is a ForgeGradle problem.. which has been fixed. simply run the setup with --refresh-dependencies If you are using Forge 953 or earlier -- this is an MCP problem. -- In your fml.py (forge/fml/fml.py) -- -- line 1149 change to 'https://libraries.minecraft.net/' -- -- line 1242 change to 'http://resources.download.minecraft.net'
  7. thats is a very different problem.. not similair at all... anyways.. you are trying to do your commands in a folder where there is no build.gradle file. you must be in the same directory as the build.gradle file.
  8. Go ahead and run the command with --refresh-dependenices that should fix it
  9. #1) download and extract the src zip #2) open command line in that folder #3) run "gradlew.bat eclipse" #4) Open eclipse, and point it to the eclipse folder as the workspace #5) profit.

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.