Add 3D BFS iterator

This commit is contained in:
2020-10-16 02:56:11 -06:00
parent 6c4aaf8d7d
commit 0bbe516818
5 changed files with 143 additions and 70 deletions
+6 -6
View File
@@ -59,6 +59,12 @@ AVOID = [
'sandstone_wall',
'end_stone_brick_wall',
'diorite_wall',
'oak_sapling', # saplings can grow up and hurt
'spruce_sapling',
'birch_sapling',
'jungle_sapling',
'acacia_sapling',
'dark_oak_sapling',
]
NON_SOLID = [
@@ -194,12 +200,6 @@ NON_SOLID = [
'cave_air',
'lantern',
'soul_torch',
#'oak_sapling', # saplings can grow up and hurt
#'spruce_sapling',
#'birch_sapling',
#'jungle_sapling',
#'acacia_sapling',
#'dark_oak_sapling',
]
LOGS = [