extremeheat

Results 22 issues of extremeheat

With chat signing support **Todo** - Verify logic is correct for offline mode **Adds** - new client.signMessage and client.verifyMessage utility methods - binary concatenation function (could possibly fit into protodef)

When calling `require` from python, it's very difficult to install packages from git. The second version parameter appends some npm things, these should not be appended if the version includes...

* py: Doing Ctrl-C while we're doing .wait here has no effect - https://github.com/extremeheat/JSPyBridge/blob/master/src/javascript/proxy.py#L99 * can we register a signal handler to force kill the process on Ctrl-C? ------ js:...

Add block entities * https://github.com/extremeheat/Burger/blob/1.16-dev/burger/toppings/tileentities.py * https://github.com/PrismarineJS/burger-extractor/tree/master/src/extractors * https://minecraft.gamepedia.com/Block_entity

* Add `protocolName` (name in registry), `modifiers` and `color` to effects data * `modifiers` list what attribute the effect modifies, the amount and the operation done (add/multiply) * add `neutral`...

From https://github.com/PrismarineJS/minecraft-data/pull/734#discussion_r1261347563, Entity metadata enum may be wrongly numbered on 1.19.40+, > However, there are inconsistencies between numbering in [PocketMine](https://github.com/pmmp/BedrockProtocol/blame/7fe653370a2729850d2ccaf07f7dadd964ce2927/src/types/entity/EntityMetadataProperties.php) and [Gophertunnel](https://github.com/Sandertv/gophertunnel/blob/40c672b1bfdb4dc18728149d552f9fd5dfdcaa63/minecraft/protocol/entity_metadata.go) here, so this will need to be investigated...

https://github.com/PrismarineJS/minecraft-data/blob/0315a25e70a48eededbcfcf761f39cf3bc461007/data/bedrock/1.19.1/proto.yml#L417 https://github.com/PrismarineJS/minecraft-data/blob/0315a25e70a48eededbcfcf761f39cf3bc461007/data/bedrock/1.19.40/proto.yml#L438 ... fields should be `runtime_id` or `unique_id` in the entity packets, `entity_runtime_id`/`entity_unique_id` in the non-entity packets

bedrock

https://github.com/PrismarineJS/mineflayer/blob/7bb9ea09f2be4d9dc741beedc67625efe243438d/lib/bossbar.js For example, ```js let ChatMessage const colors = ['pink', 'blue', 'red', 'green', 'yellow', 'purple', 'white'] const divisions = [0, 6, 10, 12, 20] module.exports = loader function loader (registry)...

bug
Stage3

Add data extraction and automatic update workflow 1. index.js -- ran initially on CRON schedule to check for updates 2. update1.js -- runs bedrock-protocol client against the updated server to...

- Add a `forceRefresh` boolean option to Authflow * Clear all cached tokens for the specified `username` to get new ones on subsequent token requests - Remove the undocumented `static...