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.

Luis_ST

Members
  • Joined

  • Last visited

Everything posted by Luis_ST

  1. All Forge Attributes are in the ForgeMod class, you can use your IDE to look into this class
  2. post debug log, note that you need to enable the debug log in the settings of CurseForge launcher
  3. i mean the launcher log in .minecraft/launcher_log.txt
  4. did you refresh gradle?
  5. update Forge to the latest version
  6. you Curse Maven for this: https://www.cursemaven.com/
  7. Problem with MineTraps. Make sure you use the latest version of the mod. If you already use the latest version, report this bug to the mod author.
  8. the Wolf does not have a Brain, it use Goals then you need to learn basic java before modding minecraft
  9. post full debug log and a screenshot of your mods folder
  10. Problem with Structure Gel. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  11. RenderHandEvent is fired for both Hands, you need to check the Hand before rendering
  12. unfortunately i have no idea which cause this error, i tried to understand why/when this error happens but with no solution
  13. what's the reason for, do you want to update the Mod from mcp to mojang mappings?
  14. the log you post shows a error in the level.dat file, it contains important data for the World
  15. that's not the launcher log, you find the launcher log in .minecraft/launcher_log.txt
  16. 1.16 requires java 8 and for the next time do not format the log, it's unreadable
  17. please give us more detail, for example where is this method fired from also show your code
  18. update to the latest version of Forge, also use 1.16.5 there is no reason to use an outdated version of minecraft
  19. The binary search is a way of finding a faulty thing among a lot of other things, without having to remove the things one-by-one. This is useful for finding a broken mod among hundreds of mods, without having to spend time testing the mods one-by-one. The procedure is simple: Remove half of the existing things, and put them aside. Run the program / game. Does the issue still exist? If YES: Repeat from step 1 with the current things. IF NO: Swap out the current things with the ones set aside, and repeat from step 1. Repeat this process until the problematic thing/s have been found. From Forge Discord Bot
  20. it can be that the World got corrupted

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.