iceiix / stevenarella

Multi-protocol Minecraft-compatible client written in Rust
Apache License 2.0
1.45k stars 59 forks source link

Inventory: Add Just Enough Items like recipe searching #441

Open Irgendwer01 opened 3 years ago

Irgendwer01 commented 3 years ago

Hello, it would be nice if its possible to add Just Enough Items like recipe searching for items to make it easier to craft things

iceiix commented 3 years ago

Currently there is no inventory/item support, but after #62 and crafting support this would definitely be useful. We do parse the DeclareRecipes packet, though it is not handled.