Add minVersion to template mixin config (#41)
* Add minVersion to mixin config * Bump loader dep requriement to >=0.7.4
This commit is contained in:
		
							parent
							
								
									18fd282e3e
								
							
						
					
					
						commit
						b38f2b0f52
					
				@ -27,7 +27,7 @@
 | 
			
		||||
  ],
 | 
			
		||||
 | 
			
		||||
  "depends": {
 | 
			
		||||
    "fabricloader": ">=0.7.2",
 | 
			
		||||
    "fabricloader": ">=0.7.4",
 | 
			
		||||
    "fabric": "*",
 | 
			
		||||
    "minecraft": "1.15.x"
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "required": true,
 | 
			
		||||
  "minVersion": "0.8",
 | 
			
		||||
  "package": "net.fabricmc.example.mixin",
 | 
			
		||||
  "compatibilityLevel": "JAVA_8",
 | 
			
		||||
  "mixins": [
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user