User: rednesto Date: 13 Jul 24 14:42 Revision: 1b24c8dc91fdeb7cbf34a9c2dd4337ff89e2b21a Summary: Small changelog tweak for clarity TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=9423&personal=false Index: changelog.md =================================================================== --- changelog.md (revision 3f6f235cc39849350f81c73a31eaf26227deb1a5) +++ changelog.md (revision 1b24c8dc91fdeb7cbf34a9c2dd4337ff89e2b21a) @@ -1,11 +1,11 @@ # Minecraft Development for IntelliJ -## [Unreleased] - This release contains two major features: - Support for MixinExtras expressions ([#2274](https://github.com/minecraft-dev/MinecraftDev/pull/2274)) - A rewritten project creator ([#2304](https://github.com/minecraft-dev/MinecraftDev/pull/2304)) +### About the new project creator + The new project creator is very similar to the previous one but has a few advantages: - The templates are now stored on a separate repository and updated the first time you open the creator. This allows us to release template updates independently of plugin releases. - You can create your own custom templates in their own repositories, which can be: @@ -18,8 +18,6 @@ - Remembered field values won't be ported over to the new creator, so make sure to configure your Group ID under Build System Properties! - The old creator will be kept for a few months to give us the time to fix the new creator, please report any issues on the [issue tracker](https://github.com/minecraft-dev/MinecraftDev/issues) ---- - ### Added - Initial support for NeoForge's ModDevGradle