[Plugin] Generator

Started by AlphaCentauri_2019 on

Topic category: Help with MCreator software

Last seen on 13:54, 19. Aug 2020
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[Plugin] Generator

Hello, I created the generator plugin. The program sees the plugin, but there is no way to create a mod with this generator. Why can something happen that the plugin sees, but the generator is not there?

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what do you mean by "the…
Fri, 06/05/2020 - 14:33

what do you mean by "the generator plugin"?
Also, please learn java and freemarker before attempting to make a MCreator plugin.

please also provide mcreator.log in the logs folder.

Last seen on 13:54, 19. Aug 2020
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
2020-06-05-21:26:50 [AWT…
Fri, 06/05/2020 - 15:10

2020-06-05-21:26:50 [AWT-EventQueue-0/ERROR] [Application] Failed to load generator: innercore-1.11.4
java.lang.IllegalArgumentException: No enum constant net.mcreator.generator.GeneratorFlavor.INNERCORE
    at java.lang.Enum.valueOf(Enum.java:238) ~[?:1.8.0_252]
    at net.mcreator.generator.GeneratorFlavor.valueOf(SourceFile:5) ~[mcreator.jar:?]
    at net.mcreator.generator.c.<init>(SourceFile:60) ~[mcreator.jar:?]
    at net.mcreator.ui.g.<init>(SourceFile:107) ~[mcreator.jar:?]
    at net.mcreator.ui.g.b(SourceFile:178) ~[mcreator.jar:?]
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) [?:1.8.0_252]
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758) [?:1.8.0_252]
    at java.awt.EventQueue.access$500(EventQueue.java:97) [?:1.8.0_252]
    at java.awt.EventQueue$3.run(EventQueue.java:709) [?:1.8.0_252]
    at java.awt.EventQueue$3.run(EventQueue.java:703) [?:1.8.0_252]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_252]
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) [?:1.8.0_252]
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728) [?:1.8.0_252]
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) [?:1.8.0_252]
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) [?:1.8.0_252]
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) [?:1.8.0_252]
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) [?:1.8.0_252]
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) [?:1.8.0_252]
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) [?:1.8.0_252]

Last seen on 13:54, 19. Aug 2020
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you.
Sat, 06/06/2020 - 02:07

Thank you.