|
@@ -17,7 +17,6 @@ repositories {
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
- //to change the versions see the gradle.properties file
|
|
|
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
|
|
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
|
|
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
|
@@ -52,7 +51,6 @@ tasks.withType(JavaCompile).configureEach {
|
|
|
java {
|
|
|
// Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
|
|
|
// if it is present.
|
|
|
- // If you remove this line, sources will not be generated.
|
|
|
withSourcesJar()
|
|
|
}
|
|
|
|