Skip to content

Commit

Permalink
fixed a few little small things
Browse files Browse the repository at this point in the history
  • Loading branch information
AnAwesomGuy committed Nov 6, 2023
1 parent 5032706 commit c0e5dea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ org.gradle.jvmargs=-Xmx1G
fabric_version=0.76.1+1.19.2

# Version Range
version_start = 1.18
version_start = 1.18.2
version_end = 1.19.2

release_type = release
github_branch = 1.18-1.19.2
github_branch = 1.18.2-1.19.2
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "This is just another library mod, nothing special.",
"authors": ["AnAwesomGuy"],
"contact": {
"homepage": "https://fabricmc.net/",
"homepage": "https://modrinth.com/mod/wsmlmb",
"issues": "https://github.com/AnAwesomGuy/wsmlmb/issues",
"sources": "https://github.com/AnAwesomGuy/wsmlmb"
},
Expand All @@ -25,4 +25,4 @@
"minecraft": "${range}",
"java": ">=17"
}
}
}

0 comments on commit c0e5dea

Please sign in to comment.