Loading screen



- Edit my file:
contents/loading_screen/resourcepack/minecraft/textures/gui/title/mojang.png
- Save the file in the same location

Warning: a known issue is that the logo is bugged when you use
/iazip
or /iatexture
to apply the texture ingame.
The logo will be shown with no issue only on server join for some reason, probably an Optifine bug.- Edit my file:
contents\loading_screen\resourcepack\minecraft\textures\gui\title\mojangstudios.png
- Save the file in the same location
IMPORTANT
The position of the parts needs to be precise.
The left side of the texture needs to touch the top-right corner of the canvas while the right side needs to touch the center-left side of the canvas.
This is always the case, no matter the size of the actual texture!
Create a new file (or edit the already provided one):
contents/loading_screen/resourcepack/minecraft/optifine/color.properties
Put this content:
###############################################################################
# Resource loading screen
###############################################################################
# Background color
screen.loading=14181c
# Loading bar background color
screen.loading.bar=14181c
# Loading bar outline
screen.loading.outline=303336
# Loading bar foreground color
screen.loading.progress=1f17ce
# Logo blend mode
# Where src, dst, srcA and dstA are one of:
# ZERO, ONE, SRC_COLOR, ONE_MINUS_SRC_COLOR, DST_COLOR, ONE_MINUS_DST_COLOR,
# SRC_ALPHA, ONE_MINUS_SRC_ALPHA, DST_ALPHA, ONE_MINUS_DST_ALPHA, SRC_ALPHA_SATURATE
screen.loading.blend=DST_COLOR
Do not include the
#
at the start of the color code!Last modified 23d ago