small utility I forgot

This commit is contained in:
alexcrea 2025-07-04 13:38:22 +02:00
parent a8ac725ce1
commit bd17d55346
2 changed files with 10 additions and 1 deletions

View file

@ -23,7 +23,8 @@ object DataPackDependency {
* Map of the latest CustomAnvil update related to the pack
*/
private val LASTEST_VERSION = mapOf(
Pair("bracken", Version(1, 11, 0))
Pair("bracken", Version(1, 11, 0)),
Pair("neoenchant", Version(1, 13, 0))
)
val enabledDatapacks: List<String>