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 939a24b commit 8d5f259
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 @@ -20,8 +20,8 @@ labyMod {
displayName = "Toolbreak Warning"
author = "RappyTV"
description = "Stops you from using your currently used tool when its almost destroyed."
minecraftVersion = "1.8<1.20.3"
version = System.getenv().getOrDefault("VERSION", "1.3.2")
minecraftVersion = "1.8<1.20.4"
version = System.getenv().getOrDefault("VERSION", "1.3.3")
}

minecraft {
Expand All @@ -36,7 +36,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.toolwarn.v1_20_3;
package com.rappytv.toolwarn.v1_20_4;

import com.rappytv.toolwarn.util.ITbwSounds;
import net.labymod.api.client.resources.ResourceLocation;
Expand Down

0 comments on commit 8d5f259

Please sign in to comment.