Skip to content

Commit

Permalink
Support 1.20.4 instead of 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Dec 7, 2023
1 parent 91ee5cd commit b073444
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ labyMod {
displayName = "Head Owner"
author = "RappyTV"
description = "Shows the owner or head type of the head you're looking at"
minecraftVersion = "1.8<1.20.3"
version = System.getenv().getOrDefault("VERSION", "1.0.4")
minecraftVersion = "1.8<1.20.4"
version = System.getenv().getOrDefault("VERSION", "1.0.5")
}

minecraft {
Expand All @@ -32,7 +32,7 @@ labyMod {
"1.19.4",
"1.20.1",
"1.20.2",
"1.20.3"
"1.20.4"
) { version, provider ->
configureRun(provider, version)
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rappytv.headowner.v1_20_3;
package com.rappytv.headowner.v1_20_4;

import com.mojang.authlib.GameProfile;
import com.mojang.authlib.properties.Property;
Expand Down

0 comments on commit b073444

Please sign in to comment.