Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock authored Dec 11, 2022
1 parent f5de266 commit 0dfb4cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ plugins {
}

archivesBaseName = project.archives_base_name
version = "${project.version}+${libs.versions.minecraft.get()}"
version = project.version
group = project.maven_group

repositories {
}

dependencies {
minecraft libs.minecraft
//mappings variantOf(libs.quilt.mappings) { classifier 'intermediary-v2' }
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation libs.quilt.loader

Expand Down

0 comments on commit 0dfb4cf

Please sign in to comment.