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
Next revision
Previous revision
tutorial:mixin_glossary [2026/02/25 01:32] – ↷ Page moved from drafts:mixin_glossary to tutorial:mixin_glossary gauntreclusetutorial:mixin_glossary [2026/03/29 14:28] (current) – Remove recently pushed header gauntrecluse
Line 1: Line 1:
-:!: This page was recently pushed out of drafting, it may still contain errors or inaccuracies. Direct [[#contributing|contributions]] and feedback in the ''#wiki'' channel of the Fabric Discord are both welcome. 
- 
 ====== Mixin Glossary ====== ====== Mixin Glossary ======
  
Line 70: Line 68:
   - 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.1771983131.txt.gz · Last modified: 2026/02/25 01:32 by gauntrecluse