update to 0.0.13
This commit is contained in:
		
							parent
							
								
									b755e01769
								
							
						
					
					
						commit
						952a3d1787
					
				@ -8,7 +8,7 @@
 | 
				
			|||||||
2. Run the following command:
 | 
					2. Run the following command:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
./gradlew setup idea
 | 
					./gradlew idea
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## License
 | 
					## License
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										15
									
								
								build.gradle
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								build.gradle
									
									
									
									
									
								
							@ -7,7 +7,7 @@ buildscript {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	dependencies {
 | 
						dependencies {
 | 
				
			||||||
		classpath "net.fabricmc:fabric-loom:0.0.12-SNAPSHOT"
 | 
							classpath "net.fabricmc:fabric-loom:0.0.13-SNAPSHOT"
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -26,11 +26,10 @@ archivesBaseName = "modid"
 | 
				
			|||||||
version = "1.0.0"
 | 
					version = "1.0.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
minecraft {
 | 
					minecraft {
 | 
				
			||||||
	// You can find the latest versions on https://fabric.asie.pl/use/.
 | 
					}
 | 
				
			||||||
	version = "18w44a"
 | 
					
 | 
				
			||||||
	pomfVersion = "27"
 | 
					dependencies {
 | 
				
			||||||
	fabricVersion = "0.1.0.40"
 | 
						minecraft "com.mojang:minecraft:18w44a"
 | 
				
			||||||
 | 
						mappings "net.fabricmc:pomf:18w44a.38"
 | 
				
			||||||
	// Optional. Remove if you're not using Mixins.
 | 
						modCompile "net.fabricmc:fabric-loader:18w44a-0.1.0.43"
 | 
				
			||||||
	refmapName = "modid.refmap.json"
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -5,8 +5,7 @@
 | 
				
			|||||||
  "mixins": [
 | 
					  "mixins": [
 | 
				
			||||||
    "ExampleMixin"
 | 
					    "ExampleMixin"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "refmap": "modid.refmap.json",
 | 
					 | 
				
			||||||
  "injectors": {
 | 
					  "injectors": {
 | 
				
			||||||
    "defaultRequire": 1
 | 
					    "defaultRequire": 1
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -4,8 +4,7 @@
 | 
				
			|||||||
  "compatibilityLevel": "JAVA_8",
 | 
					  "compatibilityLevel": "JAVA_8",
 | 
				
			||||||
  "mixins": [
 | 
					  "mixins": [
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "refmap": "modid.refmap.json",
 | 
					 | 
				
			||||||
  "injectors": {
 | 
					  "injectors": {
 | 
				
			||||||
    "defaultRequire": 1
 | 
					    "defaultRequire": 1
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user