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).
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).
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.
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.
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/'
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.
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.
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.
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).
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).
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).
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).
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.
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.