first attempt for compatibility

This commit is contained in:
alexcrea 2025-07-04 13:04:25 +02:00
parent 97beb3ebe0
commit a8ac725ce1
4 changed files with 127 additions and 0 deletions

View file

@ -47,6 +47,11 @@ object DataPackDependency {
continue
}
if (packName.contains("neoenchant", ignoreCase = true)) {
handlePack("enchantplus")
continue
}
}
}