Jump to content

Ugdhar

Moderators
  • Posts

    2617
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Ugdhar

  1. Also, Optifine only works with specific versions of Forge. The optifine downloads page shows which version of forge it is compatible with. In your case, you are using OptiFine_1.20.1_HD_U_I6 which is for Forge 47.2.18, but you are using forge-1.20.1-47.3.1, and I imagine this could potentially be an issue as well.
  2. Try moving your server to a folder that is not OneDrive, see if that helps.
  3. So first suggestion, don't use whatever text box you used to format your forum post, it ends up being hard to read. In regards to capes, I do not believe forge provides any support for making capes, as that is reserved for Mojang/Microsoft special stuff. If I'm wrong, I'm sure someone will chime in and let us know.
  4. Click the Show All Versions button at the bottom, then point at the little i next to Installer, and click the Direct Download link.
  5. Click the Show All Versions button, point at the little i after Installer, and try the Direct Download link.
  6. You would probably have better luck asking on a Fabric forum, not Forge, but you might get lucky and find someone that uses Fabric also.
  7. Ugdhar

    problem

    You shouldn't be extracting the mod .jar, just place it in your mods folder.
  8. Pretty sure all 1.20.6 builds are beta currently, since there is no recommended release build yet.
  9. You could try using spark (https://www.curseforge.com/minecraft/mc-mods/spark) to see if it gives you any other insight into what is making ticks take too long, perhaps it's a combination of mods. If it's simply the yuushya mod processing that is causing it to hang, the only solution would be removing that mod, or possibly updating/downgrading to a version that doesn't make ticks take too long.
  10. I don't think embeddium and rubidium can be used together. Try removing one of them.
  11. Did it crash before you added mods to the pack? If not, try readding the mods 1-2 at a time testing in between to find the broken/incompatible mod
  12. You install forge into .minecraft, as that is where the game is installed, so all versions are installed there. You set the directory for each actual game instance, under the Installations heading within the launcher. That's where you'd specify the directory for the version you're playing, per Installation/Profile/call it what you will.
  13. That didn't actually attach your project, it just shows a filename. Also, attaching as a compressed file is not the best way to share, you should create a github repository for it, then share the link here. https://www.google.com/search?q=how+to+use+github
  14. On the download page, click the button for "Show all versions", point at the little i next to the Installer link, and use the Direct Download link that pops up. That should let you download it if you have issues with the adfocus thingy.
  15. Post logs as per https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/ They may have information that will answer these questions.
  16. I would say try without optifine
  17. Possibly an incompatability between nether structures and blueprints. Give it a try without one or the other. Also I don't think 4GB is very much for a large modpack, but I don't see any out of memory errors in the log.
  18. I'm not seeing any errors in that log, is it incomplete? At the bottom it looks like canary and radium may be incompatible, I see some warnings about skipped mixins.
  19. Looks like that RAM-Compat mod is for Alex's Mobs, which you do not appear to have in your pack. Try removing it.
  20. https://forums.minecraftforge.net/topic/145295-1201-error-code-1-gl-46-error/?do=findComment&comment=566776 The forums search box, although sometimes slow, works great That is, if the problem is that it's not using the correct GPU. I would advise in the future, create your own thread, and also post logs. Posting on 4 year old threads isn't the best practice.
  21. As far as your bowl of stew goes, from what I can see you want to override the finishUsingItem method to return the bowl to the player. I found this looking through the Minecraft code, your IDE should have something for Referenced Libraries or something like that, which will allow you to do the same. Check the class net.minecraft.world.item.Items for mushroom_stew, and take a look at the method it calls for setting up the item.
  22. Please post your debug.log to a paste site and link back to it here, and possibly a screenshot of your mods folder.
  23. And there were a few other corrupt mods listed as well, probably redownload them or something. Also, looks like you're missing at least 1 dependency:
×
×
  • Create New...

Important Information

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