Add 3D BFS iterator
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user