From 793a971222e8cc8dd304562939acb213fed65bd1 Mon Sep 17 00:00:00 2001 From: tastybento Date: Sun, 21 Mar 2021 16:09:49 -0700 Subject: [PATCH] Correct version reference. --- src/main/resources/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index f60b76e..6768f20 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -118,7 +118,7 @@ world: spawn-radius: 25 # This option indicates if nether portals should be linked via dimensions. # Option will simulate vanilla portal mechanics that links portals together or creates a new portal, if there is not a portal in other dimension. - # Added since 1.16 + # Added since 1.14.4 create-and-link-portals: false end: # End Nether - if this is false, the end world will not be made and access to @@ -128,7 +128,7 @@ world: # /!\ BentoBox currently does not support changing this value mid-game. If you do need to change it, do a full reset of your databases and worlds. islands: true # This option indicates if obsidian platform in the end should be generated when player enters the end world. - # Added since 1.16 + # Added since 1.14.4 create-obsidian-platform: false # /!\ This feature is experimental and might not work as expected or might not work at all. dragon-spawn: false