Jump to content

Ugdhar

Members
  • Posts

    2531
  • Joined

  • Last visited

  • Days Won

    30

Ugdhar last won the day on February 28

Ugdhar had the most liked content!

Converted

  • Gender
    Male
  • URL
    https://github.com/Ugdhar
  • Location
    Maine, USA
  • Personal Text
    I like to learn stuff.
    I do not provide personal support via PM.
    There may or may not be examples floating around on my github.

Recent Profile Visitors

196483 profile views

Ugdhar's Achievements

Reality Controller

Reality Controller (8/8)

256

Reputation

  1. 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
  2. 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.
  3. 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
  4. 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.
  5. 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.
  6. You have not given us very much information to go on, i.e. forge/mc version, mods installed, or any server logs. You might try giving spark a try (https://www.curseforge.com/minecraft/mc-mods/spark) it may be able to find the source of your lag.
  7. I would say try without optifine
  8. 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.
  9. 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.
  10. Looks like that RAM-Compat mod is for Alex's Mobs, which you do not appear to have in your pack. Try removing it.
  11. 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.
  12. 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.
  13. Please post your debug.log to a paste site and link back to it here, and possibly a screenshot of your mods folder.
  14. 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.