Skip to content

Commit

Permalink
dependency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rotgruengelb committed Nov 4, 2023
1 parent 96aae9d commit 517557d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ allprojects {
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
mappings "net.fabricmc:yarn:${rootProject.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${rootProject.loader_version}"
include(modImplementation("net.fabricmc.fabric-api:fabric-command-api-v2:${project.fabric_command_api_version}"))
include(modImplementation(fabricApi.module("fabric-command-api-v2", project.fabric_version)))
}

processResources {
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ maven_group=net.rotgruengelb
archives_base_name=quirl

# Dependencies
# fabric_version=0.83.0+1.20
fabric_command_api_version=2.2.9+fb8d95da7d
fabric_version=0.83.0+1.20
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"depends": {
"fabricloader": ">=0.14.22",
"minecraft": "1.20.X",
"java": ">=17"
"java": ">=17",
"fabric-command-api-v2": "*"
}
}

0 comments on commit 517557d

Please sign in to comment.