summary refs log blame commit diff stats
path: root/src/main/resources/modid.mixins.json
blob: 9cf7e0635b723e2cc352f9370c04f0e3c0d4779a (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                   
                      
                                          
                                  
             

             

                  


                       
 
{
  "required": true,
  "minVersion": "0.8",
  "package": "net.fabricmc.example.mixin",
  "compatibilityLevel": "JAVA_16",
  "mixins": [
  ],
  "client": [
    "ExampleMixin"
  ],
  "injectors": {
    "defaultRequire": 1
  }
}