Skip to content

Commit

Permalink
Add 1.21.1 Support for fabric (#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samlegamer authored Aug 19, 2024
1 parent d5a5216 commit bea0adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"depends": {
"fabricloader": "*",
"fabric": "*",
"minecraft": "${minecraft_version}",
"minecraft": ">=${minecraft_version}",
"java": ">=17",
"glitchcore": ">=${glitchcore_version}",
"terrablender": ">=${terrablender_version}"
Expand All @@ -43,4 +43,4 @@
}
}
}
}
}

0 comments on commit bea0adc

Please sign in to comment.