mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2025-02-18 05:11:20 +01:00
NMS import fix
This commit is contained in:
parent
7228168f02
commit
996f4455af
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user