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

                   
                      


                                          

             

                  


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