Jump to content

ChampionAsh5357

Members
  • Posts

    3284
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by ChampionAsh5357

  1. Yes, it seems the issue is still flywheel. You could try reporting the issue to them since there is nothing obvious to me as to what would be conflicting.
  2. Remove OptiFine; that tends to be incompatible with a lot of mods.
  3. The installer is a jar. When running the install server option, it generates a folder and some scripts. Run the script associated with your operating system and the server will start.
  4. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
  5. I'm not sure what that has to do with a different method not returning true. Sorry, thought the version you were using was 1.18. I would recommend using a breakpoint in your IDE to follow the call for the hopper to see where it goes wrong.
  6. Ah, apologies for the misunderstanding. Most likely not. If you wanted to do that, you would most likely need to remake the entire chunk generator to take in a specific seed, and even then you would need to verify that the seed would still correspond to the wanted result.
  7. In the Attributes class...again. They are all java files, since Minecraft: Java Edition is programmed in, you know, Java. How familiar are you with Java?
  8. There were just two rendering changes which affected where the hand was rendered that you didn't take into account.
  9. It doesn't look like `#hasBlockEntity` returns true on the blocks which is probably my guess just from looking at it.
  10. Could you more clearly define didn't work? What does the debug.log say? Did you follow all the steps in the docs?
  11. Seems to be an issue with tombstone; try removing it.
  12. There seems to numerous issues with the datapacks like selene and regions_unexplored. You could try removing the erroring mods from the log and see if that fixes anything.
  13. I'm not sure if this may be the issue, but try removing OptiFine. The version you are using is not the Forge version they have associated on their website.
  14. For clarity sake, client side classes like Minecraft do not exist on the server. You can set the screen on the client through the methods you are showing yes, but only in client side events. Why are you trying to do this when the server starts up?
  15. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
  16. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
  17. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
  18. It seems you are loading client only mods on the server, so you need to remove them. I believe one of them is Better FPS at a quick glance, but there are probably more.
  19. Seems to be an issue with configs. You could try deleting the config folder and see if that fixes the issue.
  20. Please provide the debug.log from the logs folder in the game directory via a gist or pastebin.
  21. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
×
×
  • Create New...

Important Information

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