How to make a custom generator type in a Java plugin

Started by jcm236 on

Topic category: Plugins and third-party tools

Last seen on 13:19, 12. Sep 2024
Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a custom generator type in a Java plugin

Would it be possible to make custom generator types like for Architectury API or something using Java plugins? If yes, how would I go about doing this?

Thanks in advance.

Last seen on 13:19, 12. Sep 2024
Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I know that…
Tue, 08/27/2024 - 16:11

I know that GeneratorFlavours is an enum and thus is immutable but could it be done another way?

Last seen on 20:28, 14. Sep 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There's no point in using…
Tue, 08/27/2024 - 16:35

There's no point in using architectury now that sinytra connector exists.

Last seen on 13:19, 12. Sep 2024
Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I know but would it be…
Fri, 08/30/2024 - 03:13

I know but would it be possible to add a custom generator for it or something else using generators or javaplugins?