Jump to content

Ugdhar

Moderators
  • Posts

    2785
  • Joined

  • Last visited

  • Days Won

    44

Everything posted by Ugdhar

  1. You should be able to browse the Minecraft source through your IDE to look at existing vanilla mobs. Been a few since I've look at much MC, so not sure what mobs would be good examples, but I know they have at least fish lol. For instance, in Eclipse, on the left side where it shows your source packages/files, there's a section for 'Referenced Libraries'. Expanding that, there's a list of jars that are used in the project. The project I'm looking at, there's one for "forge-1.20.4-49.0.38_mapped_parchment_2024.02.25-1.20.4-recomp.jar". Dropping that down shows a big list of packages, including the net.minecraft.* packages, and dropping those down show the classes included, which can be clicked on to view the source. If you use IntelliJ, it's more or less the same thing, look around for the Referenced Libraries, and find the forge one, boom, Bob's your uncle.
  2. Graphics are irrelevant for a server. According to google, it should support 20-40. I literally asked it "how many players on a lightly modded minecraft server will a ryzen 5 2600 with 32GB ram support?" Maybe someone with some real world experience has further input. I can say without a doubt that if you run Linux as opposed to windows for the server operating system, you will get better performance and have more resources available to your server.
  3. Cracked launchers are not supported, you need to buy the game.
  4. Vous utilisez Java 8 et avez besoin de Java 21. Vous pouvez le télécharger sur https://adoptium.net/temurin/releases J'ai utilisé Google Traduction pour rédiger cet article, j'espère que cela vous sera utile !
  5. Looks like a possible graphics driver issue, I would try updating your driver directly from the NVidia, don't use windows update to try and update it.
  6. The simple answer is there is not an easy way. You would need to know how to program in Java, as well as at least some familiarity with how Forge works so you could port the differences. You would also need the sourcecode for the original mod, and permission from the author to modify it, if they did not use some sort of open source license. So it's not impossible, but it would take some effort, but doing so would open up a whole new world of possibilities for you!
  7. Does it still crash if you remove holdmyitems? Looks like that mod doesn't work on a server as far as I can tell from the error.
  8. Start by following the docs to get a workspace setup: https://docs.minecraftforge.net/en/latest/gettingstarted/ Then poke around some of the tutorials, https://www.mcjty.eu/docs/1.20/ used to be the goto, but not sure if there are any updates for regular forge or not, but if you've brushed up on Java, it will be enough to get you started. Poke around the Minecraft and Forge sources to see how things are done. Read the FAQ for information on how to post code/logs when you run into issues. Share as much info on issues you have as possible. Use github to host projects, chances of someone helping are higher when they can actually see all your code and/or build it themselves. And finally, keep it on the forums, don't direct message people with questions, most people do not provide personal support like that. Also keep in mind forums posts are not always immediately answered, if you're looking for a quicker response, you can always try the Minecraft Forge discord server.
  9. Your best bet is to read the FAQ (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/), and start a new topic, posting logs and code as described there. Decent chance someone from 2 years ago might not even be around anymore to answer you.
  10. Please read the FAQ (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/) and post log files as described there, using a site such as https://mclo.gs/ and post the link here.
  11. When you play Minecraft in single player there is still a server, it's just running on the same computer as the client, and not launched as a separate program, it's all done for you as the single player experience. Try backing up, and then deleting, the config/Mekanism/generator-storage.toml and config/curios-server.toml files, it should recreate them correctly when you start the game again.
  12. When you name a method like that, with no return value, it is a constructor. The constructor must have the same name as the class it constructs, in this case, ModItems. I would strongly advise reading up on some basic Java tutorials, because you will definitely be running into a lot more issues as you go along without the basics. *I should also add that the Forge documentation is a reference, not a tutorial. Even following tutorials, you should know Java basics, otherwise the smallest of mistakes will trip you up as you copy someone elses code.
  13. I merged your second post with the original , there is no need to post a new thread asking for an answer. If someone sees your post and can help, they will reply. If you are seeking a quicker response, you could try asking in the Minecraft Forge diacord.
  14. I can't figure out if you're looking for help trying to steal someone elses work, or cheat at the game....
  15. Are you using linux? The paths don't look like Windows paths. Can you run java --version from the commandline if so?
  16. If you remove armorchroma does it still crash?
  17. Read the posts above yours, it tells you exactly how to do it, instructions are the same if it's making a forge installation or a vanilla one, just make a new folder for the game directory.
  18. That is a Fabric log, and this being the Forge website, you would probably get better help wherever Fabric support is given. I haven't used it myself, but others have, and maybe someone will know how to help, but not as likely as if you were asking a forge question.
  19. Is that the full log? I'm not seeing any crashes or errors in there.
  20. Please read the FAQ (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/). It asks you to not post a reply to a thread with your own question in rule #2. Unfortunately I do not have any experience trying to run Java MC on an android device. Someone may have experience with it and be able to help, but I'm guessing that it's not officially supported, and your mileage may vary.
  21. I moved your post into its own topic (due to Rule #2 in the FAQ). Please read the FAQ (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/) as directed at the top of the support forum, and post logs as described there using a site like https://mclo.gs or similar, and post the link here.
  22. The site says that log does not exist.
  23. Why not? Please explain what you have tried, in detail. Step by step is installing the server, placing mod .jar files in the mods folder within the folder you installed the server, and running the run.bat file. If this is not working for you, please post the debug.log from the logs folder to a site like https://mclo.gs and post the link to it here.
  24. That is incorrect. Use the run.bat or run.sh to run the server.
  25. Does this happen if you use the regular vanilla minecraft launcher? Also, unsure if TLauncher ever has a legit usage, as I have always seen it associated with software piracy, but if it has a legit mode, make sure it is using online mode so that it can authenticate your MS account to login. Aside from that, more information is likely needed. Post logs, as well as the paths you are placing files in (screenshots of your file explorer can be helpful as well).
×
×
  • Create New...

Important Information

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