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)