Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Ugdhar

Ugdhar

Members
 View Profile  See their activity
  • Content Count

    2215
  • Joined

    May 11, 2016
  • Last visited

    December 27, 2020
  • Days Won

    18

Ugdhar last won the day on August 2 2020

Ugdhar had the most liked content!

Community Reputation

232 Excellent

10 Followers

  • RonMine
  • BabyStein
  • Leo_magic97
  • Ph_il13
  • narebox
  • MisterSirCode
  • PROhitman
  • Will_Alquem
  • Johs112

About Ugdhar

  • Rank
    World Shaper

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

11558 profile views
  • Shiroroku

    Shiroroku

    December 22, 2020

  • Beethoven92

    Beethoven92

    September 19, 2020

  • Crazzy4999

    Crazzy4999

    August 5, 2020

  • forge stuck plz help

    forge stuck plz help

    August 4, 2020

  • Dzuchun

    Dzuchun

    August 2, 2020

  1. Ugdhar

    [1.15] Creating a custom fluid type.

    Ugdhar replied to Awsome's topic in Modder Support

    What have you tried? What is working/not working? I also know there are examples of this very thing if you search these forums, give it a go, you'll likely find your answer. And if it still doesn't work, post code, logs, and be verbose describing what is working/not working.
    • October 12, 2020
    • 1 reply
  2. Ugdhar

    Spoiler Tag Button Missing

    Ugdhar posted a topic in Support & Bug Reports

    There does not appear to be a spoiler tag button in the forums editor anymore (it used to be a little eyeball button). Can this be put back? And at the very least, if not, how do you make one by hand? I don't get fancy with forum markup syntax, so I've got no clue.
    • October 5, 2020
    • 1 reply
  3. Ugdhar

    I'm testing some Minecraft mods for my Server, and gave this error :(

    Ugdhar replied to _Felipe_'s topic in Support & Bug Reports

    Interesting, it used to be a little eyeball button at the top of where you edit a message, but it doesn't appear to be in the editor anymore. I guess you could try the quote or code tags, but I don't know if they collapse the same way spoiler does. Unfortunately I don't know how to add one inline by hand. Sounds like a good bug report for whoever works on the forums!
    • October 5, 2020
    • 22 replies
  4. Ugdhar

    I'm testing some Minecraft mods for my Server, and gave this error :(

    Ugdhar replied to _Felipe_'s topic in Support & Bug Reports

    Before doing that, try as diesieben suggested and remove optifine, I didn't realize that was in there (one of the side effects of pasting your log directly into the post, too much scrolling down the page to catch everything).
    • October 5, 2020
    • 22 replies
  5. Ugdhar

    I'm testing some Minecraft mods for my Server, and gave this error :(

    Ugdhar replied to _Felipe_'s topic in Support & Bug Reports

    I would try removing abnormals_core and see if that helps. Also, you should post logs on an external paste site, and link to them here, or at the very least use spoiler tags, to avoid a 10 mile long post.
    • October 5, 2020
    • 22 replies
  6. Ugdhar

    [1.15.2] Error with build.gradle and mods.toml

    Ugdhar replied to TCDutchman's topic in Support & Bug Reports

    What is causing that? Also, it's tough without being able to see the big picture, you really should put your project in a github repo and share the link here. A space, a comma that looks like a semicolon, a missing modid somewhere, all little things easilly missed, but potentially caught by a rubber duck debugging a github repo
    • September 22, 2020
    • 6 replies
  7. Ugdhar

    Trouboe W/ modded 1.15.2

    Ugdhar replied to MahhDetermination's topic in Support & Bug Reports

    That log doesn't look complete, post the entire debug.log file, it should have more information. *edit: also Is that the correct version for the version of Minecraft/Forge you're using?
    • September 22, 2020
    • 2 replies
  8. Ugdhar

    Will not download as JAVA file

    Ugdhar replied to DonnyBoy's topic in Support & Bug Reports

    Did you actually execute jarfix, or just download it? It must be executed in order to apply the fix. And are you sure you have java? If you open a command window, and type java -version does it say something? Also, instead of posting on a thread over a year old, you should create a new thread, your issue could be different even though it looks the same.
    • September 22, 2020
    • 17 replies
  9. Ugdhar

    How to install mods made with MCP

    Ugdhar replied to tminor1's topic in Off-topic

    Nice job necroing a thread that's over 4 years old to complain lol
    • September 11, 2020
    • 8 replies
  10. Ugdhar

    [1.16.2] Minecarts don't move with Forge installed

    Ugdhar replied to Emanu1674's topic in Support & Bug Reports

    Even without a crash, there will still be a debug.log in the logs folder, post that to an external site (github gist, pastebin, etc) and post the link here so someone can check it out.
    • September 9, 2020
    • 2 replies
      • 1
      • Like
  11. Ugdhar

    1.15.2 Texture Not Showing Up

    Ugdhar replied to Bomb_Ranger's topic in Modder Support

    Don't copy it from the console, look in the logs folder in your project, there will be a debug.log in there that contains the information. Post it to an external site, like a github gist or something, and link back to it here, as it can be quite large/long.
    • September 3, 2020
    • 18 replies
  12. Ugdhar

    [1.15.2] Create energy cables

    Ugdhar replied to Fo4Ik's topic in Modder Support

    You want to use the energy capability: https://mcforge.readthedocs.io/en/latest/datastorage/capabilities/ I haven't looked at capabilities in a while, so I'm not sure if the docs are up to date or not, but it should be enough to get you started!
    • September 3, 2020
    • 2 replies
  13. Ugdhar

    Making fireball

    Ugdhar replied to Make custom fireball's topic in Modder Support

    Old versions are no longer supported on these forums:
    • September 1, 2020
    • 6 replies
  14. Ugdhar

    Invalid id 256

    Ugdhar replied to MovingPen's topic in Support & Bug Reports

    1.12 is no longer supported due to age. Please update to a modern version to receive support. (I believe current/supported versions do not have ID limits) See the LTS link at the top of every page for more information on supported versions.
    • August 26, 2020
    • 1 reply
  15. Ugdhar

    forge crash

    Ugdhar replied to Ignacy's topic in Support & Bug Reports

    1.12 is no longer supported due to age. Please update to a modern version to receive support. See the LTS link at the top of every page for more information on supported versions.
    • August 26, 2020
    • 1 reply
      • 1
      • Thanks
  • All Activity
  • Home
  • Ugdhar
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community