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.

Arcaeca

Members
  • Joined

  • Last visited

  1. So I just today realized the source in my Eclipse project is actually supposed to be human-readable and not 99% methods with the SRG names like func_177716_a, so I looked back in the build.gradle that the project was generated from, aaaaaaand whoops, I had accidentally commented out the MCP mappings line entirely, which probably explains that. So now I made a new folder in the Eclipse workspace folder and am trying to build the project clean from scratch again, but gradlew genEclipseRuns keeps terminating in under 30 seconds because it keeps failing to resolve the MCP mappings. It's not working with stable 58: minecraft { ... mappings = 'stable_58' ... } Terminal output: https://pastebin.com/zvUMcjLN And it's not working with the most recent 1.14.4 snapshot: minecraft { ... mappings = 'snapshot_20200119' ... } Terminal output: https://pastebin.com/gkHe5vdw So... if it can't download the stable release... and it can't download the snapshot... what does that leave me with if I'm modding for 1.14.4? (This is my first time trying to make a mod by the way, so if other versions of stable/snapshot work for 1.14.4 I am not as yet aware of it) build.gradle attached just in case. build.gradle

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.