use array initializer value as the default for example
This commit is contained in:
		
							parent
							
								
									21fe396a5e
								
							
						
					
					
						commit
						2c09427cb1
					
				@ -4,7 +4,9 @@
 | 
				
			|||||||
  "description": "This is an example description! Tell everyone what your mod is about!",
 | 
					  "description": "This is an example description! Tell everyone what your mod is about!",
 | 
				
			||||||
  "version": "1.0.0",
 | 
					  "version": "1.0.0",
 | 
				
			||||||
  "side": "universal",
 | 
					  "side": "universal",
 | 
				
			||||||
  "initializer": "net.fabricmc.example.ExampleMod",
 | 
					  "initializers": [
 | 
				
			||||||
 | 
					    "net.fabricmc.example.ExampleMod"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
  "requires": {
 | 
					  "requires": {
 | 
				
			||||||
    "fabric": "*"
 | 
					    "fabric": "*"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user