Jump to content

DaemonUmbra

Members
  • Posts

    11222
  • Joined

  • Last visited

  • Days Won

    67

Everything posted by DaemonUmbra

  1. If you continue to insist on using MCreator in any shape or form you may find that you stop receiving help.
  2. It means read the thread pinned to the top of the sub forum and it will give you info about the file you have been asked to provide.
  3. Free and open source project with relatively few people working on it IN THEIR SPARE TIME. If you are unhappy with the documentation, learn the code and document it yourself, the main crew are a bit preoccupied with getting everything back up and running.
  4. MCreator is poorly written, it creates mods that are broken and poorly written, and the license for it means anything you make with it is owned by THEM, not you.
  5. No. That is not a magic annotation that makes your code sided, it is an annotation that will cause a crash if a class annotated with it is loaded on the side other than what is specified in the annotation.
  6. 1. Don't hijack threads 2. Your issue is not the same as the OP of the thread you posted in 3. Must you plug your YouTube channel while asking for assistance? Try removing PattysMoreTools
  7. There is no way to do this purely client-side. There is an !isRemote guard before this event would ever be on the (logical)client. Because this cannot be done purely client-side you would also need to get into packets to get it working with the way things stand.
  8. I think I know how this can be done, but I need to check before I put my foot in my mouth
  9. Without seeing all your code I can make suggestions but honestly I'd rather test them myself before I suggest them, is your code on GitHub?
  10. @Mod only takes the Mod ID in 1.13.2 All the rest goes in the mods.toml, however to my knowledge clientSideOnly and serverSideOnly have not been carried over, I believe because they were already legacy and essentially deprecated without being marked so.
  11. My eyes were reading faster than my brain, if that makes any sense.
  12. It means that version is not supported on this forum anymore, you won't get help for it here.
  13. 1.7.10 is no longer supported due to its age. Please update to a modern version of Minecraft to receive support.
  14. In my experience an error during mod sorting usually means dependency mods are missing or the wrong versions are present. Where are you getting your mods? You appear to be maxing out on ram, allocate more. Also: Why?
  15. You use a file manager and a text editor... Is English not your first language? Is this why you seem a bit confused?
  16. Please read my signature and provide your debug.log
  17. This is one of the reasons those sites are bad... Beat me to it, Diesieben
  18. What version of Minecraft are you running, 1.13.2?
  19. Have you tried specifying that JVM option? Can you provide a debug.log(more info in my signature)?
  20. What if you run the jar installer in the command prompt?
  21. Can you try the .Jar version of the installer and post the log?
  22. 1.9.4 is not supported on this forum due to its age. Update to a MODERN version of Minecraft to receive support. You have already received this response when you asked about 1.8.9, are you going to simply keep making new threads stepping through versions until we give you a different answer?
  23. Have you looked closer to the top or did you skip to the bottom? Can you provide the installer log?
  24. There are still some things to avoid that he does in that tutorial, please refer to
×
×
  • Create New...

Important Information

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