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

    January 20
  • Days Won

    18

 Content Type 

  • All Activity

Profiles

  • Status Updates
  • Status Replies

Forums

  • Topics
  • Posts

Calendar

  • Events

Everything posted by Ugdhar

  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
  • Page 1 of 87  
  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
  16. Ugdhar

    java issues but unknowing of the solution

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

    Post the debug.log from the logs folder in a github gist or pastebin or something like that, and link to it here; someone will see it and be able to figure out what's going on.
    • August 26, 2020
    • 2 replies
  17. Ugdhar

    Server gives error when lighting changed

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

    There will be a log file generated by the server (even without a crash, it will be in the logs folder, probably called debug.log or latest.log); post that in a github gist or pastebin or something, and link to it here, someone will see it and probably know what's up.
    • August 26, 2020
    • 2 replies
      • 1
      • Like
  18. Ugdhar

    Again :< (I put some more mods...)

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

    Nope, it would be just debug.log, without any numbers in the name or the .gz at the end. If you are using Windows, it is possible the file will just be called "debug", and under the file type say it is a log file. Because Windows is awesome and hides file extensions by default. Also, please post logs to an external site (github gist is my personal favorite), and link to them here, as opposed to attaching files. Most people don't like downloading random compressed files off the internet.
    • August 25, 2020
    • 18 replies
  19. Ugdhar

    [1.16.2] Triggering event if a specific food item is eaten

    Ugdhar replied to naelsun's topic in Modder Support

    Which parts are you not understanding? The explanation is very basic Java, and if you don't understand that, you are going to have a Very Bad Time trying to mod. Not trying to be mean, just stating facts. There isn't really a much easier way to explain what vemerion said without going to Java School (this isn't Java School, this is Forge School )
    • August 25, 2020
    • 9 replies
      • 1
      • Like
  20. Ugdhar

    why is my material texture not working. Probably missing something simple

    Ugdhar replied to greetthemoth's topic in Modder Support

    Post your debug.log it will explain why somewhere in there.
    • August 20, 2020
    • 5 replies
      • 1
      • Like
  21. Ugdhar

    [1.15.2] Forge blockstates format

    Ugdhar replied to WildTan's topic in Modder Support

    Here, this may help you if you're familiar with 1.12, as a LOT of stuff has changed since then. https://gist.github.com/williewillus/353c872bcf1a6ace9921189f6100d09a
    • August 2, 2020
    • 9 replies
      • 2
      • Like
      • Thanks
  22. Ugdhar

    [1.15.2] [SOLVED] Custom Tree Help

    Ugdhar replied to Handreans's topic in Modder Support

    Look at vanilla resources in data/minecraft/tags/blocks for examples. Unfortunately I still haven't tinkered with data generators so I cannot tell you how they work, but they will generate the json for you via code so you do not have to write it by hand (which can be prone to typos/repetitiveness/etc)
    • July 26, 2020
    • 5 replies
  23. Ugdhar

    [1.15.2] [SOLVED] Custom Tree Help

    Ugdhar replied to Handreans's topic in Modder Support

    You likely need to add leaves and logs tags jsons/datagens
    • July 25, 2020
    • 5 replies
  24. Ugdhar

    problem with my mod

    Ugdhar replied to JPlay3r's topic in Modder Support

    Just a guess but don't leave empty strings for urls in your mods.toml, comment out the line with a #
    • July 25, 2020
    • 2 replies
  25. Ugdhar

    Forge INSTALLER ran out of memory?

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

    Make sure you are using a 64 bit Java if running java -version from the commandline does not explicitly state 64 bit, then you have a 32 bit JVM.
    • July 23, 2020
    • 1 reply
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
  • Page 1 of 87  
  • All Activity
  • Home
  • Ugdhar
  • Theme

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