mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	* Add Forge Mod Loader Mod Info file as JSON * Add Forge Mod Loader Mod Info File * Rename samples/JSON/mcmod.info to samples/JSON/filenames/mcmod.info
		
			
				
	
	
		
			17 lines
		
	
	
		
			350 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			350 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| [
 | |
| {
 | |
|   "modid": "examplemod",
 | |
|   "name": "Example Mod",
 | |
|   "description": "Example placeholder mod.",
 | |
|   "version": "${version}",
 | |
|   "mcversion": "${mcversion}",
 | |
|   "url": "",
 | |
|   "updateUrl": "",
 | |
|   "authorList": ["ExampleDude"],
 | |
|   "credits": "The Forge and FML guys, for making this example",
 | |
|   "logoFile": "",
 | |
|   "screenshots": [],
 | |
|   "dependencies": []
 | |
| }
 | |
| ]
 |