Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
P3NG00 committed Aug 27, 2023
1 parent 0072668 commit 279764c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@ v0.4.4

v0.4.5
* Updated to 1.20

v0.4.6
* Updated to 1.20.1
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
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.22

# Mod Properties
mod_version=0.4.5
mod_version=0.4.6
maven_group=com.p3ng00
archives_base_name=netherite_horse_armor

# Dependencies
fabric_version=0.83.0+1.20
mod_menu_version=7.0.1
fabric_version=0.87.0+1.20.1
mod_menu_version=7.1.0
cloth_config_version=11.1.106
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": {
"fabricloader": "*",
"fabric": "*",
"minecraft": "1.20"
"minecraft": "1.20.1"
},
"recommends": {
"enderitemod": "*"
Expand Down

0 comments on commit 279764c

Please sign in to comment.