summary refs log blame commit diff stats
path: root/src/main/resources/fabric.mod.json
blob: 48596a625e2693a1bde0308d29ace87f8f195f1b (plain) (tree)
1
2
3
4
5
6
7
8
9
 
                     
                     

                          

                                                                               
              
             

              

                   







                                  
                                      


             
                            
    
 
              
                               
                         
                  
    

                 
   
 
{
  "schemaVersion": 1,
  "id": "friendcode",
  "version": "${version}",

  "name": "Friend Code",
  "description": "Lets your friends join your singleplayer world with a code.",
  "authors": [
    "SoniEx2"
  ],
  "contact": {
    "homepage": "",
    "sources": ""
  },

  "license": "CC0-1.0",
  "icon": "assets/modid/icon.png",

  "environment": "*",
  "entrypoints": {
    "main": [
      "ganarchy.friendcode.FriendCode"
    ]
  },
  "mixins": [
    "friendcode.mixins.json"
  ],

  "depends": {
    "fabricloader": ">=0.14.6",
    "minecraft": "~1.19",
    "java": ">=17"
  },
  "recommends": {
    "fabric": "*"
  }
}