Skip to content

Commit

Permalink
Updated to 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanValentin committed Mar 23, 2024
1 parent cc2e59b commit 11d070a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.15.7

# Mod Properties
mod_version=1.0.0-1.20.4
mod_version=1.1-1.20.2
maven_group=net.bogdanvalentin.fishingparadise
archives_base_name=fishingparadise

# Dependencies
fabric_version=0.96.4+1.20.4
fabric_version=0.91.6+1.20.2
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "fishingparadise",
"version": "${1.0}",
"version": "${1.1}",
"name": "Fishing Paradise",
"description": "Fishing Paradise is all about fishing!",
"authors": [
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"depends": {
"fabricloader": ">=0.15.7",
"minecraft": "~1.20.4",
"minecraft": "~1.20.2",
"java": ">=17",
"fabric-api": "*"
},
Expand Down

0 comments on commit 11d070a

Please sign in to comment.