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.

NatMath

Members
  • Joined

  • Last visited

  1. Thank you, with this and the new documentation (didn't realize the one I was using was for 1.12, it came up first in Google), I got it to work and I have JEI when starting the game. This is the new dependency block of the build.gradle if it can help anyone: compileOnly fg.deobf("mezz.jei:jei-${mc_version}:${jei_version}:api") runtimeOnly fg.deobf("mezz.jei:jei-${mc_version}:${jei_version}") using the same gradle.properties as in the original post. Note: To have access to the API classes in your code, you need to refresh the gradle project. See https://stackoverflow.com/questions/17907927/update-my-gradle-dependencies-in-eclipse.
  2. I am trying to add jei as a dependency to my mod, but I can't seem to get it to work. Using the instructions given here, I keep getting the following error: I guess the tutorial given is now outdated, but I am new to gradle so I have no idea how to fix it. I am using forge 1.16.5-36.1.0, gradle 6.8.1 and jei 1.16.5-7.7.1.110, which seems to be the latest version, Here are my build.gradle and gradle.properties files: build.gradle: gradle.properties: # Sets default memory used for gradle commands. Can be overridden by user or command line properties. # This is required to provide enough memory for the Minecraft decompilation process. org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false mc_version=1.16.5 jei_version=7.7.1.110 Any help would be appreciated. If you need any more information, I'll try to give it as soon as possible.

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.