From 93e08d1159661312764de97f4779e2586ba366fb Mon Sep 17 00:00:00 2001 From: Andy Killorin <37423245+Speedy6451@users.noreply.github.com> Date: Wed, 27 Dec 2023 22:09:04 -0600 Subject: [PATCH] mod compatibility --- server/src/paths.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/src/paths.rs b/server/src/paths.rs index 01fcaf9..f3ad3a5 100644 --- a/server/src/paths.rs +++ b/server/src/paths.rs @@ -105,7 +105,7 @@ pub const TRANSPARENT: [&str; 3] = [ ]; /// Blocks that are fine to tunnel through -const GARBAGE: [&str; 13] = [ +const GARBAGE: [&str; 15] = [ "minecraft:stone", "minecraft:dirt", "minecraft:andesite", @@ -117,8 +117,10 @@ const GARBAGE: [&str; 13] = [ "minecraft:spruce_leaves", "minecraft:oak_leaves", "traverse:fir_leaves", + "terrestria:hemlock_leaves", "wilderwild:brown_shelf_fungus", "wilderwild:red_shelf_fungus", + "minecraft:snow", ]; /// time taken to go through uncharted territory (in turtle. calls)