Skip 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.

All Activity

This stream auto-updates

  1. Past hour
  2. The 223rd episode of Hunger Games on the road to 1000 episodes! Lets see if we can hit that goal! https://www.youtube.com/watch?v=1Rje1cZsE6I
  3. Today
  4. idingds joined the community
  5. swilingth joined the community
  6. Been fiddling with this for a while, my current issue now is that I can play for a bit but when I save and quit and try to join the world again later, with or without restarting the launcher, it doesn't let me join the world again for "Errors in currently selected data packs prevented the world from loading" and the log says "Overworld settings missing." I've found other references to this problem and tried several fixes, nothing has worked. It won't even let me run in safemode. Deleting level.dat and renaming level.dat_old to level.dat didn't work. There are no data packs in any folders, I've even tried deleting the data pack folders just in case. No results. I've had this happen to multiple worlds so far with less than an hour of progress in them, and I don't have the ability to figure the issue out myself. I don't have and shaders, the full mod list is in the log (Part 1). Any help or suggestions would be greatly appreciated. Size limit forced me to split up the log. (Mod List is near beginning in Part 1) Part 1 https://pastebin.com/ydckBUEk Part 2 https://pastebin.com/paC8z9i5 Part 3 https://pastebin.com/VEA92iK5
  7. rydg53 joined the community
  8. The 222nd episode of Hunger Games on the road to 1000 episodes! Lets see if we can hit that goal! https://www.youtube.com/watch?v=C_nnoKx8VRY
  9. Yesterday
  10. Asobi joined the community
  11. Rexitoplay_10 joined the community
  12. pringlezzz joined the community
  13. JACK1396 joined the community
  14. Bobthedestroyer joined the community
  15. keroles joined the community
  16. dariailavtatta joined the community
  17. Thank you! My issue has been resolved, it seems to work just as it should now.
  18. Last week
  19. Yeah. It looks like it is a permissions issue. Usually in linux you have to use chmod for modifying. Doing ls -l should say the permissions. For example when you create a folder, you should get the following permissions by default: drwxr-xr-x So doing chmod 644 will give it drw-r--r-- permissions. If you really don't care that anyone could read and write, you could do chmod 777 on the folder
  20. Looks like the Launcher does not have perms for the /home/botfly/ directory So you have to grant permission for /home/botfly/.minecraft/ But I have no idea how this work on linux
  21. i have ran the forge installer but when trying to open the forge installation in the minecraft launcher it gets most of the way through the installation then displays the following error: Failed to start download. Name: 1.20.1-forge-47.4.10.jar URL: https://piston-data.mojang.com/v1/objects/0c3ec587af28e5a785c0b4a7b8a30f9a8f78f838/client.jar Error details: 0x0000000d - generic: Permission denied Couldn't open file for download Filename on disk: 1.20.1-forge-47.4.10.jar Path: /home/botfly/.minecraft/versions/1.20.1-forge-47.4.10/1.20.1-forge-47.4.10.jar Exists: Nonexistent i am using forge version 1.20.1-47.4.10 and minecraft launcher version 3.35.10-2.6.2 on arch linux i have attempted reinstalling to no avail
  22. It is a rendering mod - so start with embeddium/oculus
  23. Not that either, it seems. https://pastebin.com/6LVvKHSA I may have to go through each mod one by one to see what's causing it. That's what I usually do when I can't tell what the issue is
  24. This didn't seem to help, crashed again with the same message. https://pastebin.com/PgJQsUr1
  25. Maya Dalton changed their profile photo
  26. Earlier
  27. Diskanskiy changed their profile photo
  28. Hey all, I've already made a post about this error before, but it's happening again seemingly for a different reason now. Here's my pastebin: pastebin.com/YE63qPJd
  29. Yup, Moonlight is most definitely the problem. I'll try play around with versions until I find one that works. Thank you for your help!
  30. Also try older builds of bclib and moonlight lib
  31. This was definitely part of the issue, I somehow ended up with 2 versions of entity_model_features in my mods folder, but now it's failing to initialise for a different reason. Here's the pastebin of that crash: https://pastebin.com/0Df5gAWq
  32. Looks more like a conflict with entity_model_features - make a test without it or try an older build
  33. Hi all, I have decided to take up the endeavor of updating my kitchen sink modpack. While switching my addons to be compatible with the latest version of Create, something has messed with connector and made it fail to initialise. The crash report seems to suggest it's having problems with better End, but since I didn't touch better end I do not think this is the case. My second guess would be it's something to do with VS clockwork, but I'm unsure of exactly why it's causing conflict. Any ideas? Pastebin crash report: https://pastebin.com/8ySwxksV
  34. Did you check the RAM allocation? Change it to 6 GB if 4 GB are still set
  35. Are there changes, if you set max-tick-time to -1 in the server.properties?
  36. I thank you for your response. I am French and I programme in French, but a big code part is in English because it depends on Forge. I think that you will understand. There are a lot of comments in code because the mod is currently being developed. To execute the project, you allows to execute run-data next run-client. The main classes to watch are : objet/outil/NiveauDOutil (the ores defined here) ; objet/outil/OutilDeCreusement (the digger tools) ; objet/outil/Pioche (the class for the pickaxe) ; objet/outil/OutilInstancie (the class which owns the pickaxe instances). The repository is : github.com/AlixPignard/Minecraft_mod_rubissaphirtopaze. The ressources come from mod More Ore in One : github.com/TheKiritoPlayer20/MoreOresInONE/.
  37. For sharing code, I would suggest putting your mod on github, it would allow someone to build/run your mod to help test, as well as peruse the code. I would at the very least share the code for your new material/tool tier, my first thought would be that it is related to the enchantability level of the material.
  38. Hope someone can help! Also very sorry if this is a silly/easy fix, I am relatively new to the modding scene and I've been trying to figure it out with no luck. Basically every time I click play and it starts, it gets to scanning mod candidates and then closes with no error/crash log. The closet I got to it opening/working was when trying to get oculus/flywheel/embeddium to work, but even then I got an in game error telling me I needed a different version of something. I tried that with zero luck too and am now at square one with the aforementioned problem. Sorry for the ramble and any confusion! Here is the log that I do have: https://mclo.gs/qeETYq1

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

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.