mirror of https://github.com/cabaletta/baritone
Merge pull request #835 from IronException/master
added things to avoid
This commit is contained in:
commit
33faf5c9b0
|
@ -172,7 +172,9 @@ public final class Settings {
|
||||||
Blocks.FURNACE,
|
Blocks.FURNACE,
|
||||||
Blocks.LIT_FURNACE,
|
Blocks.LIT_FURNACE,
|
||||||
Blocks.CHEST,
|
Blocks.CHEST,
|
||||||
Blocks.TRAPPED_CHEST
|
Blocks.TRAPPED_CHEST,
|
||||||
|
Blocks.STANDING_SIGN,
|
||||||
|
Blocks.WALL_SIGN
|
||||||
)));
|
)));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue