This is Event is fired at game start up, you need to bring back the Game at this point so that the code is called again.
But the best and recommended way to do this is a simple restart of the Game.
The server must be start with the .bat/.sh file. If you server host does not support this "new" (it's not really new anymore, they are just too lazy to support these system) talk to them.
Then the log you post is from a older run of Minecraft.
Please post debug.log from the logs folder.
On CurseForge you need to enable the debug.log in the settings.
Try to reload the game resources via the /reload command. If this does not work, you can try to re join the World.
If both way do not work this is not possible.
Make sure you post the full debug.log from the logs folder, if the log is too larger to upload it here you can use https://gist.github.com/ or similar past sides.
If this is the full debug.log please post launcher_log.txt as well.
Create your own thread.
Post in your own thread the debug.log from the logs folder.
If you using CurseForge you need to enable the debug.log in the settings.
Keep this Forum in English please.
If you have issues with adfoc.us you can use the direct download.
You find it at the bottom of the download page (Show all versions). Then click on the i for the direct download.
This error is often indicative of an outdated Java version. Please ensure your Java version is up to date. You can download OpenJDK from the Adoptium project.
If the error persists after updating your Java version, please post the installer log as well as the contents of %windir%\system32\drivers\etc\hosts (Windows) or /etc/hosts (Mac, Linux).
As you can see your Mods are not Jar files, they are WinRAR file archives.
You can fix this by enabling the file extensions and remove the current file extension, the Mods must end with .jar.
This problem does normally happen when your Browser does not correct detect the Jar file when downloading it.
But please check also out https://stopmodreposts.org/. To make sure you obtain your mods properly.
In the log you post the game is starting without Mods, you are joining a World, then the server is overload and the game is stopped.
Please post a Screenshot of your Mods folder.
EntityRenderers are now registered in EntityRenderersEvent.RegisterRenderers.
The RenderType of a Block is now set in the Model, add the following line to the Block Models, below the parent property.
"render_type": "minecraft:cutout",