-
-
Notifications
You must be signed in to change notification settings - Fork 941
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
world events through p-world instead of mineflayer (#1676)
* world events through p-world instead of mineflayer * replace unsafe api call with call to world * replace updateBlockState with bot.world.setBlockStateId * undo * undo * get rid of emitblockupdate since it's handled by p-world * regex blockUpdate for coords, then pass to bot.world * removed oldBlock * add new bot.world events to api * added info about proxied event * go back to prod version of p-world * add an easier way to proxy event listeners + proxy new events * remove columncorner because not used anymore * rom suggested change
- Loading branch information
Showing
3 changed files
with
43 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters