mirror of https://github.com/cabaletta/baritone
added things to avoid
Signs should also be avoided. A lot of history can get lost
This commit is contained in:
parent
b9f0da7d27
commit
d927207b67
|
@ -172,7 +172,9 @@ public final class Settings {
|
|||
Blocks.FURNACE,
|
||||
Blocks.LIT_FURNACE,
|
||||
Blocks.CHEST,
|
||||
Blocks.TRAPPED_CHEST
|
||||
Blocks.TRAPPED_CHEST,
|
||||
Blocks.STANDING_SIGN,
|
||||
Blocks.WALL_SIGN
|
||||
)));
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue