Skip to content

Commit

Permalink
roll this back
Browse files Browse the repository at this point in the history
  • Loading branch information
muriplz committed Jan 18, 2024
1 parent 899188e commit d7f23d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ 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.1
yarn_mappings=1.20.1+build.10
loader_version=0.15.6

#Fabric api
fabric_version=0.94.1+1.20.4
fabric_version=0.91.0+1.20.1

# Mod Properties
mod_version=1.0
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"depends": {
"fabricloader": "*",
"fabric": "*",
"minecraft": "1.20.4"
"minecraft": "1.20.1"
}
}

0 comments on commit d7f23d4

Please sign in to comment.