From 488a2e5de4aaf2545cede0a44e9e6dd2e9e6f352 Mon Sep 17 00:00:00 2001 From: 360shvit <54532500+360shvit@users.noreply.github.com> Date: Sat, 22 Apr 2023 18:48:59 +0200 Subject: [PATCH] Add an explanation to Disallowed-Blocks Comment (#2186) Improve user experience by adding an explanation to Disallowed-Blocks Configblock (#2183) --- .../java/com/fastasyncworldedit/core/configuration/Settings.java | 1 + 1 file changed, 1 insertion(+) diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Settings.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Settings.java index c2cb7704d..502e9dbf3 100644 --- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Settings.java +++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Settings.java @@ -394,6 +394,7 @@ public class Settings extends Config { "Where block properties are specified, any blockstate with the property will be disallowed (e.g. all directions", "of a waterlogged fence). For blocking/remapping of all occurrences of a property like waterlogged, see", "remap-properties below.", + "To generate a blank list, substitute the default content with a set of square brackets [] instead.", "Example block property blocking:", " - \"minecraft:conduit[waterlogged=true]\"", " - \"minecraft:piston[extended=false,facing=west]\"",