From 925424d900f0ff62f8ffe334d21c11dfc06c9098 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 6 Apr 2020 22:09:45 -0400 Subject: [PATCH] Add void_air material to default config - Should fix void teleport on end dimension. --- src/main/resources/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 5e76775..699283f 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -45,6 +45,7 @@ BlacklistedBlocks: - leaves - leaves_2 - air + - void_air ## Worlds to NOT allow /rtp in, unless there is an override to another enabled world # DisabledWorlds: @@ -75,4 +76,5 @@ CustomWorlds: Override: #FORMAT : world_nether: 'world' - creative: 'world' \ No newline at end of file + creative: 'world' +