mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-11-22 11:45:36 +01:00
Correct version number reference in Settings.
This commit is contained in:
parent
718ec2979e
commit
358f1069f3
2
pom.xml
2
pom.xml
@ -59,7 +59,7 @@
|
||||
<powermock.version>2.0.2</powermock.version>
|
||||
<!-- More visible way how to change dependency versions -->
|
||||
<spigot.version>1.16.1-R0.1-SNAPSHOT</spigot.version>
|
||||
<bentobox.version>1.16.0</bentobox.version>
|
||||
<bentobox.version>1.16.1</bentobox.version>
|
||||
<!-- Revision variable removes warning about dynamic version -->
|
||||
<revision>${build.version}-SNAPSHOT</revision>
|
||||
<!-- Do not change unless you want different name for local builds. -->
|
||||
|
@ -191,7 +191,7 @@ public class Settings implements WorldSettings {
|
||||
@ConfigComment("This option indicates if nether portals should be linked via dimensions.")
|
||||
@ConfigComment("Option will simulate vanilla portal mechanics that links portals together")
|
||||
@ConfigComment("or creates a new portal, if there is not a portal in that dimension.")
|
||||
@ConfigEntry(path = "world.nether.create-and-link-portals", since = "1.16")
|
||||
@ConfigEntry(path = "world.nether.create-and-link-portals", since = "1.14.4")
|
||||
private boolean makeNetherPortals = false;
|
||||
|
||||
// End
|
||||
@ -206,7 +206,7 @@ public class Settings implements WorldSettings {
|
||||
|
||||
@ConfigComment("This option indicates if obsidian platform in the end should be generated")
|
||||
@ConfigComment("when player enters the end world.")
|
||||
@ConfigEntry(path = "world.end.create-obsidian-platform", since = "1.16")
|
||||
@ConfigEntry(path = "world.end.create-obsidian-platform", since = "1.14.4")
|
||||
private boolean makeEndPortals = false;
|
||||
|
||||
@ConfigEntry(path = "world.end.dragon-spawn", experimental = true)
|
||||
|
Loading…
Reference in New Issue
Block a user