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.

Leaderboard

Popular Content

Showing content with the highest reputation on 08/26/19 in all areas

  1. Take a look at the first line in your method: return super.onItemRightClick(worldIn, playerIn, handIn); This is a return statement, which means that the method is ended here and all statements after can't be reached (Exactly what your IDE is telling you) You have to remove this statement and add your return statement at the end of the method. There you want to return a new ActionResult using ActionResult#newResult Nice Greetings TechMage
  2. Change EntityPlayer#noClip to true.
  3. This was flagged up as an issue on the MinecraftForge GitHub but unfortunately it hasn't gone anywhere yet.
  4. I had to make some slight modifications to this to make it work, but ultimately this did work for me. Thank you so much to all of you guys who helped me with 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.