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 11/01/22 in Posts

  1. 1 point
    Refer to optifine download page for compatible versions of optifine and forge (including optifine preview versions)
  2. The error is something to do with a time out when accessing a file to check its md5 checksum. There is very little context to the error other than it is during your "processResources" Maybe you have a file locked in your src/main/resources or something like that? Try restarting your ide. Using --stacktrace or --debug when running the build from the command line might give more information about what it is doing?
  3. https://forums.minecraftforge.net/topic/117477-119-how-to-access-blockentity-data-from-containerscreen/ for sending data and accessing block entity data in a container menu/screen for the client. It is not done by default as it would be useless work if it wasn't used. You can only use DataSlots for integers. e.g. the furnace does this for burn/cook time progress and duration, or the lectern does it for the page number. This only sends the data to the client if you open a container so it is more efficient, but less flexible. See those vanilla examples for how to do it. e.g. look at how LecternBlockEntity.dataAccess and LecternMenu.lecternData are used.

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.