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.

Paint_Ninja

Community Manager
  • Joined

  • Last visited

Everything posted by Paint_Ninja

  1. For zoom, you can use this: https://www.curseforge.com/minecraft/mc-mods/ok-zoomer-forge Regarding performance, I've personally found Optifine to make things worse than Vanilla. While optimisation mods aim to improve performance, they do not account for all combinations of hardware and may make assumptions which improve performance on some systems and make it worse on others. MC 1.20 had some significant performance improvements and your hardware's decent, so you shouldn't need Optifine at all.
  2. This is the Minecraft Forge forums, we do not support Fabric here.
  3. Your log doesn't show any errors. Please share a link to your debug.log on https://pastebin.com You can find the debug.log in your logs folder. The logs folder is in the same place as the resourcepacks or mods folders. If you can't find a debug.log file and are using the CurseForge launcher, enable it in the launcher settings. In future please don't dump your log in the thread. If you must, at least use a spoiler.
  4. Please share a link to your debug.log on https://pastebin.com You can find the debug.log in your logs folder. The logs folder is in the same place as the resourcepacks or mods folders. If you can't find a debug.log file and are using the CurseForge launcher, enable it in the launcher settings.
  5. Every MC release the dev piles up more tech debt and Optifine gets more unstable. It's at the point where it doesn't work alongside most mods anymore. What did you need Optifine for?
  6. Please share the new log without aptweaks
  7. Please put your log on https://pastebin.com and share the link. The log you've pasted is very hard to read as it's not inside a spoiler and has all spaces and line breaks removed.
  8. Please share a link to your debug.log on https://pastebin.com You can find the debug.log in your logs folder. The logs folder is in the same place as the resourcepacks or mods folders. If you can't find a debug.log file and are using the CurseForge launcher, enable it in the launcher settings.
  9. Instead of `java -jar` you do `%ProgramFiles%\Java\jdk8\java -jar`, or wherever your Java 8 install is
  10. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  11. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  12. That's strange, your log says it crashed due to an issue inside an AMD graphics driver OpenGL DLL... Do you have integrated graphics?
  13. From your log, it looks like your drivers are very old. Update your graphics drivers to the "Recommended WHQL" version and enable update notifications in AMD Software: Adrenalin Edition. https://www.amd.com/en/support Note that AMD calls stable graphics drivers "Recommended" and experimental beta drivers "Optional", therefore avoid optional verisons.
  14. Assuming 1.20.1, you can subscribe to the LivingDamageEvent and get the DamageSource from there: @SubscribeEvent public static void onDamage(final LivingDamageEvent event) { final DamageSource source = event.getSource(); } With the DamageSource you can then check if it's caused by an arrow. Probably by source.type() and checking if it matches DamageTypes.ARROW
  15. Here's what the error codes mean: Error code 1: The game crashed Error code 0: Someone clicked "Quit game" and the game closed without crashing Remove your mods one by one until you find what caused the crash, then please share if that worked and which mod caused the issue.
  16. Here's what the error codes mean: Error code 1: The game crashed Error code 0: Someone clicked "Quit game" and the game closed without crashing Try removing Optifine, it's known to break things sometimes
  17. Here's what the error codes mean: Error code 1: The game crashed Error code 0: Someone clicked "Quit game" and the game closed without crashing From your log, it looks like your drivers are very old. Update your graphics drivers to the "Recommended WHQL" version and enable update notifications in AMD Software: Adrenalin Edition. https://www.amd.com/en/support Note that AMD calls stable graphics drivers "Recommended" and experimental beta drivers "Optional", therefore avoid optional verisons.
  18. MC 1.16.5 requires Java 8. If you want to use Java 17, upgrade to 1.18.2+
  19. This is the Minecraft Forge forum, we do not support Fabric here.
  20. Forge+Bukkit hybrids are not supported here. Contact the Mohist team for help or look into Forge mods to replace the plugins you need.

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.