Jump to content

ChampionAsh5357

Members
  • Posts

    3284
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by ChampionAsh5357

  1. Please provide the debug.log from the logs folder. This might also be a server issue, so you should contact aternos support.
  2. 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).
  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.3 (Latest), 1.19.2, and 1.18.2 (LTS).
  4. Technically, you can reuse the crafting recipe classes as long as you change the RecipeType since that's what determines whether the recipes can be used by a given system or not.
  5. I mean...it's neither. You are trying to play a 1.19.2 mod on 1.19.3. It won't work. 1.19.2 does not equal 1.19.3.
  6. Player movement is handled on the client normally. The information is synced to the server, however. If you want to set the player position or data on the server, you basically need to sync the data to the client. You can do this by setting Entity#hurtMarked to true after setting the delta movement.
  7. Did you make sure to refresh gradle and regen the runs? Additionally, the maven for the spongpowered is wrong; it should be 'https://repo.spongepowered.org/repository/maven-public/'
  8. It looks like a timeout. Can you verify that the inbound and outbound traffic is either both using ipv6 or neither is using ipv6? It might be that it's sending traffic via ipv6 in one direction and ipv4 in the other.
  9. It seems like you downloaded flywheel for an unsupported vanilla version. This looks like it supports only 1.19.2 at most.
  10. Just refresh the gradle project normally in IDEA first. Also, I would suggest invalidating the caches through IDEA as well.
  11. Did you make sure the access transformer was valid? What access did you move a given method to?
  12. Just for confirmation, you do own a Minecraft account and have the vanilla launcher installed on your machine?
  13. Some mod is probably spamming the position on the client or a new block pos. You may want to split the mods into piles to more easily determine which one is causing the spam.
  14. Is the folder named mods in the game directory? Additionally, you shouldn't have mods that are from incorrect versions or different loaders in the same folder. Also, OptiFine currently does not support Forge 1.19.3.
  15. What version of Minecraft is this for? I'm afraid I can't find the method you are looking at.
  16. That would be something to report to the author of the mod since they would most likely have more insight.
  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. 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).
  19. 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).
  20. 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).
  21. Do you know Java? Because this is a Java question.
  22. It depends on your school's internet. If they disallow visiting certain websites and downloading certain programs, then you either need a vpn or not be on the school. I haven't seen a school internet do so however. You can verify by downloading the assets when you load up Minecraft in the vanilla launcher for the first time.
  23. Assuming you're attaching the event to the mod event bus. Though, if you are just using the unmodified crafting grid in terms of logic, you don't need a custom recipe, you just need to increase the base crafting table size.
×
×
  • Create New...

Important Information

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