Перейти к содержимому
Mineforgian

Early Loading Screen

A Fabric mod that shows an early loading screen and display information while the game is loading.

317K загрузок67 подписчиковMITfabric

Обновлён 10 апреля 2025 г. · опубликован 24 июня 2023 г.

  • Скриншот: Early Loading Screen

Early Loading Screen

A Fabric mod that shows an early loading screen and display information while the game is loading.

Compatibility

This mod has been tested with AOF6 with Prism Launcher and default settings without any issues.

Configuration

All configuration is done in the early-loading-screen.properties file in the config folder.

window_creation_point

Available options: mixinEarly mixinLoad preLaunch mcEarly off
Default: mixinEarly (or mixinLoad if ImmediatelyFast is installed)

This controls the point when the window is created. The available options above are sorted in order of earliest to latest. The option mixinEarly does some classloading hacks, use mixinLoad if you have issues with it.

Use off to turn off early screen entirely.

enable_entrypoint_information

Available options: true false Default: true

This controls whether the entrypoint information is shown on the early screen. When this is enabled, it will apply patches to the fabric-loader to show entrypoint invocation process. Disable if you have weird issues with the game launch.

reuse_early_window

Available options: true false Default: true Not available on Windows.

This controls whether the early screen is reused as the game window.

enable_mixin_pretransform

Available options: true false Default: true

This controls whether mixins apply runs early.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
0.1.5+1.21.4Релиз1.21.4fabric10 апреля 2025 г..jar (426 КБ)
0.1.5+1.21.3Релиз1.21.2, 1.21.3fabric24 октября 2024 г..jar (424 КБ)
0.1.5Релиз1.21, 1.21.1fabric9 июля 2024 г..jar (424 КБ)
0.1.5+1.19.2Релиз1.19.2fabric1 января 2024 г..jar (424 КБ)
0.1.5+1.19.4Релиз1.19.4fabric1 января 2024 г..jar (424 КБ)
0.1.5+1.20.1Релиз1.20, 1.20.1fabric1 января 2024 г..jar (424 КБ)
0.1.5+1.20.4Релиз1.20.3, 1.20.4, 1.20.5, 1.20.6fabric1 января 2024 г..jar (424 КБ)
0.1.4Релиз1.19.2fabric8 декабря 2023 г..jar (418 КБ)
0.1.4Релиз1.19.4fabric8 декабря 2023 г..jar (418 КБ)
0.1.4+1.20.1Релиз1.20, 1.20.1fabric8 декабря 2023 г..jar (418 КБ)
0.1.4+1.20.4Релиз1.20.2, 1.20.3, 1.20.4fabric8 декабря 2023 г..jar (418 КБ)
0.1.3+1.19.2Релиз1.19.2fabric4 ноября 2023 г..jar (418 КБ)
0.1.3+1.19.4Релиз1.19.4fabric4 ноября 2023 г..jar (418 КБ)
0.1.3+1.20.1Релиз1.20, 1.20.1fabric4 ноября 2023 г..jar (418 КБ)
0.1.3+1.20.2Релиз1.20.2, 1.20.3fabric4 ноября 2023 г..jar (418 КБ)

Показаны последние 15 из 25 версий. Все версии — на Modrinth.

Ченджлог

0.1.5+1.19.2Релиз1.19.2 · 1 января 2024 г.

EarlyLoadingScreen 0.1.5 for Minecraft 1.19.2, 1.19.4, 1.20-1.20.1 and 1.20.2-1.20.4 is released

This release brings bugfixes and new features.

Changelog:

  • fix: sodium 0.5.5+ compatibility
  • new: some progress bars that just work
  • change: use vanilla window title wherever possible

Full Changelog: https://github.com/ishland/EarlyLoadingScreen/compare/0.1.4...0.1.5

0.1.5+1.19.4Релиз1.19.4 · 1 января 2024 г.

EarlyLoadingScreen 0.1.5 for Minecraft 1.19.2, 1.19.4, 1.20-1.20.1 and 1.20.2-1.20.4 is released

This release brings bugfixes and new features.

Changelog:

  • fix: sodium 0.5.5+ compatibility
  • new: some progress bars that just work
  • change: use vanilla window title wherever possible

Full Changelog: https://github.com/ishland/EarlyLoadingScreen/compare/0.1.4...0.1.5

0.1.5+1.20.1Релиз1.20, 1.20.1 · 1 января 2024 г.

EarlyLoadingScreen 0.1.5 for Minecraft 1.19.2, 1.19.4, 1.20-1.20.1 and 1.20.2-1.20.4 is released

This release brings bugfixes and new features.

Changelog:

  • fix: sodium 0.5.5+ compatibility
  • new: some progress bars that just work
  • change: use vanilla window title wherever possible

Full Changelog: https://github.com/ishland/EarlyLoadingScreen/compare/0.1.4...0.1.5

0.1.5+1.20.4Релиз1.20.4, 1.20.5, 1.20.6 · 1 января 2024 г.

EarlyLoadingScreen 0.1.5 for Minecraft 1.19.2, 1.19.4, 1.20-1.20.1 and 1.20.2-1.20.4 is released

This release brings bugfixes and new features.

Changelog:

  • fix: sodium 0.5.5+ compatibility
  • new: some progress bars that just work
  • change: use vanilla window title wherever possible

Full Changelog: https://github.com/ishland/EarlyLoadingScreen/compare/0.1.4...0.1.5

0.1.4Релиз1.19.2 · 8 декабря 2023 г.

EarlyLoadingScreen 0.1.4 for Minecraft 1.19.2, 1.19.4, 1.20-1.20.1 and 1.20.2-1.20.4 is released

This release brings bugfixes and new features.

Changelog:

  • fix: sodium 0.5.4+ compatibility
  • change(api): use Runnables for window creation listener
  • change: disable enable_mixin_pretransform by default
  • new: allow closing early window

Full Changelog: https://github.com/ishland/EarlyLoadingScreen/compare/0.1.3...0.1.4

0.1.4Релиз1.19.4 · 8 декабря 2023 г.

EarlyLoadingScreen 0.1.4 for Minecraft 1.19.2, 1.19.4, 1.20-1.20.1 and 1.20.2-1.20.4 is released

This release brings bugfixes and new features.

Changelog:

  • fix: sodium 0.5.4+ compatibility
  • change(api): use Runnables for window creation listener
  • change: disable enable_mixin_pretransform by default
  • new: allow closing early window

Full Changelog: https://github.com/ishland/EarlyLoadingScreen/compare/0.1.3...0.1.4

0.1.4+1.20.1Релиз1.20, 1.20.1 · 8 декабря 2023 г.

EarlyLoadingScreen 0.1.4 for Minecraft 1.19.2, 1.19.4, 1.20-1.20.1 and 1.20.2-1.20.4 is released

This release brings bugfixes and new features.

Changelog:

  • fix: sodium 0.5.4+ compatibility
  • change(api): use Runnables for window creation listener
  • change: disable enable_mixin_pretransform by default
  • new: allow closing early window

Full Changelog: https://github.com/ishland/EarlyLoadingScreen/compare/0.1.3...0.1.4

0.1.4+1.20.4Релиз1.20.2, 1.20.3, 1.20.4 · 8 декабря 2023 г.

EarlyLoadingScreen 0.1.4 for Minecraft 1.19.2, 1.19.4, 1.20-1.20.1 and 1.20.2-1.20.4 is released

This release brings bugfixes and new features.

Changelog:

  • fix: sodium 0.5.4+ compatibility
  • change(api): use Runnables for window creation listener
  • change: disable enable_mixin_pretransform by default
  • new: allow closing early window

Full Changelog: https://github.com/ishland/EarlyLoadingScreen/compare/0.1.3...0.1.4

Полная история изменений — на Modrinth.

Комментарии

Загружаем…