Started by
NitroN09
on
Topic category: Help with Minecraft modding (Java Edition)
I was about to make a JEI compatibility but i dont know how to define custom items/blocks to a element
C:\Users\User\MCreatorWorkspaces\comfortables116\src\main\java\net\mcreator\comfortables\JeiPlugin.java:71: error: cannot find symbol outputs.add(new ItemStack(LuckyGemItem.block));
^
symbol: variable comfortables116
location: class JeiPlugin
C:\Users\User\MCreatorWorkspaces\comfortables116\src\main\java\net\mcreator\comfortables\JeiPlugin.java:79: error: package comfortables116 does not exist registration.addRecipeCatalyst(new ItemStack(LuckyTableBlock.block), LuckyTableJeiCategory.Uid);
symbol: variable LuckyTableBlock
location: class JeiPlugin
i really need help about it
It seems you are using custom code so there is probably some problem in this code
im using that
https://mcreator.net/forum/62385/1152-jei-api-integration-custom-crafti…
It don't seem to work in 1.17/1.18x in the old set up