Jump to content

Ugdhar

Moderators
  • Posts

    2617
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Ugdhar

  1. Only if you update to a modern version, there is just not enough resources to support old versions. Once a moderator sees this thread, it will get locked. If you can not/will not update, you will have to look for help elsewhere.
  2. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  3. You should make a github repository for your code/project, much easier for people to read from there If you must post here, you should use spoiler tags (the eyeball button in the forum editor) so there isn't a huge wall of text. In order to provide more help, you should always post logs as described in the EAQ (also using spoiler tags). If the log is too long, use a github gist or another service to host the log, and post the link here.
  4. 1.7 is no longer supported on these forums due to age. Please update to a modern version to receive support here. See the LTS link at the top of every page for more information on supported versions.
  5. 1.12 is no longer supported on these forums 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.
  6. 1.12 is no longer supported on these forums 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.
  7. Please post logs as described in the EAQ. Otherwise it's be random guessing what is wrong.
  8. If you update to a modern version I'd be happy to help
  9. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information can be found in the LTS link at the top of every page.
  10. Upload them to a photo site and post a link to it here then. Without some form of more information, there is no way to help you, it would all be random guesswork.
  11. Well, considering that log is not even 1.15.2, I'm gonna say that doesn't help at all. Did you change the game directory in your installation settings? I guess at this point, start posting screenshots of your installation screen, your .minecraft folder, and your .minecraft/logs folder. There has to be a log of some kind somewhere.
  12. Is there a debug.log? Any crashlogs anywhere?
  13. Did you read the EAQ? It explains everything. It's the first post in the Support & Bug Reports forum, I'll post the link here:
  14. Please post logs as described in the EAQ, it could be just about anything without more information to go on
  15. The TorchBlock uses addParticle in the animateTick method. It probably depends on what you are doing/trying to accomplish, I would imagine. I would just look through vanilla code and use that as a guide.
  16. Post logs, chances are you are probably using a version of optifine not compatible with forge. Check the optifine changelog for the version you are using, the last entry in the changelog for that version will tell you what, if any, version of forge it works with.
  17. Please post logs and code (code preferably as a working github repo), they should have more information for us.
  18. This might be a glitch or a bug or something, because I just added a bunch of tabs to my mod, and it stopped @ 5 extra tabs (out of 7 total I made for S&Gs) , and it wouldn't/didn't add a 3rd page. *edit: Nevermind, I wasn't paying attention. The other 2 tabs are at the bottom of the creative screen. So far, you can have at least 7 tabs. I'm going to make a few more and see how many you can have. *edit 2: at 11 tabs, it creates a 3rd page. So I think we're good to go as far as any limits, more than likely. and I did create all of my item groups like this:
  19. if(world.isRemote){ Not sure if you actually want to run this on the client, clients could lie about what advancements are completed, and/or won't be in sync with the server advancements. Of course playing a sound would definitely occur on the client, but logic checks should probably be done server-side. Beyond that, I haven't tried doing this myself, so I am unsure how to go about it. If I have some time to tinker I might check it out and if I find out anything, I'll come back and post.
  20. I use Eclipse (2019-12), and I am able to run/debug my project within the IDE without having to manually run gradlew tasks. How did you setup your project? I know you can import the gradle project into the IDE and run the tasks from there, but I still do things from the commandline, because I'm old, so I just ran gradlew eclipse and gradlew genEclipseRuns in my mod project folder to get things setup (I actually, for whatever unknown reason, have to run them twice to get the MC/Forge sources to attach in the IDE properly, no idea why or how, but running once, I don't get sources, if I run them twice, I have sources lol). Not sure how you do it, or if a difference in project setup would even cause that to happen.
  21. Advancements are just json files in data/MODID/advancements in your resources. Check out vanilla advancements to see how they work things. Also, the minecraft wiki page on the advancements json format is helpful: https://minecraft.gamepedia.com/Advancements/JSON_format Hope this helps! Try making some simple ones, and if you have trouble, post logs/code/json (or logs, and a link to a github would be better), and I'm sure someone will give you a hand.
  22. 1.7 is no longer supported on these forums due to age. Please update to a modern version to receive support. More information about supported versions can be found in the LTS link at the top of every page.
  23. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  24. This is a message board, not a chat room, so there are not always people watching, sometimes it can take a while to get a reply. That being said, 1.12 is no longer supported here on these forums, due to how old it is. Please update to a modern version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  25. 1.7 is no longer supported on this forum due to age. Please update to a modern version to receive support here. See the LTS link at the top of every page for more information on supported versions.
×
×
  • Create New...

Important Information

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