CustomLoadingScreen
CustomLoadingScreen copied to clipboard
A way to customise the loading screen in minecraft forge.
I made a panorama in 4k resolution, but during the loading I see a blurry picture, although the original looks much better. Is there any way to fix this?
See https://github.com/AlexIIL/CustomLoadingScreen/pull/79
sample/panorama_lower was not loading by default and giving an error because code said sample_panorama_lower instead of sample/panorama_lower
There is no log for this, as this is hardware-related. see the smoothfont issue: https://www.curseforge.com/minecraft/mc-mods/smooth-font/issues/37 for a temporary fix that will disable smooth font rendering
Bug
CLS for MC 1.12.2 does not show memory bars.
With CLS [my modpack](https://github.com/Krutoy242/Enigmatica2Expert-Extended) loads about 20 seconds slower. I have small tool that fetch `debug.log` and gather all `[...] took 0.001s` values. **Without** CLS there is more than 200...
I've been trying to create a custom loading screen for a few days now. I honestly didn't know what I was doing and I don't even know it yet because...
It's in the title.
I created a new file called "zh_cn.lang" and put it in lang folder. As follows > customloadingscreen.modstate.minecraft_init=Minecraft初始化中 customloadingscreen.modstate.construction=构建 customloadingscreen.modstate.pre_initialization=预初始化 customloadingscreen.modstate.initialization=初始化 customloadingscreen.modstate.post_initialization=后初始化 customloadingscreen.modstate.completed=完成 customloadingscreen.modstate.reloading_resource_packs=重新加载资源包 customloadingscreen.mcstate.modelloader.items=加载物品模型 customloadingscreen.mcstate.modelloader.blocks=加载方块模型 customloadingscreen.mcstate.modelloader.bake=烘焙模型 customloadingscreen.mcstate.texture.load=加载纹理 customloadingscreen.mcstate.texture.stitch=拼接纹理 customloadingscreen.loading=加载中 customloadingscreen.finishing=完成...