NMS import fix

This commit is contained in:
Simon Gardling 2021-05-07 19:55:25 -04:00
parent 7228168f02
commit 996f4455af

View File

@ -103,6 +103,9 @@ internal fun Project.createImportMCDevTask(
val patchesDir = toothpick.serverProject.patchesDir
getAndApplyNMS(patchesDir)
val patchesDirMapped = File("${project.getRootDir()}/mappedPatches")
getAndApplyNMS(patchesDirMapped)
// Imports from MCDevImports.kt
nmsImports.forEach(::importNMS)