Skip to content

Commit

Permalink
updated to mc 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Globox1997 committed Jul 21, 2023
1 parent ea7c4c3 commit 49877fe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
### Fixed:
-
### Changed:
- Updated to mc 1.20
- Updated to mc 1.20.1
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.2-SNAPSHOT'
id 'fabric-loom' version '1.3-SNAPSHOT'
id 'maven-publish'
}

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.20
yarn_mappings=1.20+build.1
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.14.21

# Mod Properties
Expand All @@ -14,6 +14,6 @@ org.gradle.jvmargs=-Xmx1G

# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.83.0+1.20
fabric_version=0.86.0+1.20.1
cloth_config_version=11.0.99
mod_menu_version=7.0.0
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"depends": {
"java": ">=17",
"minecraft": "${minecraft_version}",
"minecraft": ">=${minecraft_version}",
"fabric-api": ">=${fabric_version}",
"fabricloader": ">=${loader_version}",
"cloth-config2": ">=${cloth_config_version}"
Expand Down

0 comments on commit 49877fe

Please sign in to comment.