RedNesto

Results 55 comments of RedNesto

I'll look into improving the template selection, maybe split plugins and mods, and move the providers to the settings so we can have repos saved there and displayed in the...

@Earthcomputer Oh that's not supposed to be like that by default. In the settings page there should be a table of template repositories with a Built In default repo. I'll...

Should be fixed now

Fixed all of these. Also I forgot to answer to your question about the old wizard. I plan on keeping it until the end of the year, so people who...

You are using outdated versions of IDEA and the plugin, update both to the latest version and it should be working fine.

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

This happens when there multiple frameworks detected in the same module. The Forge detection relies on the presence of a `net.minecraftforge.fml.common.Mod` class in one of the libraries, it's either that...

The framework detection happens whenever the project model changes, like adding/removing content roots or libraries. There might be a stacktrace printed in the logs every time this is the case....

This is looking pretty good, there's a few things to note: - this does not cover cases where a class literal and string target both reference the same class -...

The wizard has a built in scrollbar, the only issue I see is that the window's minimum height is set to the content height automatically whenever resizing it, which we...