Jump to content

LexManos

Forge Code God
  • Posts

    9273
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by LexManos

  1. You have the same mod installed more then once, no idea what one it is, we used to have them listed in the log, so try checking the debug log.
  2. Run the forge jar...
  3. coda.breezy.Breezy.resetWindDirection(Breezy.java:67) is casting the client world to the server world without properly checking, talk to the breezy mod author.
  4. Something blue_skies is doing is conflicting with other coremods you have installed, try removing it and/or optifine.
  5. there is literally no executable jar anymore. Java does not allow them to be used when using the module system. Use the run scripts, or copy the run scripts into the command line arguments of your server
  6. No, there is literally no executable jar anymore. Java does not allow them to be used when using the module system. Use the run scripts, or copy the run scripts into the command line arguments of your server
  7. Fixed in 47.1.34+ https://files.minecraftforge.net
  8. This is the Forge forums, not Fabric, you'll want to go to their forum/discord to get support with Fabric.
  9. Seems like an issue with fishofthieves, remove it
  10. There is no error in that log, what are you actually experencing?
  11. There is no jar anymore, and hasnt been for a couple years now. You need to use a server host that supports modern ways to launch the game.
  12. Post the logs that are in the same folder you ran the installer from. This is typically something on your computer blocking internet access
  13. That is not a problem, that is exactly what the installer is supposed to do. You have to use the run script to start the server now. There is no executable jar.
  14. It very much is included in the installer, so not sure what you're getting at. Make sure you are using the vanilla mojang's launcher. Also this isn't the same issue as the OP because OP hasn't posted his logs so we dont know what his issue actually is.
  15. When you start the server, in your bat file there is the word 'java' you need to replace that with the full path of the specific java version you want to use.
  16. This isn't a bad idea, we typically have these things go through the GitHub PR system. However couple questions. All spawners get is a tick method. Why not use our level tick event? The only information that spawners get is (this.spawnEnemies, this.spawnFriendlies), which are private fields, so we could add getters.
  17. Hi! It looks like you're having issues installing Forge. In order to root out one of the more common issues, we'll need to see your hosts file. Here's the steps to getting this file. 1) Press the Win + R key on your keyboard. 2) Paste the following into the prompt that opens: notepad %windir%\system32\drivers\etc\hosts 3) Use Ctrl+A to select everything in the file, then Ctrl+C into the textbox to post to this thread. Looking forward to your reply!
  18. Some zip managers like to take control of the .jar file extension away from Java. Make sure you have Java installed and try running Jarfix once, then try the installer again. You'll need to be more specific on what you're doing beyond that. All you need to do is run the `java -jar <path to installer.jar>`
  19. Some zip managers like to take control of the .jar file extension away from Java. Make sure you have Java installed and try running Jarfix once, then try the installer again.
  20. The answer isn't gunna change. Optifine is well known to break many things and not fix them. Its recommended to avoid it. There is nothing we can do on our end to fix it being broken.
  21. For future note, almost everything we make/host has the official download page on our maven. https://files.minecraftforge.net/net/minecraftforge/Scorge/ Is the one for Scorge it's a little wonkey for this one specifically cuz we have one build with a MC version prefix but I'll fix that in a bit. As for it being on CurseForge or any other mod repo. Thats a manual process that I guess Illy just forgot to do. Will poke him about it next time he touches it.
×
×
  • Create New...

Important Information

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