More custom crafting recipes types

Status
Fixed
Issue description

Can you add support for crafting potions items in brewing stands, we have furnaces and crafting tables but we lack brewing stands for custom recipes.

This would be useful for custom potions though using items or the new potion element or even food.

I made a tutorial on how to make custom potions using food or items but there is no way to craft them in a brewing stand.

The video for the tutorial is below so you can see what I mean by potions.

https://youtu.be/xr4Nb_0oMJo

Issue comments

To reference custom potions and fluid buckets, it's either a normal potion or a forge fluid bucket respectively. You add a tag to the item for what you want. It's how vanilla potions work, they are all the same item with a tag based on the effect added to it.

Also in the long term add support for linking GUI slots to recipes creations so we can skip the steps of codding in each recipe?
I know this will be a large task but in the long term it would speed up the development process for some things.

Also in the long term add support for linking GUI slots to recipes creations so we can skip the steps of codding in each recipe?
I know this will be a large task but in the long term it would speed up the development process for some things.

This is beyond scope of MCreator for versions to come, because recipes are JSON and we would need to write whole JSON recipe system for our custom recipes and all handlers for this.

First step towards this will be tool to make procedures for crafting by defining input and output values, later this :D

if all recipes are JSON then how are you allowed to make recipes from a crafting table, furnace, smithing table etc but not a custom GUI?