Cannot find the symbol error 2021.1

Started by NitroN09 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Cannot find the symbol error 2021.1

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

Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i really need help about it  
Sun, 06/06/2021 - 12:11

i really need help about it

 

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It don't seem to work in 1…
Mon, 03/21/2022 - 01:32

It don't seem to work in 1.17/1.18x in the old set up