Skip to content

Commit

Permalink
update versions to mc 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazingTwist committed Jun 21, 2023
1 parent b70cf06 commit 4616bfd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ItemCounts

A Minecraft [Fabric](https://fabricmc.net/) mod that displays the total amount of items in your hotbar.
Built for version 1.20.0
Built for version 1.20.1

[Curseforge release](https://www.curseforge.com/minecraft/mc-mods/item-counts-fabric)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
modImplementation("me.shedaniel.cloth:cloth-config-fabric:[11.0,12.0)") {
exclude(group: "net.fabricmc.fabric-api")
}
modImplementation("com.terraformersmc:modmenu:[7.0,7.1)") {
modImplementation("com.terraformersmc:modmenu:[7.1,8.0)") {
exclude group: "net.fabricmc.fabric-api"
}

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/versions.html
minecraft_version=1.20
yarn_mappings=1.20+build.1
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.1
loader_version=0.14.21

# Mod Properties
Expand All @@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G
archives_base_name = itemcounts

# Dependencies
fabric_version=0.83.0+1.20
fabric_version=0.83.0+1.20.1
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": ">=0.14.21",
"fabric": "*",
"minecraft": "~1.20",
"minecraft": "~1.20.1",
"java": ">=17"
},
"suggests": {
Expand Down

0 comments on commit 4616bfd

Please sign in to comment.