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.
Issue comments
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
The following recipe types will be added in 2020.2:
- Smoking
- Blasting
- Campfire cooking
- Stone cutting
For brewing recipes, I opened a new ticket as this one diverged a bit: https://mcreator.net/tracker/issue/57945
We will consider adding brewing recipes in next update.
For manual coders, this could help: http://jabelarminecraft.blogspot.com/p/minecraft-modding-ore-dictionary.html
Keep in mind that we do not have a way to reference potions from recipes yet so as long as we don't figure this out, brewing recipes will support ordinary blocks and items but not potions.