katie!
katie!
You can prevent chunk bans (chunks that kick you when entered, effectively "banning" players who enter them as they are repeatedly kicked when joining) by modifying packet data so that...
Add a command that can tell you how many items are needed in a certain container to reach a desired signal strength
Rewrite
### Bootloader Rewrite This is the tracking issue for the bootloader rewrite. We're tracking our progress under the "Rewrite" milsestone. Our progress is as follows - [x] Successfully execute Rust...
Your crate decodes some keys into `DecodedKey::RawKey` objects. The` enum` that you provide containing keys has a `Backspace` variant, but, using QEmu as my example, a backspace is decoded into...
The README uses the label _P-wild-**n**-crazy_ when it should be _P-wild-**and**-crazy_
It seems like the SNBT parser is very unreliable. Some inputs cause it to hang, and it returns incorrect data for other inputs. For example, the perfectly valid SNBT `{"a":{}}`...
While very useful, mapped guards do not currently expose methods such as `raw` and `force_unlock`, which makes using them in certain contexts quite difficult. From what I can tell, there's...
### Describe the Bug Clipboards are incorrectly marked as NBT-safe, despite copying an item stack blindly from their NBT data. This means that printing a malicious schematic containing a clipboard...