Miro-Andrin

Results 18 issues of Miro-Andrin

# Add 'new' command to cargo-quill. ## Status - [x] Ready - [ ] Development - [ ] Hold ## Description Added 'cargo-quill new' that works similar to cargo new,...

Started on docs for plugins with help from @Tracreed .

# Make it possible to see what items players/mobs have in their main/off-hand After implementing #492 @Tracreed though about implementing similar feature, but we decided to prioritise working on something...

## Description The method: ```rust impl Item { pub fn durability(&self) -> Option { ... } } ``` Always returns None. This file is generated using 'items.py' using the data...

# Feature Request Modify the github workflow, such that it checks the server successfully starts when doing cargo run. Recently we had to revert a pull request. It could probably...

# Context Currently there is no automated/easy way to test quill plugins. Making it hard to detect regressions. We need a way of easily compile multiple plugins and run them...

This issue: #451 was determined to be caused by the server not doing any light updates correctly. To implement lighting, and solve it we would have to work on the...

# Feature Request Handle the EntityAction request in [feather/server/src/packet_handlers.rs](https://github.com/feather-rs/feather/blob/b63fd95da0170eaa89f7241f0749bea0987262f8/feather/server/src/packet_handlers.rs#L69) ## Description This feature request is very similar to #422 but with a lot more values to track. - [x] Start...

# Feature Request Implement rudimentary support for the QueryBlockNbt packet. ## Description Implement rudimentary support for the QueryBlockNbt request. When a player/client presses Shift+F3+I the overview specifies what block the...

I was looking at adding recipes to libcraft #429 , but noticed that Item and ItemStack are in feather, under the generated folder. Any reason why we should not move...