Skip to content

Instantly share code, notes, and snippets.

View Darthfett's full-sized avatar

Casey Kuball Darthfett

View GitHub Profile
@Darthfett
Darthfett / readme.md
Last active December 11, 2015 23:58 — forked from andrewrk/readme.md

based on mineflayer's api right now (0.0.19), and the existence of mineflayer-navigate, helper bot should be able to resurrect:

  • chat commands
  • navigator 3d
  • task manager
  • aliases
  • chat printer
  • connection notice
  • console
  • death notice
@Darthfett
Darthfett / readme.md
Last active December 11, 2015 02:09 — forked from andrewrk/readme.md

Proposed Digging API, first pass

event "diggingCompleted"

Fires when the block you were digging has broken.

block.isDiggable

Whether the block is diggable. This returns false for air, water, lava, etc.