Skip to content

Commit

Permalink
1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Jun 13, 2023
1 parent 000cc40 commit cb9c4d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -8,7 +8,7 @@ body:
label: Minecraft version
options:
- 1.19.4
- "1.20"
- 1.20.1
validations:
required: true
- type: input
Expand Down
7 changes: 4 additions & 3 deletions mod.properties
@@ -1,18 +1,19 @@
# mod properties
modid=curseofcurses
group=de.melanx
base_version=5.0
base_version=5.1

# dependencies
forge_version=1.20-46.0.2
forge_version=1.20.1-47.0.1

# upload properties
upload_release=release
upload_versions=1.19.4
upload_versions=1.20.1
curse_project=382881
modrinth_project=HMcaBYVS

# misc
local_maven=/var/www/maven
license=MIT License
license_url=https://opensource.org/licenses/MIT
changelog_repository=https://github.com/MelanX/curse-of-curses/commit/%H
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/mods.toml
@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[46,)"
loaderVersion = "[${fml},)"
issueTrackerURL = "https://www.github.com/MelanX/curse-of-curses/issues/"
license="MIT License"

Expand All @@ -25,6 +25,6 @@ A mod which applies a random curse with a configurable chance each night to a ra
[[dependencies.curseofcurses]]
modId="minecraft"
mandatory = true
versionRange = "[1.20, 1.21)"
versionRange = "[${minecraft},)"
ordering = "NONE"
side="BOTH"

0 comments on commit cb9c4d5

Please sign in to comment.