Skip to content

Commit

Permalink
update to 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed Feb 28, 2022
1 parent b284310 commit a4a69d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.18.2-rc1
minecraft_version=1.18.2
loader_version=0.13.3

# Mod Properties
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "Visual improvements by adding a bunch of new particles.",
"authors": ["PinkGoosik"],
"contact": {
"homepage": "https://curseforge.com/minecraft/mc-mods/visuality",
"homepage": "https://modrinth.com/mod/visuality",
"sources": "https://github.com/PinkGoosik/visuality",
"issues": "https://github.com/PinkGoosik/visuality/issues"
},
Expand All @@ -32,7 +32,7 @@
"depends": {
"fabricloader": "*",
"fabric": "*",
"minecraft": ">=1.18",
"minecraft": ">=1.18.2",
"java": ">=17"
}
}

0 comments on commit a4a69d6

Please sign in to comment.