How to make a custom generator type in a Java plugin

Started by jcm236 on

Topic category: Plugins and third-party tools

Active 11 months ago
Joined Jul 2024
Points:
110

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 41
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.

Active 11 months ago
Joined Jul 2024
Points:
110

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 41
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?

Active 3 hours ago
Joined Jul 2022
Points:
1934

User statistics:

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

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

Active 11 months ago
Joined Jul 2024
Points:
110

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 41
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?