Ayfri
10/30/2024, 5:14 AMval myDatapack1 = dataPack("my_datapack 1") {
// datapack code here
}
val myDatapack2 = dataPack("my_datapack 2") {
// datapack code here
}
myDatapack1.generate {
mergeWithDatapacks(myDatapack2)
mergeWithDatapacks("existing_local_datapack.zip")
}
Checkout the documentation on this new feature there ! 📝