Initial commit
This commit is contained in:
		
						commit
						48a71a2259
					
				
					 16 changed files with 745 additions and 0 deletions
				
			
		
							
								
								
									
										38
									
								
								src/main/resources/fabric.mod.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										38
									
								
								src/main/resources/fabric.mod.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,38 @@
 | 
			
		|||
{
 | 
			
		||||
  "schemaVersion": 1,
 | 
			
		||||
  "id": "modid",
 | 
			
		||||
  "version": "${version}",
 | 
			
		||||
 | 
			
		||||
  "name": "Example Mod",
 | 
			
		||||
  "description": "This is an example description! Tell everyone what your mod is about!",
 | 
			
		||||
  "authors": [
 | 
			
		||||
    "Me!"
 | 
			
		||||
  ],
 | 
			
		||||
  "contact": {
 | 
			
		||||
    "homepage": "https://fabricmc.net/",
 | 
			
		||||
    "sources": "https://github.com/FabricMC/fabric-example-mod"
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  "license": "CC0-1.0",
 | 
			
		||||
  "icon": "assets/modid/icon.png",
 | 
			
		||||
 | 
			
		||||
  "environment": "*",
 | 
			
		||||
  "entrypoints": {
 | 
			
		||||
    "main": [
 | 
			
		||||
      "net.fabricmc.example.ExampleMod"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  "mixins": [
 | 
			
		||||
    "modid.mixins.json"
 | 
			
		||||
  ],
 | 
			
		||||
 | 
			
		||||
  "depends": {
 | 
			
		||||
    "fabricloader": ">=0.14.10",
 | 
			
		||||
    "fabric-api": "*",
 | 
			
		||||
    "minecraft": "~1.19",
 | 
			
		||||
    "java": ">=17"
 | 
			
		||||
  },
 | 
			
		||||
  "suggests": {
 | 
			
		||||
    "another-mod": "*"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue