Just enough recipes

Supported MCreator versions
2023.3
2023.4
2024.1
Tags / plugin type
API support
Java plugin
Procedures
JEI
Downloads:
4455
Upvotes: 59
About the plugin

Introducing two brand new mod elements to MCreator, Just Enough Recipes (JER) revolutionizing the creation of crafting stations with the JEI recipe type and JEI recipe. Now, unleash the full potential of your custom crafting stations by seamlessly integrating their recipes into Just Enough Items (JEI). 

 

This is a Java Plugin and therefore requires the java plugins feature to be enabled in plugin management.

 

How to use?

 

For any of this to work, you will first need to enable the JEI API in workspace settings.


You can then create a recipe type, which is a category in which all of your recipes will be displayed. Here, you can integrate the layout of your custom crafting station into JEI.


JEI renders textures in its menu at over double the size, so your textures will need to have a canvas size of 256x256. You can just change the canvas size of your regular texture like below. Texture width and height in the recipe type determines how much of this is shown.


You can then add recipes to the category using the JEI recipe element.


After doing all this, you should see your custom recipe layout in JEI when you click at the item your recipe crafts.

a

The recipes you create for JEI are also real minecraft recipes that can be used in your crafting table using the new procedure block introduced by the plugin.


PS: You can also get the amount of items this results in using this existing procedure block:



Item information

Thought that's all the plugin offers? Think again. Now with the JEI information mod element, you can add item information to any item.


Anvil recipes and brewing recipe integration

In addition to allowing you to integrate custom crafting layouts into JEI, this plugin will also integrate brewing recipes into JEI, which does not happen with base MCreator. This is done automatically while the Just enough items API is enabled.


It also intoduces the anvil recipe mod element, which creates a functional anvil recipe and integrates it into JEI.


Changelog

v1.8.2
-Fixed recipe types causing a build error in versions below 1.20.4

v1.8.1
-Updated to work with MCreator 2024.1.15821

v1.8
-Support for MCreator 2024.1
-Support for neoforge 1.20.4

v1.7.2
-Added a validator in JEI recipes to prevent user mistakes

v1.7.1
-Fixed using tags in brewing recipes causing a build error

v1.7
-Added the JEI information mod element

v1.6
-Redesigned the JEI recipe GUI
-JEI recipes can now use the same ingredient multiple times
-Fixed using air in JEI recipes causing the recipes not to load

v1.5
-Added a procedure block to get the result itemstack of a recipe type

v1.4.1
-Fixed brewing recipes being registered incorrectly when using potions in some cases

v1.4
-Fixed a build error in 1.20.1 in MCreator 2023.4
-Added the ability to make working vanilla anvil recipes

v1.3.1
-Fixed potion items in brewing recipes not showing up in JEI

v1.3
-MCreator brewing recipes are now automatically added to JEI if JEI is enabled
-Replaced the old element icon

v1.2.2
-Made crafting table selection for recipe types optional through a toggle
-Fixed recipes not generating in 2023.3

v1.2.1
-Fixed some, uhh... build errors

v1.2
-Recipe types now require defining the crafting table they are crafted with

v1.1
-Fixed recipes not working when using the same ingredient more than once
-Fixed texture width and height not being able to have different values
-Fixed being able to save JEI elements without enabling the API
License
MIT License

Plugin downloads
Just enough recipes v1.7.2 (2023.3 ONLY) - just_enough_recipes_5.zipUploaded on: 02/24/2024 - 05:54   File size: 92.12 KB
Just enough recipes v1.7.2 (2023.4 ONLY) - just_enough_recipes_6.zipUploaded on: 02/24/2024 - 05:55   File size: 80.16 KB
Just enough recipes v1.8.2 (2024.1 ONLY) - just_enough_recipes_1.zipUploaded on: 04/14/2024 - 05:42   File size: 90.85 KB

Comments

Hello NerdyPuzzle, I noticed that it is not possible to place two or more items in the Craft area only in the Result, and it is also not possible to place more than one result

Had some issues with using tags in brewing recipes on 2023.3 / 1.20.1 not sure if it's this plugin but it seems to have appeared after I installed it

As I've ported the plugin to 1.18.2 myself being able to grab vanilla recipes is literally the only thing that would make this probably one of the best plugins ever made, already being able to not have to hardcode "fake" recipes that are also picked up by JEI is truly amazing! It opens up ways to make rituals, custom furnaces, workstations and basically anything you can think of. I do however not know how hard it would be to implement but if they somehow could be turned in to a pre-existing recipe-types like "Furnace", "Crafting table" etc where the different recipe inputs would have to be pre-determined but could then easily be explained on the page or something.

Anyhow amazing work Nerdy as always! :D

basically I copied the closest pre-existing generator template in this case being 1.19.2 and renamed it. In some cases this can be enough as not everything changes between versions but in this case specifically some things needed to be changed and the logs will tell you what is broken or not.

it's still not perfect though as I'm still ironing out issues with the template for "recipe/crafting.json.ftl" not being found causing regular recipes to fail on me.

Template not found for name "recipe/crafting.json.ftl"

It might be possible to implement smithing recipes through procedures, and furnace is already possible through the smelting result procedure, but crafting would be very hard to do. The correct way to implement that is by modifying the code of the block entity itself rather than using procedures.

Hi Nerdy! im a fan of your plugins, and i use them constantly for my 1Million downloads mod, that wouldn't be possible without you!

And i just wanted to know if you ever planned to do a plugin that would allow us to create better dimensions and biomes, for exemple i would love to make a full flat biomes, or a full flat ocean biome that only contain water, and this is something Mcreator is lacking! And i think you are experimented with biome generation since you made that one end plugin!

Maybe a custom generation type for the dimension, instead of mcreator's limitation with overworld, nether and end, or let us customize how the blocks are generated in the custom dimension

there is also the fact that when we make a flat dimension, there is still caves in it somehow, anyways have a nice day mate!

Hey! It would be nice if the plugin could allow you to use the "description" recipe category for JEI! you know, for example in farmers delight, some items have description in JEI