1
Fork 0

mod compatibility

This commit is contained in:
Andy Killorin 2023-12-27 22:09:04 -06:00
parent cdae89a85b
commit 93e08d1159
Signed by: ank
GPG key ID: B6241CA3B552BCA4

View file

@ -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)