Custom "missing mods" error message
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
Hi, I tried putting a Create Modpack together, it had issues, I was able to fix one, but it says duplicate mods found rubidium and embeddium, but there is only one file, idk what it detects, but it crashes. latest.log: https://mclo.gs/Xh9kko9 crash report: https://mclo.gs/a32QTpB please somebody can help me?
-
Not the same, but it still crashes (it launches, and crashes immediately) crash report: https://mclo.gs/PcaLILR latest.log: https://mclo.gs/d15we5X
-
By Laike_Endaril · Posted
Just in case anyone else looks at this in the future, in 1.12.2 there was a boolean for whether the world and HUD renders would update or not. I assume it still exists in future versions. Things to keep in mind: 1. It will prevent the HUD from updating as well, not just the world render. You'd have to make your own HUD render calls if you want the HUD to update (maybe after rendering a black background on top of the latest world render, see below). 2. It will not remove the existing world view / render...it will look more like the game is paused (even if it isn't), like a screenshot. If you want a black background, you could simply render a black background on top of it. It does prevent all the heavy render calls and uses basically no render-based CPU. 3. Make sure to re-enable the boolean at an appropriate time, obviously... 4. This also ends up skipping normal GUI renders. If you want to render something, the most obvious hack is Minecraft.getMinecraft().addScheduledTask(), as those are run on the constant loop and not just on tick. I won't go into detail on that. 5. Sounds and their positions, and all game logic is still updated as normal (assuming the game is not paused). Minecraft.getMinecraft().skipRenderWorld = true; -
By Julian Vennen · Posted
That is the full output of the server. It does not create a log or crash report because it never gets that far. -
now it tells me this "errors in currently selected data packs prenvented the world from loading. You can either try to load it with only the vanilla data pack ("safe mode"), or go back to the title screen and fix it manually
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.