Jump to content

ChampionAsh5357

Members
  • Posts

    3284
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by ChampionAsh5357

  1. 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.2 (Latest) and 1.18.2 (LTS).
  2. I was able to find a machine with the graphics card mentioned (after much pain), but I was still unable to reproduce. Most likely, there is some weirdness going on with the drivers and operating system in the computer as a whole, so you may just want to go through the official sites and update them all at once.
  3. 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.2 (Latest) and 1.18.2 (LTS).
  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.2 (Latest) and 1.18.2 (LTS).
  5. 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.2 (Latest) and 1.18.2 (LTS).
  6. 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.2 (Latest) and 1.18.2 (LTS).
  7. 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.2 (Latest) and 1.18.2 (LTS).
  8. 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.2 (Latest) and 1.18.2 (LTS).
  9. You shouldn't need to override the method unless you are sending additional information with the entity, and for that you can just refer to the docs and setting the packet to NetworkHooks#getEntitySpawningPacket.
  10. There's no way to effectively do this as Forge only provides hooks at the beginning and the end of a living entity's tick.
  11. Why not just use the BrewingRecipeRegistry and hook it through there if this is performing the same task as a normal brewing stand? If not, that should still tell you how to do brewing checks and transforms.
  12. Either specify the path of the application to be the java 8 executable or make sure Java 8 shows up on the PATH environment variable before java 19. Probably should set JAVA_HOME to the java 8 location as well.
  13. You should write the value, you are already writing the map, albeit partially.
  14. This is not the complete log, but it seems as though the client or server is thinking the other is vanilla. Without the entire server log or client log, I cannot determine which is thinking what.
  15. As this is a Java question and not related to Forge, we would normally not provide help and tell you to learn Java. However, as this question pertains more to organization, I will provide you an answer. Essentially, structure the mod packages as you see fit, same way as you would any Java jar. It is purely a user standard. There are certain files you should keep separate due to sidedness, but that is documented.
  16. The server doesn't seem to be able to connect with any outside services, which is probably an incorrect configuration on the linux os. You're welcome to look up how to fix the 'No Route to Host' issue, but I would attempt downgrading first to 20.04 to verify that the default setup of the linux os is not at fault.
  17. Can you provide the debug.log files in the logs folder of the erroring client and the server itself?
  18. 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.2 (Latest) and 1.18.2 (LTS).
  19. https://gist.github.com/fantalatone/65116264037b83955a99c8c014d328ef#file-openscreen-java-L31-L41 Let's look at this section. In the constructor, you read the key and value of the map, so it's expected that you write the key and value as well. In the method, you write the key, but then you print the byte buf and the value instead of writing the value.
  20. Please provide the specs of your computer. I cannot reproduce your claim on my devices with Forge.
  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.2 (Latest) and 1.18.2 (LTS).
  22. 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.2 (Latest) and 1.18.2 (LTS).
×
×
  • Create New...

Important Information

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