Skip to content

Commit

Permalink
Cleaned up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
haslo committed Oct 11, 2023
1 parent 9f0948a commit abcd328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,7 @@ dependencies {
// Uncomment the following line to enable the deprecated Fabric API modules.
// These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time.

modImplementation "net.fabricmc.fabric-api:fabric-api-deprecated:${project.fabric_version}"

// implementation 'org.spongepowered:mixin:0.8.5' // BREAKS EVERYTHING DO NOT USE

// mappings "org.quiltmc:quilt-mappings:${minecraft_version}+build.${project.quilt_mappings}:intermediary-v2"
// modImplementation "org.quiltmc:quilt-loader:${project.quilt_loader_version}"
// modImplementation "net.fabricmc.fabric-api:fabric-api-deprecated:${project.fabric_version}"
}

processResources {
Expand Down
7 changes: 1 addition & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,10 @@ minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.14.22

# # Quilt properties
# quilt_mappings=23
# qsl_version=6.1.1
# quilt_loader_version=0.20.0-beta.11

# Mod Properties
mod_version=1.0.0
maven_group=ch.haslo.bluegrass
archives_base_name=bluegrass

# Dependencies
fabric_version=0.90.0+1.20.2
fabric_version=0.90.0+1.20.2

0 comments on commit abcd328

Please sign in to comment.