William Gaylord

Results 20 issues of William Gaylord

An example can be seen when you try and assemble the following. ``` #subruledef register { J => 0xB IJ => 0xA } #ruledef { ld {r: register} ,{addr: u16}...

bug

There's no wheels for on PyPi for Python Version >= 3.7 meaning you are not able to pip install pyuv on Windows when using python 3.8 or 3.9

Currently in blocks.json only some blocks contain their metadata display name and the such, One such example is stone. Which has multiple metadatas. Yet they are not listed but the...

new data

I built the the current version using gradle build. I can't directly run the jar. ``` chibill@jwg1:/data_pool/Minecraft/MinecraftMappings/build/libs$ java -jar mapping-generator-1.0-SNAPSHOT.jar no main manifest attribute, in mapping-generator-1.0-SNAPSHOT.jar ``` And when I...

Currently if you use python 2.7 you have to use aprs==6.5.0 because on pypi aprs has no python version set so it always assumes the latest is correct.

The projects github page is https://github.com/OneLoneCoder/olcPixelGameEngine The only file required to use it is a single header file. https://github.com/OneLoneCoder/olcPixelGameEngine/blob/master/olcPixelGameEngine.h This is a C++ only.

This is mostly a test for the new sounds file in minecraft-data. Adds a new true false argument at the end of the `playsoundforall` and `playsound` commands to try and...

This fixes the versionChecking code catching disconnects from states other then Handshake and Login, which cause errors on 1.20.3+ where NBT chat is used for the Play and Configuration state....

Seems that the minecraft-data-generator-server doesn't output that information, and the tests don't check that it exists. I will look into getting this information into the entities.json on both versions and...

- [ ] The [FAQ](https://github.com/PrismarineJS/mineflayer/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue ## Versions - mineflayer: 4.18.0 - server: 1.20.2 paper I think. - Testing on play_pika-network_net.pika.host - node: v20.5.1...

bug
Stage2