Josh Lloyd

Results 19 issues of Josh Lloyd

Currently the callback style only returns an alive boolean, where the promise resolves with an object containing formally the host and alive, but now also includes the result string as...

Enhancement

`92.75` more closely represents RLBot and Rocket League for kickoff ball position https://github.com/RLBot/RLBot/wiki/Useful-Game-Values#elevation-of-objects-at-rest

## Summary I would like to open the discussion on Tags. Burger already supports tag data, so I would like to reach a conclusion on the schema for minecraft-data. Implementing...

new data

This is a refactor of the following issues - https://github.com/andrewrk/mineflayer/issues/140 - https://github.com/andrewrk/mineflayer/issues/133 - https://github.com/andrewrk/mineflayer/issues/97 Currently a summary of the issues stand as: - [ ] Falling blocks such as gravel...

bug
block
Stage2

In the zip file hosted at the root of the repo for version 2.0.0, the package.json file says that it is version 1.0.5. This causes Brackets to constantly show "Update"

I'm working on an implementation where I store and restore the state stacks so that I can put my Microcontroller to sleep and on boot, reinitialize the state machine, then...

At the moment mobs only have two hands for storage, while they can hold a stack of stackable items in each its very little. It would be great if there...

enhancement
feedback wanted

From my observation of the worldgen there are 4 sizes for a berry bush. - Large - Shrub - Small (2x2) - Tiny (1x1) My request is a configuration option...

enhancement

It would be fantastic if I could pause the simulation and export the current state of the simulation to some serialized string that I can re-import at a later time.

While effort has been made to support running outside of micropython, some non-standard functions are still used. I've stubbed them like so: ``` import time if not hasattr(time, 'ticks_ms'): ticks_ms...