Skip to content

Commit

Permalink
fix: carpet dependency too precise
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev committed Jan 31, 2024
1 parent 710a08e commit b0a884a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Mod Properties
mod_id=carpetgamerules
mod_name=CarpetGamerules
mod_version=2.2.0
mod_version=2.2.1
maven_group=de.rubixdev.carpetgamerules
archives_base_name=carpetgamerules

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

"depends": {
"fabricloader": ">=${fabric_loader}",
"carpet": "${carpet_dependency}",
"carpet": ">=${carpet_dependency}",
"minecraft": "${minecraft_dependency}"
},
"suggests": {
Expand Down

0 comments on commit b0a884a

Please sign in to comment.