unnamed / creative-central

The resource-pack unifier for Minecraft: Java Edition
https://unnamed.team/docs/creative-central
MIT License
18 stars 6 forks source link

Initial velocity support #10

Open itsTyrion opened 8 months ago

itsTyrion commented 8 months ago

How do you want to solve the version number issue? Velocity uses an annotation processor to generate the plugin meta (velocity-plugin.json), so gradle processResources doesn't work.

Most people use blossom to solve it via templating, but I also made a processor that takes the version as argument to avoid that hassle.

yusshu commented 7 months ago

Please check #3 I'm not sure about adding Velocity support like this hmm