Skip to content

Commit

Permalink
[1.21] Mark files as 1.21 only
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Fireplace committed Oct 21, 2024
1 parent 1ae6c59 commit 0a99a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
archivesBaseName = "${archives_base_name}-Fabric"
def mainArtifactFile = layout.buildDirectory.file("libs/${archivesBaseName}-${version}.jar").get().asFile
def changelogFile = file('../changelog.txt')
def supportedMinecraftVersions = [project.minecraft_version, '1.20.5']
def supportedMinecraftVersions = [project.minecraft_version]

sourceSets {
api {
Expand Down
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"depends": {
"fabricloader": ">=0.12.0",
"fabric": "*",
"minecraft": ">=1.21 <1.22",
"minecraft": "1.21",
"annotateddi": ">=4 <5"
},

Expand Down

0 comments on commit 0a99a68

Please sign in to comment.