Skip to content

Commit

Permalink
Remove template outdated message.
Browse files Browse the repository at this point in the history
Too many people were abusing it.
  • Loading branch information
Earthcomputer committed Apr 3, 2024
1 parent 2f977ab commit 26f4759
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
2 changes: 0 additions & 2 deletions src/main/kotlin/creator/MinecraftModuleBuilder.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import com.demonwav.mcdev.asset.PlatformAssets
import com.demonwav.mcdev.creator.buildsystem.BuildSystemPropertiesStep
import com.demonwav.mcdev.creator.platformtype.PlatformTypeStep
import com.demonwav.mcdev.creator.step.NewProjectWizardChainStep.Companion.nextStep
import com.demonwav.mcdev.creator.step.TemplateOutdatedStep
import com.intellij.ide.projectWizard.ProjectSettingsStep
import com.intellij.ide.util.projectWizard.WizardContext
import com.intellij.ide.wizard.AbstractNewProjectWizardBuilder
Expand Down Expand Up @@ -58,7 +57,6 @@ class MinecraftModuleBuilder : AbstractNewProjectWizardBuilder() {
.nextStep(PlatformTypeStep::create)
.nextStep(::BuildSystemPropertiesStep)
.nextStep(::ProjectSetupFinalizerWizardStep)
.nextStep(::TemplateOutdatedStep)

override fun getIgnoredSteps() = listOf(ProjectSettingsStep::class.java)
}
49 changes: 0 additions & 49 deletions src/main/kotlin/creator/step/TemplateOutdatedStep.kt

This file was deleted.

0 comments on commit 26f4759

Please sign in to comment.