GregTechCEu / Buildscripts

Shared buildscripts and templates for 1.12.2 Minecraft mods
MIT License
26 stars 10 forks source link

Shorter Dependency types #77

Closed brachy84 closed 8 months ago

brachy84 commented 9 months ago

Curse requires very long dependency types like requiredDependency. This PR allows it to be shortened to required or just req. Now you can use the same types for modrinth and curse.

Also modrinth requires -version or -project. This pr allows it to be shortened to -proj or -ver or just -p or -v. You can also omit it and it defaults to -project.