mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
small utility I forgot
This commit is contained in:
parent
a8ac725ce1
commit
bd17d55346
2 changed files with 10 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue