mod compatibility
This commit is contained in:
parent
cdae89a85b
commit
93e08d1159
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue