File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
java/com/eclipsekingdom/fractalforest/sys Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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" )) {
Original file line number Diff line number Diff line change 11name : FractalForest
2- version : 1.15
2+ version : 1.15.1
33main : com.eclipsekingdom.fractalforest.FractalForest
4- api-version : 1.20
4+ api-version : " 1.20"
55authors : [sword7]
66maintainer : Diamondback88, UnknownSilicon
77description : A spigot plugin that adds procedurally generated trees to Minecraft
You can’t perform that action at this time.
0 commit comments