Skip to content

Commit 0c395ec

Browse files
committed
Update to latest mc versions
1 parent ee82947 commit 0c395ec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = 'pl.norbit'
7-
version = 'v1.9.1'
7+
version = 'v1.9.2'
88

99
repositories {
1010
mavenCentral()
@@ -31,7 +31,7 @@ dependencies {
3131
//bstats
3232
implementation 'org.bstats:bstats-bukkit:3.1.0'
3333
//glowing
34-
implementation 'fr.skytasul:glowingentities:1.4.2'
34+
implementation 'fr.skytasul:glowingentities:1.4.3'
3535
//worldguard
3636
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.8'
3737
//itemsadder

src/main/java/pl/norbit/treecuter/utils/GlowUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class GlowUtils {
1919
private static final Map<Player, GlowBlock> blocks = new ConcurrentHashMap<>();
2020
private static final List<String> supportedGlowingVersions =
2121
List.of("1.17.1", "1.18.2", "1.19.4", "1.20.2", "1.20.4", "1.20.5", "1.20.6", "1.21.1"," 1.21.2",
22-
"1.21.3", "1.21.4", "1.21.5");
22+
"1.21.3", "1.21.4", "1.21.5","1.21.6", "1.21.7", "1.21.8");
2323
private static GlowingBlocks glowingBlocks;
2424
private static boolean enable;
2525

0 commit comments

Comments
 (0)