Skip to content

Commit

Permalink
Changed mc version range
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiiragi283 committed Feb 23, 2024
1 parent bec39aa commit 51d43a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = "io.github.hiiragi283"
version = "1.0.0+fabric1182"
version = "1.0.0+fabric11x2"

repositories {
mavenCentral()
Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
],
"depends": {
"fabricloader": ">=0.15.0",
"minecraft": "1.18.2"
"minecraft": [
"1.18.2",
"1.19.2"
]
}
}

0 comments on commit 51d43a6

Please sign in to comment.