Skip to content

Attempts to load old Minecraft mods. [1.2.5, 1.4.7, 1.5.2, 1.6.2/4]

License

Notifications You must be signed in to change notification settings

master801/ReTweak-Mod

Repository files navigation

ReTweak-Mod

Info

A 1.7.10 Minecraft mod that (attempts) to load older Minecraft mods ('1.2.5', '1.4.7', '1.5.2', '1.6.2', '1.6.4').
This uses a ton of magic and hacks to make it possible.
Currently does not work.
Do not expect this project to go anywhere soon, if at all.

For the technical people, ReTweak-Mod does all of the following (in chronological order) during runtime:

  • Find and load mappings for deobfuscation
  • Find and load ReTweak mods
  • Construct ReTweak mods
  • Deobfuscate and tweak ReTweak mods being constructed, before the class is loaded
  • PreInitialization Event - Send event to all ReTweak mods
  • Initialization Event - Send event to all ReTweak mods
  • PostInitialization Event - Send event to all ReTweak mods

Goals

ReTweak-Mod will support multiple versions of Minecraft (in the future) instead of only one version.

Currently, the focus is to work on only one version of Minecraft to make sure everything works properly, then work on the next version, which will be voted upon. If no votes are casted, then a version shall be picked instead.

  • Custom mod loading
  • Deobfuscation
  • Get mods properly loaded and working
  • Get other versions of Minecraft properly working

Mods being tested

Bugs

Everything.
Currently not working.

Misconception

No, this project is not the same as Intermediary by FyberOptic, although the goals are similarly aligned.
It seems we had the same idea around the same time and they were the one to actually make it possible, albeit for '1.2.5'.

Credit

FyberOptic - For publicly releasing Intermediary first before this project was even loading.

Releases

No releases published

Packages

No packages published

Languages