MORE UPDATES
This commit is contained in:
		| @ -1,11 +1,10 @@ | ||||
| plugins { | ||||
|     id "fabric-loom" version "1.8.+" | ||||
|     id "fabric-loom" version "1.9-SNAPSHOT" | ||||
|     id "io.github.p03w.machete" version "1.+" // automatic jar compressing on build | ||||
|     id 'maven-publish' | ||||
| } | ||||
|  | ||||
| sourceCompatibility = JavaVersion.VERSION_17 | ||||
| targetCompatibility = JavaVersion.VERSION_17 | ||||
|  | ||||
| base.archivesName = archives_base_name | ||||
| group = project.maven_group | ||||
| @ -21,7 +20,10 @@ repositories { | ||||
|     // for more information about repositories. | ||||
|     maven { url = "https://maven.shedaniel.me/" } // Cloth Config, REI | ||||
|     maven { url = "https://maven.blamejared.com" } // JEI | ||||
|     maven { url = "https://maven.parchmentmc.org" } // Parchment mappings | ||||
|     maven { | ||||
|         name = 'ParchmentMC' | ||||
|         url = 'https://maven.parchmentmc.org' | ||||
|     } | ||||
|     maven { url = "https://maven.quiltmc.org/repository/release" } // Quilt Mappings | ||||
|     maven { url = "https://api.modrinth.com/maven" } // LazyDFU | ||||
|     maven { url = "https://maven.terraformersmc.com/releases/" } // Mod Menu | ||||
|  | ||||
		Reference in New Issue
	
	Block a user