MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

Support for Gradle Version Catalogs in Mod Generation

Open Lyzev opened this issue 11 months ago • 2 comments

Minecraft Development for IntelliJ plugin version

2024.3-1.8.2

Description of the feature request

It would be great if there was an option to generate a mod (e.g., a Fabric mod) using Gradle version catalogs. Version catalogs make dependency management a lot easier by centralizing versioning, which simplifies maintaining and updating dependencies in projects.

I think this would be a really useful feature for developers who prefer working with version catalogs in Gradle. I hope it's something that could be considered for future updates.

Lyzev avatar Dec 27 '24 20:12 Lyzev

Honestly don't want to add an option for it, as there are enough as-is. The templates would simply always use version catalogs.

RedNesto avatar Dec 28 '24 18:12 RedNesto

That's perfectly fine, I was just thinking of an option for cases where someone doesn't prefer this. However, if version catalogs are always used, that's fine too (I prefer that anyways). Thank you for considering my request.

Lyzev avatar Dec 29 '24 10:12 Lyzev