Differences

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

Link to this comparison view

loom:mixins [2022/09/16 15:12] – created shedanielloom:mixins [2023/05/04 14:27] (current) – spelling and structuring juuz
Line 18: Line 18:
 ===== Declaring Mixins ===== ===== Declaring Mixins =====
  
-The Fabric Mod Loader uses the ''fabric.mod.json'' to load mixin configs, on Forge, the ''MixinConfigs'' argument is used instead, Loom will handle adding the arguments for you within both the development environment, and the compiled jar.+Fabric Loader uses the ''fabric.mod.json'' to load mixin configs.
  
-You must tell Loom what mixins you haveby declaring the following in your ''build.gradle''.+On Forge, the ''MixinConfigs'' argument is used instead. Loom will handle adding the arguments for you within both the development environment, and the compiled jar. 
 + 
 +You must tell Loom what mixins you have by declaring the following in your ''build.gradle''.
  
 <code groovy> <code groovy>