Added call procedure and get return blocks
Cleaned up code
Fixed issues with itemstack output from procedure blocks not getting formatted correctly
Added iteration for every valid recipe of a recipe type
Fixed getting fluid amount and display name for 21.4 and 21.8
Fixed recipe types with optional text
Fixed code connection to get text output procedure block
Added procedure blocks to get the result of vanilla recipe types (like crafting or smelting)
Added fallback for when no icon for the jei category is selected
Removed deprecated code
Fixed Tooltips in jei category
Moved reuseable methods into it's own class
Updated to mcreator 2025.3
Removed deprecated methods
Fixed issue with recipe/slot names starting with a number resulting in a compile error
Fixed issues with recipe template and jei plugin template (cause mojang needs to change their code every version for some stupid reason)
Recipes can now be bookmarked in jei
Moved click areas to properties tab instead to having it's own tab
Rendered texts in jei now require a color
Outputs can be set to optional
Number inputs can now be consumed by using the designed blocks
Fixed number compare block missing code
Fixed a bunch of code connected to optional ingredients
Added single item ingredient option
Initial Release