michaelzangl / minebot

Minebot
GNU General Public License v3.0
144 stars 48 forks source link

1.10 - 1.12 Block updates #187

Closed ghost closed 7 years ago

ghost commented 7 years ago

Should be all new Blocks now. 1.9 Also included.

        //Fix SHULKER_BOX !!!!! Deals Damage to walking Player but found no matching category.
        Blocks.SHULKER_BOX,
        //Fix NETHER_WART_BLOCK !!!!! Deals Damage to walking Player but found no matching category.
        Blocks.NETHER_WART_BLOCK,

These two blocks have to be fixed they are dealing Damage to a Player.

michaelzangl commented 7 years ago

They don't have to be indestructable. Minebot uses a whitelist - so if a block is not known, the bot keeps away from it (does not walk on it, does not allow it as side/ceiling block)