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

Class Loader Fixer

Fixes the Class Loader in legacy Minecraft Forge

790 загрузок0 подписчиковMITforge

Обновлён 4 июля 2024 г. · опубликован 11 февраля 2022 г.

Summary

This mod fixes the Class Loader in legacy versions of Minecraft.

Details

This is a simple jar-mod which adds the CodeSource to each loaded class in FML.
That is actually everything this mod does (well, besides fixing a few more bugs on even older versions of Forge).
This mod just ships a backported RelaunchClassLoader which overwrites the built-in version (from FML) and allows mods to read the file source of classes.

Why is this needed in some cases?

For example, Block Helper is able to show you in the item tooltips which mod a given item is from.
This procedure relies on the CodeSource object of the ProtectionDomains of the loaded classes.
Old versions of FML do not set this CodeSource, which leads Block Helper into thinking that everything is a Vanilla item.

Installation

As a ModLoaderMP / Forge mod

This mod needs to be installed as a jar-mod. That means, you have to...

  1. Be sure to back up your minecraft.jar!
  2. Extract the content of the mod zip into the minecraft.jar file
  3. Delete the META-INF folder in there
  4. Overwrite any existing files when doing so!
  5. ???
  6. Profit!

As a Fabric mod

I do not have any Fabric versions available. However, the fix is incorporated directly into Fabricated Legacy Forge. Hence, you do not need to install it separately!

Unsupported mods

  • ObsidiPlates 1.4.2 was incompatible with v1. This is fixed in v2.

Please let me know about any incompatibilities! :)

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
2Релиз1.4.2, 1.4.3, 1.4.4, 1.4.5forge4 июля 2024 г..jar (6 КБ)
1.3.1-1Релиз1.3.1forge22 января 2024 г..jar (5 КБ)
1.4.5-1Релиз1.4.4, 1.4.5forge11 февраля 2022 г..jar (5 КБ)
1.4.3-1Релиз1.4.3forge11 февраля 2022 г..jar (5 КБ)
1.4.2-1Релиз1.4.1, 1.4.2forge11 февраля 2022 г..jar (5 КБ)
1.4-1Релиз1.4forge11 февраля 2022 г..jar (5 КБ)
1.3.2-1Релиз1.3.2forge11 февраля 2022 г..jar (5 КБ)

Ченджлог

2Релиз1.4.3, 1.4.4, 1.4.5 · 4 июля 2024 г.
  • Unified versions into one (why did I not notice this possibility before???)
  • Fix ObsidiPlates 1.4.2 compatibility issues (noticed this in FTB Beta Pack A 12)

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

Комментарии

Загружаем…