Cannot Find Symbol

Started by v3NTF on

Topic category: Help with modding (Java Edition)

Last seen on 14:15, 24. Sep 2022
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Cannot Find Symbol

> Task :compileJava FAILED
C:\Users\nfran\MCreatorWorkspaces\simple_accessories_forge\src\main\java\net\mcreator\simpleaccessoriesforge\procedures\Test1LuckProProcedure.java:38: error: cannot find symbol .contains((CuriosAPI.getCuriosHandler((LivingEntity) entity).map(handler -> handler.getStackInSlot("identifier", 0))
^
symbol: variable CuriosAPI
location: class Test1LuckProProcedure
1 error

 

 

I have the Curios api installed and this is the only problem im getting.

Last seen on 04:53, 19. Mar 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Curios API procedures do not…
Mon, 09/12/2022 - 22:15

Curios API procedures do not work in the plugin you're using. However, a friend of mine has been working on a baubles menu mod that will not require an API to support baubles. I'll probably try and make a plugin for that when it releases.