Skip to content

Commit 597bfb4

Browse files
Fix FractalForest to be properly updated to 1.20
1 parent 15a9b50 commit 597bfb4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.eclipsekingdom</groupId>
88
<artifactId>FractalForest</artifactId>
9-
<version>1.15</version>
9+
<version>1.15.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>FractalForest</name>

src/main/java/com/eclipsekingdom/fractalforest/sys/Version.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public enum Version {
3030

3131
private static Version getVersion() {
3232
String versionString = Bukkit.getVersion();
33+
System.out.println("Bukkit Version: " + versionString);
3334
if (versionString.contains("1.20")) {
3435
return V1_20;
3536
} else if (versionString.contains("1.19")) {

src/main/resources/plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: FractalForest
2-
version: 1.15
2+
version: 1.15.1
33
main: com.eclipsekingdom.fractalforest.FractalForest
4-
api-version: 1.20
4+
api-version: "1.20"
55
authors: [sword7]
66
maintainer: Diamondback88, UnknownSilicon
77
description: A spigot plugin that adds procedurally generated trees to Minecraft

0 commit comments

Comments
 (0)