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

                   
                      
                                         
                                  
             

             



                                    
    


                       
 
{
  "required": true,
  "minVersion": "0.8",
  "package": "ganarchy.friendcode.mixin",
  "compatibilityLevel": "JAVA_17",
  "mixins": [
  ],
  "client": [
    "OpenToLanScreenMixin",
    "FriendCodeIntegratedServerExt",
    "LanPingerMixin",
    "DirectConnectScreenMixin"
  ],
  "injectors": {
    "defaultRequire": 1
  }
}