xenondevs / Nova

Nova is a server-side modding framework for Paper servers that aims to streamline adding custom content like items, blocks, guis, and more, without client-side modifications, using resource pack tricks.
Other
367 stars 38 forks source link

[Request - Generic] Recipe view command #314

Open Rinuuri opened 9 months ago

Rinuuri commented 9 months ago

Describe your feature request.

Now in nova we have two recipe commands: nvrecipe and nvusage, I want to have a similar one - when you hold nova tile entity that has it's own recipes it would show all the recipes available using this tile entity

AFAIK the recipes aren't actually connected to the specific tile entity and it requires some changes to addons api or we can have more "crutchy" approach and just use the tile entity in the recipe's icon

Additional context

No response