ModsJava
Preloading Tricks Mod (26.1.2, 1.20.1) – Mod Development Tools
Preloading Tricks Mod is a mod for mod developers that allows you to intervene very early in the mod loader process, providing early "hooks," Java…
⬇ DownloadOpen in MCModsHubGet it on Google Play →Preloading Tricks Mod is a mod for mod developers that allows you to intervene very early in the mod loader process, providing early “hooks,” Java Instrumentation class transformation tools, and callbacks to extend the loader in an advanced way.
![]()
Features:
- This mod allows you to register callbacks that run as soon as the loader begins preparing the environment. These hooks run before the mod is officially initialized, which is useful for tweaking loader behavior or preparing special data.
- Examples of early callbacks provided:
onSetupLanguageAdapteronSetupMods- Thanks to these hooks, the mod can change how the loader handles adapters or mod lists before the game continues to start.
- It supports Class Transform at the Java Instrumentation level, meaning you can edit the bytecode of a class as soon as it’s loaded into the JVM. This works much earlier than with regular mixins.
- The mod allows you to register transformers via configuration, for example:
ClassTransformConfigthis allows programmers to edit the behavior of the mod loader and the class of another mod. - To enable class transformations, Preloading Tricks requires you to add an attribute to the mod manifest, for example:
ClassTransformConfig: xxxx.classtransform.json - Where the xxxx.classtransform.json file contains the configuration describing the registered transformers. An example would be:
{"package": "settingdust.preloading_tricks.neoforge.transformer","transformers": [
"mod_setup_hook.FMLLoaderTransformer"]}
Screenshots:







Preloading Tricks Mod Download Links
Preloading Tricks Mod (26.1.2, 1.20.1) – Mod Development Tools is a free Minecraft Java mod. Compatible with Minecraft 1.20.1. Download it and open it directly in the game.
Explore more