Topic category: Website and community discussion
I was trying to make a theme plugin for MCreator since yesterday and it obviously needs a version number. Sadly, you cannot simply enter things like 2024.1 and it instead needs the long version number that's specific to only one build, which is understandable. However, that list of numbers is linked nowhere on the tutorial page. I'm sure it's possible to get the long version numbers some other way, but I haven't found an article discussing it, nor are they shown on the download pages as well.
I'm probably missing something, but it would be great to still have a concrete list linked on this page under section Plugin basics > Setting up the plugin > supportedversions. It would make the process of creating theme and general plugins easier.
You can find example here: https://github.com/MCreator/DemoJavaPlugin/blob/master/src/main/resourc…
Yes, I now learned where to actually find them, but the tutorial page does not have a tutorial for this necessary step.