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

                          

                                                                                                                                                                  
              
             
    


                   
              
                                                                       

    

                                      



                     



                                         


             
                           
    
 
              
                       
                               
                  
                         
                  
    




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

  "name": "Chew Necklaces",
  "description": "There once was an Autism Acceptance Mod but it hasn't been updated in forever. This is more or less a complete rewrite, from scratch, of that.",
  "authors": [
    "SoniEx2"
  ],
  "contributors": {
    "torako"
  },
  "contact": {
    "sources": "https://soniex2.autistic.space/git-repos/chewstuff.git"
  },

  "license": "0BSD",
  "icon": "assets/chewstuff/icon.png",

  "environment": "*",
  "entrypoints": {
    "main": [
      "ganarchy.chewstuff.ChewStuff"
    ],
    "cardinal-components": [
      "ganarchy.chewstuff.ChewComponents"
    ]
  },
  "mixins": [
    "chewstuff.mixins.json"
  ],

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

  "custom": {
    "cardinal-components": [
      "chewstuff:chew"
    ]
  }
}