User Tools

Site Tools


tutorial:mixin_glossary

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tutorial:mixin_glossary [2026/02/25 01:32] – ↷ Page moved from drafts:mixin_glossary to tutorial:mixin_glossary gauntreclusetutorial:mixin_glossary [2026/02/26 08:59] (current) – Added MixinSquared entry gauntrecluse
Line 70: Line 70:
   - A companion library for the Mixin subsystem. MixinExtras focuses on giving more versatile, precise and compatible injectors and general Mixin usage utility. MixinExtras is bundled with Fabric since Loader version 0.15; MixinExtras 0.5.0 has been bundled with Fabric since Loader version 0.17.0; See [[https://github.com/LlamaLad7/MixinExtras/wiki|the MixinExtras Wiki]].   - A companion library for the Mixin subsystem. MixinExtras focuses on giving more versatile, precise and compatible injectors and general Mixin usage utility. MixinExtras is bundled with Fabric since Loader version 0.15; MixinExtras 0.5.0 has been bundled with Fabric since Loader version 0.17.0; See [[https://github.com/LlamaLad7/MixinExtras/wiki|the MixinExtras Wiki]].
  
 +
 +== MixinSquared ==
 +  - A specialized library for Mixin. MixinSquared focuses on providing ways to modify other mods' mixin classes and potentially cancel them. It must be included by individual mods, as it is not bundled in Fabric Loader. MixinSquared should only be used when it is not reasonable or feasible to integrate the changes into a target mod directly, such as with a pull request or raising an issue.
 +    * See the [[https://github.com/Bawnorton/MixinSquared/wiki|official MixinSquared Wiki]] for how to include it into your mod and use it.
  
 == To mix into, to Mixin to == == To mix into, to Mixin to ==
tutorial/mixin_glossary.txt · Last modified: 2026/02/26 08:59 by gauntrecluse