Skip to content

Commit

Permalink
"We've decided not to allow this as it's effectively a protection rac…
Browse files Browse the repository at this point in the history
…ket. Providing a solution to a problem you caused is dishonest at best and malicious at best." - Modrinth
  • Loading branch information
0xAda committed May 26, 2023
1 parent b840329 commit af6a508
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.19.3
yarn_mappings=1.19.3+build.5
loader_version=0.14.12
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
loader_version=0.14.21
# Mod Properties
mod_version=1.0-SNAPSHOT
maven_group=gg.nodus
archives_base_name=guardian
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.70.0+1.19.3
fabric_version=0.82.0+1.19.4
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
],
"depends": {
"fabricloader": ">=0.14.8",
"minecraft": "1.19.3"
"minecraft": "1.19.4"
}
}

0 comments on commit af6a508

Please sign in to comment.